Html Css Color HEX #372091 Persian Indigo

📋 copy color: '#372091'

red 55 ◦ green 32 ◦ blue 145

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

Shades of Persian Indigo #372091

Tints of Persian Indigo #372091

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.79%

 BLUE value IS 145 (57.03% from 255) = 62.5%

R = 23.71%
G = 13.79%
B = 62.5%

CMYK

 C value IS 0.62

 M value IS 0.78

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#372091 (or 0x372091) is known color: Persian Indigo. HEX triplet: 37, 20 and 91. RGB value is (55,32,145). Sum of RGB (Red+Green+Blue) = 55+32+145=232 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.71% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 145 (57.03% from 255 or 62.5% from 232); Max value from RGB is 145 - color contains mainly: blue. Hex color #372091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372091 is #C8DF6E. Grayscale: #333333. Windows color (decimal): -13164399 or 9510967. OLE color: 9510967.

HSL color Cylindrical-coordinate representation of color #372091: hue angle of 252.21º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #372091 is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 55 32 145 -
CMYK 0.62 0.78 0 0.43
HSL 252.21º 0.64% 0.35% -
HSV(B) 252.21º 0.78% 0.57% -
XYZ 7.2 3.89 27.16 -
YUV 51.76 180.62 130.31 -
System Red Green Blue C M Y K H S L
Decimal 55 32 145 0.62 0.78 0 0.43 252.21 0.64 0.35
Hex 37 20 91 3E 4E 0 2B FC 40 23
Octal 67 40 221 76 116 0 53 374 100 43
Binary 110111 100000 10010001 111110 1001110 0 101011 11111100 1000000 100011

Color Harmonies of #372091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372091

Black with #372091

Text Example


Text Example

White with #372091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372091; }

 p { color: rgb(55,32,145); }

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

background-color css

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

 a { background-color: rgb(55,32,145); }

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

border-color css

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

 span { border-color: rgb(55,32,145); }

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