#590572

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

Shades of Indigo #590572

Tints of Indigo #590572

Color information

#590572 (or 0x590572) is unknown color: approx Indigo. HEX triplet: 59, 05 and 72. RGB value is (89,5,114). Sum of RGB (Red+Green+Blue) = 89+5+114=208 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.79% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 114 (44.92% from 255 or 54.81% from 208); Max value from RGB is 114 - color contains mainly: blue. Hex color #590572 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590572 is #A6FA8D. Grayscale: #2A2A2A. Windows color (decimal): -10943118 or 7472473. OLE color: 7472473.

HSL color Cylindrical-coordinate representation of color #590572: hue angle of 286.24º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #590572 is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB895114-
CMYK0.220.9600.55
HSL286.24º91.6%23.33%-
HSV(B)286.24º95.61%44.71%-
XYZ7.213.4516.2-
YUV42.54168.33161.14-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 42.79%
GREEN value IS 5 (2.34% from 255) = 2.40%
BLUE value IS 114 (44.92% from 255) = 54.81%
R=42.79%
G=2.40%
B=54.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8951140.220.9600.55286.2491.623.33
Hex59572166003711e5c17
Octal13151622614006743613427
Binary101100110111100101011011000000110111100011110101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590572; }

 p { color: rgb(89,5,114); }

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

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

 a { background-color: rgb(89,5,114); }

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

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

 span { border-color: rgb(89,5,114); }

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