Html Css Color HEX #361872 Persian Indigo

📋 copy color: '#361872'

red 54 ◦ green 24 ◦ blue 114

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

Shades of Persian Indigo #361872

Tints of Persian Indigo #361872

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.5%

 BLUE value IS 114 (44.92% from 255) = 59.38%

R = 28.13%
G = 12.5%
B = 59.38%

CMYK

 C value IS 0.53

 M value IS 0.79

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#361872 (or 0x361872) is known color: Persian Indigo. HEX triplet: 36, 18 and 72. RGB value is (54,24,114). Sum of RGB (Red+Green+Blue) = 54+24+114=192 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.12% from 192); Green value is 24 (9.77% from 255 or 12.5% from 192); Blue value is 114 (44.92% from 255 or 59.38% from 192); Max value from RGB is 114 - color contains mainly: blue. Hex color #361872 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361872 is #C9E78D. Grayscale: #2A2A2A. Windows color (decimal): -13232014 or 7477302. OLE color: 7477302.

HSL color Cylindrical-coordinate representation of color #361872: hue angle of 260º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #361872 is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 54 24 114 -
CMYK 0.53 0.79 0 0.55
HSL 260º 0.65% 0.27% -
HSV(B) 260º 0.79% 0.45% -
XYZ 4.89 2.65 16.17 -
YUV 43.23 167.94 135.68 -
System Red Green Blue C M Y K H S L
Decimal 54 24 114 0.53 0.79 0 0.55 260 0.65 0.27
Hex 36 18 72 35 4F 0 37 104 41 1B
Octal 66 30 162 65 117 0 67 404 101 33
Binary 110110 11000 1110010 110101 1001111 0 110111 100000100 1000001 11011

Color Harmonies of #361872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361872

Black with #361872

Text Example


Text Example

White with #361872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361872; }

 p { color: rgb(54,24,114); }

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

background-color css

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

 a { background-color: rgb(54,24,114); }

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

border-color css

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

 span { border-color: rgb(54,24,114); }

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