#372376

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

Shades of Persian Indigo #372376

Tints of Persian Indigo #372376

Color information

#372376 (or 0x372376) is unknown color: approx Persian Indigo. HEX triplet: 37, 23 and 76. RGB value is (55,35,118). Sum of RGB (Red+Green+Blue) = 55+35+118=208 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.44% from 208); Green value is 35 (14.06% from 255 or 16.83% from 208); Blue value is 118 (46.48% from 255 or 56.73% from 208); Max value from RGB is 118 - color contains mainly: blue. Hex color #372376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372376 is #C8DC89. Grayscale: #323232. Windows color (decimal): -13163658 or 7742263. OLE color: 7742263.

HSL color Cylindrical-coordinate representation of color #372376: hue angle of 254.46º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #372376 is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5535118-
CMYK0.530.7000.54
HSL254.46º54.25%30%-
HSV(B)254.46º70.34%46.27%-
XYZ5.453.3217.49-
YUV50.44166.13131.25-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.44%
GREEN value IS 35 (14.06% from 255) = 16.83%
BLUE value IS 118 (46.48% from 255) = 56.73%
R=26.44%
G=16.83%
B=56.73%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal55351180.530.7000.54254.4654.2530
Hex3723763546036fe361e
Octal6743166651060663766636
Binary1101111000111110110110101100011001101101111111011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372376; }

 p { color: rgb(55,35,118); }

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

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

 a { background-color: rgb(55,35,118); }

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

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

 span { border-color: rgb(55,35,118); }

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