Html Css Color HEX #361B7C Persian Indigo

📋 copy color: '#361B7C'

red 54 ◦ green 27 ◦ blue 124

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

Shades of Persian Indigo #361B7C

Tints of Persian Indigo #361B7C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.17%

 BLUE value IS 124 (48.83% from 255) = 60.49%

R = 26.34%
G = 13.17%
B = 60.49%

CMYK

 C value IS 0.56

 M value IS 0.78

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#361B7C (or 0x361B7C) is known color: Persian Indigo. HEX triplet: 36, 1B and 7C. RGB value is (54,27,124). Sum of RGB (Red+Green+Blue) = 54+27+124=205 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.34% from 205); Green value is 27 (10.94% from 255 or 13.17% from 205); Blue value is 124 (48.83% from 255 or 60.49% from 205); Max value from RGB is 124 - color contains mainly: blue. Hex color #361B7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #361B7C is #C9E483. Grayscale: #2D2D2D. Windows color (decimal): -13231236 or 8133430. OLE color: 8133430.

HSL color Cylindrical-coordinate representation of color #361B7C: hue angle of 256.7º degrees, saturation: 0.64, 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 #361B7C is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 54 27 124 -
CMYK 0.56 0.78 0 0.51
HSL 256.7º 0.64% 0.3% -
HSV(B) 256.7º 0.78% 0.49% -
XYZ 5.55 3.02 19.36 -
YUV 46.13 171.95 133.61 -
System Red Green Blue C M Y K H S L
Decimal 54 27 124 0.56 0.78 0 0.51 256.7 0.64 0.3
Hex 36 1B 7C 38 4E 0 33 101 40 1E
Octal 66 33 174 70 116 0 63 401 100 36
Binary 110110 11011 1111100 111000 1001110 0 110011 100000001 1000000 11110

Color Harmonies of #361B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361B7C

Black with #361B7C

Text Example


Text Example

White with #361B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,27,124); }

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

background-color css

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

 a { background-color: rgb(54,27,124); }

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

border-color css

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

 span { border-color: rgb(54,27,124); }

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