#372083

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

Shades of Persian Indigo #372083

Tints of Persian Indigo #372083

Color information

#372083 (or 0x372083) is unknown color: approx Persian Indigo. HEX triplet: 37, 20 and 83. RGB value is (55,32,131). Sum of RGB (Red+Green+Blue) = 55+32+131=218 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.23% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 131 (51.56% from 255 or 60.09% from 218); Max value from RGB is 131 - color contains mainly: blue. Hex color #372083 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372083 is #C8DF7C. Grayscale: #313131. Windows color (decimal): -13164413 or 8593463. OLE color: 8593463.

HSL color Cylindrical-coordinate representation of color #372083: hue angle of 253.94º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #372083 is Cyan = 0.58, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5532131-
CMYK0.580.7600.49
HSL253.94º60.74%31.96%-
HSV(B)253.94º75.57%51.37%-
XYZ6.193.4821.82-
YUV50.16173.62131.45-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.23%
GREEN value IS 32 (12.89% from 255) = 14.68%
BLUE value IS 131 (51.56% from 255) = 60.09%
R=25.23%
G=14.68%
B=60.09%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55321310.580.7600.49253.9460.7431.96
Hex3720833A4C031fe3d20
Octal6740203721140613767540
Binary110111100000100000111110101001100011000111111110111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372083; }

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

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

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

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

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

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

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

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