Html Css Color HEX #372191 Persian Indigo

📋 copy color: '#372191'

red 55 ◦ green 33 ◦ blue 145

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

Shades of Persian Indigo #372191

Tints of Persian Indigo #372191

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.16%

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

R = 23.61%
G = 14.16%
B = 62.23%

CMYK

 C value IS 0.62

 M value IS 0.77

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#372191 (or 0x372191) is known color: Persian Indigo. HEX triplet: 37, 21 and 91. RGB value is (55,33,145). Sum of RGB (Red+Green+Blue) = 55+33+145=233 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.61% from 233); Green value is 33 (13.28% from 255 or 14.16% from 233); Blue value is 145 (57.03% from 255 or 62.23% from 233); Max value from RGB is 145 - color contains mainly: blue. Hex color #372191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372191 is #C8DE6E. Grayscale: #333333. Windows color (decimal): -13164143 or 9511223. OLE color: 9511223.

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

Color convert

RGB 55 33 145 -
CMYK 0.62 0.77 0 0.43
HSL 251.79º 0.63% 0.35% -
HSV(B) 251.79º 0.77% 0.57% -
XYZ 7.23 3.94 27.17 -
YUV 52.35 180.29 129.89 -
System Red Green Blue C M Y K H S L
Decimal 55 33 145 0.62 0.77 0 0.43 251.79 0.63 0.35
Hex 37 21 91 3E 4D 0 2B FC 3F 23
Octal 67 41 221 76 115 0 53 374 77 43
Binary 110111 100001 10010001 111110 1001101 0 101011 11111100 111111 100011

Color Harmonies of #372191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372191

Black with #372191

Text Example


Text Example

White with #372191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372191; }

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

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

background-color css

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

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

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

border-color css

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

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

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