#590470

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

Shades of Indigo #590470

Tints of Indigo #590470

Color information

#590470 (or 0x590470) is unknown color: approx Indigo. HEX triplet: 59, 04 and 70. RGB value is (89,4,112). Sum of RGB (Red+Green+Blue) = 89+4+112=205 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.41% from 205); Green value is 4 (1.95% from 255 or 1.95% from 205); Blue value is 112 (44.14% from 255 or 54.63% from 205); Max value from RGB is 112 - color contains mainly: blue. Hex color #590470 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590470 is #A6FB8F. Grayscale: #292929. Windows color (decimal): -10943376 or 7341145. OLE color: 7341145.

HSL color Cylindrical-coordinate representation of color #590470: hue angle of 287.22º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #590470 is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB894112-
CMYK0.210.9600.56
HSL287.22º93.1%22.75%-
HSV(B)287.22º96.43%43.92%-
XYZ7.093.3815.61-
YUV41.73167.66161.72-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.41%
GREEN value IS 4 (1.95% from 255) = 1.95%
BLUE value IS 112 (44.14% from 255) = 54.63%
R=43.41%
G=1.95%
B=54.63%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8941120.210.9600.56287.2293.122.75
Hex59470156003811f5d17
Octal13141602514007043713527
Binary101100110011100001010111000000111000100011111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590470; }

 p { color: rgb(89,4,112); }

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

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

 a { background-color: rgb(89,4,112); }

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

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

 span { border-color: rgb(89,4,112); }

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