#372191

Color #372191 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #372191

Tints of Persian Indigo #372191

Color information

#372191 (or 0x372191) is unknown color: approx 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

RGB5533145-
CMYK0.620.7700.43
HSL251.79º62.92%34.9%-
HSV(B)251.79º77.24%56.86%-
XYZ7.233.9427.17-
YUV52.35180.29129.89-

RGB Variations

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

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 (Cyan) values IS 0.62
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal55331450.620.7700.43251.7962.9234.9
Hex3721913E4D02Bfc3f23
Octal6741221761150533747743
Binary110111100001100100011111101001101010101111111100111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>