#372179

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

Shades of Persian Indigo #372179

Tints of Persian Indigo #372179

Color information

#372179 (or 0x372179) is unknown color: approx Persian Indigo. HEX triplet: 37, 21 and 79. RGB value is (55,33,121). Sum of RGB (Red+Green+Blue) = 55+33+121=209 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.32% from 209); Green value is 33 (13.28% from 255 or 15.79% from 209); Blue value is 121 (47.66% from 255 or 57.89% from 209); Max value from RGB is 121 - color contains mainly: blue. Hex color #372179 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372179 is #C8DE86. Grayscale: #313131. Windows color (decimal): -13164167 or 7938359. OLE color: 7938359.

HSL color Cylindrical-coordinate representation of color #372179: hue angle of 255º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #372179 is Cyan = 0.55, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5533121-
CMYK0.550.7300.53
HSL255º57.14%30.2%-
HSV(B)255º72.73%47.45%-
XYZ5.573.2818.43-
YUV49.61168.29131.84-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.32%
GREEN value IS 33 (13.28% from 255) = 15.79%
BLUE value IS 121 (47.66% from 255) = 57.89%
R=26.32%
G=15.79%
B=57.89%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55331210.550.7300.5325557.1430.2
Hex3721793749035ff391e
Octal6741171671110653777136
Binary1101111000011111001110111100100101101011111111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372179; }

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

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

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

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

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

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

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

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