#590D77

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

Shades of Indigo #590D77

Tints of Indigo #590D77

Color information

#590D77 (or 0x590D77) is unknown color: approx Indigo. HEX triplet: 59, 0D and 77. RGB value is (89,13,119). Sum of RGB (Red+Green+Blue) = 89+13+119=221 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.27% from 221); Green value is 13 (5.47% from 255 or 5.88% from 221); Blue value is 119 (46.88% from 255 or 53.85% from 221); Max value from RGB is 119 - color contains mainly: blue. Hex color #590D77 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590D77 is #A6F288. Grayscale: #2F2F2F. Windows color (decimal): -10941065 or 7802201. OLE color: 7802201.

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

Color convert

RGB8913119-
CMYK0.250.8900.53
HSL283.02º80.3%25.88%-
HSV(B)283.02º89.08%46.67%-
XYZ7.593.7417.78-
YUV47.81168.18157.38-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 40.27%
GREEN value IS 13 (5.47% from 255) = 5.88%
BLUE value IS 119 (46.88% from 255) = 53.85%
R=40.27%
G=5.88%
B=53.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal89131190.250.8900.53283.0280.325.88
Hex59D77195903511b501a
Octal131151673113106543312032
Binary1011001110111101111100110110010110101100011011101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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