#590170

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

Shades of Indigo #590170

Tints of Indigo #590170

Color information

#590170 (or 0x590170) is unknown color: approx Indigo. HEX triplet: 59, 01 and 70. RGB value is (89,1,112). Sum of RGB (Red+Green+Blue) = 89+1+112=202 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.06% from 202); Green value is 1 (0.78% from 255 or 0.50% from 202); Blue value is 112 (44.14% from 255 or 55.45% from 202); Max value from RGB is 112 - color contains mainly: blue. Hex color #590170 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590170 is #A6FE8F. Grayscale: #272727. Windows color (decimal): -10944144 or 7340377. OLE color: 7340377.

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

Color convert

RGB891112-
CMYK0.210.9900.56
HSL287.57º98.23%22.16%-
HSV(B)287.57º99.11%43.92%-
XYZ7.063.3215.6-
YUV39.97168.65162.97-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.06%
GREEN value IS 1 (0.78% from 255) = 0.50%
BLUE value IS 112 (44.14% from 255) = 55.45%
R=44.06%
G=0.50%
B=55.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8911120.210.9900.56287.5798.2322.16
Hex5917015630381206216
Octal13111602514307044014226
Binary1011001111100001010111000110111000100100000110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590170; }

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

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

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

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

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

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

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

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