Html Css Color HEX #371872 Persian Indigo

📋 copy color: '#371872'

red 55 ◦ green 24 ◦ blue 114

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

Shades of Persian Indigo #371872

Tints of Persian Indigo #371872

RGB

 RED value IS 55 (21.88% from 255) = 28.5%

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

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

R = 28.5%
G = 12.44%
B = 59.07%

CMYK

 C value IS 0.52

 M value IS 0.79

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#371872 (or 0x371872) is known color: Persian Indigo. HEX triplet: 37, 18 and 72. RGB value is (55,24,114). Sum of RGB (Red+Green+Blue) = 55+24+114=193 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.50% from 193); Green value is 24 (9.77% from 255 or 12.44% from 193); Blue value is 114 (44.92% from 255 or 59.07% from 193); Max value from RGB is 114 - color contains mainly: blue. Hex color #371872 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371872 is #C8E78D. Grayscale: #2B2B2B. Windows color (decimal): -13166478 or 7477303. OLE color: 7477303.

HSL color Cylindrical-coordinate representation of color #371872: hue angle of 260.67º 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 #371872 is Cyan = 0.52, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 24 114 -
CMYK 0.52 0.79 0 0.55
HSL 260.67º 0.65% 0.27% -
HSV(B) 260.67º 0.79% 0.45% -
XYZ 4.94 2.68 16.18 -
YUV 43.53 167.77 136.18 -
System Red Green Blue C M Y K H S L
Decimal 55 24 114 0.52 0.79 0 0.55 260.67 0.65 0.27
Hex 37 18 72 34 4F 0 37 105 41 1B
Octal 67 30 162 64 117 0 67 405 101 33
Binary 110111 11000 1110010 110100 1001111 0 110111 100000101 1000001 11011

Color Harmonies of #371872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371872

Black with #371872

Text Example


Text Example

White with #371872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371872; }

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

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

background-color css

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

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

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

border-color css

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

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

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