#590077

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

Shades of Indigo #590077

Tints of Indigo #590077

Color information

#590077 (or 0x590077) is unknown color: approx Indigo. HEX triplet: 59, 00 and 77. RGB value is (89,0,119). Sum of RGB (Red+Green+Blue) = 89+0+119=208 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.79% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 119 (46.88% from 255 or 57.21% from 208); Max value from RGB is 119 - color contains mainly: blue. Hex color #590077 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590077 is #A6FF88. Grayscale: #272727. Windows color (decimal): -10944393 or 7798873. OLE color: 7798873.

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

Color convert

RGB890119-
CMYK0.25100.53
HSL284.87º100%23.33%-
HSV(B)284.87º100%46.67%-
XYZ7.453.4617.73-
YUV40.18172.49162.82-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 42.79%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 119 (46.88% from 255) = 57.21%
R=42.79%
G=0%
B=57.21%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8901190.25100.53284.8710023.33
Hex59077196403511d6417
Octal13101673114406543514427
Binary1011001011101111100111001000110101100011101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590077; }

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

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

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

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

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

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

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

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