#590A71

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

Shades of Indigo #590A71

Tints of Indigo #590A71

Color information

#590A71 (or 0x590A71) is unknown color: approx Indigo. HEX triplet: 59, 0A and 71. RGB value is (89,10,113). Sum of RGB (Red+Green+Blue) = 89+10+113=212 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.98% from 212); Green value is 10 (4.30% from 255 or 4.72% from 212); Blue value is 113 (44.53% from 255 or 53.30% from 212); Max value from RGB is 113 - color contains mainly: blue. Hex color #590A71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590A71 is #A6F58E. Grayscale: #2D2D2D. Windows color (decimal): -10941839 or 7408217. OLE color: 7408217.

HSL color Cylindrical-coordinate representation of color #590A71: hue angle of 286.02º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #590A71 is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8910113-
CMYK0.210.9100.56
HSL286.02º83.74%24.12%-
HSV(B)286.02º91.15%44.31%-
XYZ7.213.5315.92-
YUV45.36166.17159.12-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 41.98%
GREEN value IS 10 (4.30% from 255) = 4.72%
BLUE value IS 113 (44.53% from 255) = 53.30%
R=41.98%
G=4.72%
B=53.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal89101130.210.9100.56286.0283.7424.12
Hex59A71155B03811e5418
Octal131121612513307043612430
Binary1011001101011100011010110110110111000100011110101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590A71; }

 p { color: rgb(89,10,113); }

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

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

 a { background-color: rgb(89,10,113); }

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

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

 span { border-color: rgb(89,10,113); }

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