#372090

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

Shades of Persian Indigo #372090

Tints of Persian Indigo #372090

Color information

#372090 (or 0x372090) is unknown color: approx Persian Indigo. HEX triplet: 37, 20 and 90. RGB value is (55,32,144). Sum of RGB (Red+Green+Blue) = 55+32+144=231 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.81% from 231); Green value is 32 (12.89% from 255 or 13.85% from 231); Blue value is 144 (56.64% from 255 or 62.34% from 231); Max value from RGB is 144 - color contains mainly: blue. Hex color #372090 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372090 is #C8DF6F. Grayscale: #333333. Windows color (decimal): -13164400 or 9445431. OLE color: 9445431.

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

Color convert

RGB5532144-
CMYK0.620.7800.44
HSL252.32º63.64%34.51%-
HSV(B)252.32º77.78%56.47%-
XYZ7.133.8626.75-
YUV51.64180.12130.39-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.81%
GREEN value IS 32 (12.89% from 255) = 13.85%
BLUE value IS 144 (56.64% from 255) = 62.34%
R=23.81%
G=13.85%
B=62.34%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal55321440.620.7800.44252.3263.6434.51
Hex3720903E4E02Cfc4023
Octal67402207611605437410043
Binary1101111000001001000011111010011100101100111111001000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372090; }

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

 H1.HeaderClassName
 {
   color: #372090;
 }
 .AnyTagClassName
 {
   color: #372090;
 }
</style>
background-color css

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

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

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

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

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

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