#372389

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

Shades of Persian Indigo #372389

Tints of Persian Indigo #372389

Color information

#372389 (or 0x372389) is unknown color: approx Persian Indigo. HEX triplet: 37, 23 and 89. RGB value is (55,35,137). Sum of RGB (Red+Green+Blue) = 55+35+137=227 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.23% from 227); Green value is 35 (14.06% from 255 or 15.42% from 227); Blue value is 137 (53.91% from 255 or 60.35% from 227); Max value from RGB is 137 - color contains mainly: blue. Hex color #372389 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372389 is #C8DC76. Grayscale: #343434. Windows color (decimal): -13163639 or 8987447. OLE color: 8987447.

HSL color Cylindrical-coordinate representation of color #372389: hue angle of 251.76º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #372389 is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5535137-
CMYK0.600.7400.46
HSL251.76º59.3%33.73%-
HSV(B)251.76º74.45%53.73%-
XYZ6.693.8224.05-
YUV52.61175.63129.71-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.23%
GREEN value IS 35 (14.06% from 255) = 15.42%
BLUE value IS 137 (53.91% from 255) = 60.35%
R=24.23%
G=15.42%
B=60.35%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal55351370.600.7400.46251.7659.333.73
Hex3723893C4A02Efc3b22
Octal6743211741120563747342
Binary110111100011100010011111001001010010111011111100111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372389; }

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

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

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

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

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

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

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

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