Html Css Color HEX #361C7D Persian Indigo

📋 copy color: '#361C7D'

red 54 ◦ green 28 ◦ blue 125

#361C7D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #361C7D

Tints of Persian Indigo #361C7D

RGB

 RED value IS 54 (21.48% from 255) = 26.09%

 GREEN value IS 28 (11.33% from 255) = 13.53%

 BLUE value IS 125 (49.22% from 255) = 60.39%

R = 26.09%
G = 13.53%
B = 60.39%

CMYK

 C value IS 0.57

 M value IS 0.78

 Y value IS 0

 K value IS 0.51

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#361C7D (or 0x361C7D) is known color: Persian Indigo. HEX triplet: 36, 1C and 7D. RGB value is (54,28,125). Sum of RGB (Red+Green+Blue) = 54+28+125=207 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.09% from 207); Green value is 28 (11.33% from 255 or 13.53% from 207); Blue value is 125 (49.22% from 255 or 60.39% from 207); Max value from RGB is 125 - color contains mainly: blue. Hex color #361C7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #361C7D is #C9E382. Grayscale: #2E2E2E. Windows color (decimal): -13230979 or 8199222. OLE color: 8199222.

HSL color Cylindrical-coordinate representation of color #361C7D: hue angle of 256.08º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #361C7D is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 54 28 125 -
CMYK 0.57 0.78 0 0.51
HSL 256.08º 0.63% 0.3% -
HSV(B) 256.08º 0.78% 0.49% -
XYZ 5.64 3.1 19.7 -
YUV 46.83 172.11 133.11 -
System Red Green Blue C M Y K H S L
Decimal 54 28 125 0.57 0.78 0 0.51 256.08 0.63 0.3
Hex 36 1C 7D 39 4E 0 33 100 3F 1E
Octal 66 34 175 71 116 0 63 400 77 36
Binary 110110 11100 1111101 111001 1001110 0 110011 100000000 111111 11110

Color Harmonies of #361C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361C7D

Black with #361C7D

Text Example


Text Example

White with #361C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361C7D; }

 p { color: rgb(54,28,125); }

 H1.HeaderClassName
 {
   color: #361C7D;
 }
 .AnyTagClassName
 {
   color: #361C7D;
 }
</style>

background-color css

<style>
 a { background-color: #361C7D; }

 a { background-color: rgb(54,28,125); }

 div.DivClassName
 {
   background-color: #361C7D;
 }
 .BgClassName
 {
   background-color: #361C7D;
 }
</style>

border-color css

<style>
 span { border-color: #361C7D; }

 span { border-color: rgb(54,28,125); }

 td.TdClassName
 {
   border-color: #361C7D;
 }
 .TagClassName
 {
   border-color: #361C7D;
 }
</style>