#590D76

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

Shades of Indigo #590D76

Tints of Indigo #590D76

Color information

#590D76 (or 0x590D76) is unknown color: approx Indigo. HEX triplet: 59, 0D and 76. RGB value is (89,13,118). Sum of RGB (Red+Green+Blue) = 89+13+118=220 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.45% from 220); Green value is 13 (5.47% from 255 or 5.91% from 220); Blue value is 118 (46.48% from 255 or 53.64% from 220); Max value from RGB is 118 - color contains mainly: blue. Hex color #590D76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590D76 is #A6F289. Grayscale: #2F2F2F. Windows color (decimal): -10941066 or 7736665. OLE color: 7736665.

HSL color Cylindrical-coordinate representation of color #590D76: hue angle of 283.43º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #590D76 is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8913118-
CMYK0.250.8900.54
HSL283.43º80.15%25.69%-
HSV(B)283.43º88.98%46.27%-
XYZ7.533.7217.46-
YUV47.69167.68157.46-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 40.45%
GREEN value IS 13 (5.47% from 255) = 5.91%
BLUE value IS 118 (46.48% from 255) = 53.64%
R=40.45%
G=5.91%
B=53.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal89131180.250.8900.54283.4380.1525.69
Hex59D76195903611b501a
Octal131151663113106643312032
Binary1011001110111101101100110110010110110100011011101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,13,118); }

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

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

 a { background-color: rgb(89,13,118); }

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

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

 span { border-color: rgb(89,13,118); }

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