\documentclass{book}
\usepackage{xcolor}
\usepackage[indentafter]{titlesec}
\usepackage{xepersian}
\settextfont{XB Niloofar}
\setlatintextfont{XB Zar}
\SepMark{-}
\definecolor{mycolor}{rgb}{0,0,1}
 \titleformat{\section}[block]
{ \raggedleft \normalfont \Large \bfseries \filinner}{\sectiontitle {\color{mycolor}\thesection}}{1em}{}
\newcommand{\mysection}[1]{\section{\textcolor{red}{ {#1}}}}
\begin{document}
\chapter{فصل اول}
\mysection{بخش اول}
این یک متن است.
\mysection{بخش دوم}
\end{document}