Shades of Indigo #590080
Tints of Indigo #590080
RGB
CMYK
RGB Variations
Color information
#590080 (or 0x590080) is known color: Indigo. HEX triplet: 59, 00 and 80. RGB value is (89,0,128). Sum of RGB (Red+Green+Blue) = 89+0+128=217 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.01% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 128 (50.39% from 255 or 58.99% from 217); Max value from RGB is 128 - color contains mainly: blue. Hex color #590080 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590080 is #A6FF7F. Grayscale: #282828. Windows color (decimal): -10944384 or 8388697. OLE color: 8388697.
HSL color Cylindrical-coordinate representation of color #590080: hue angle of 281.72º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #590080 is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 89 | 0 | 128 | - |
| CMYK | 0.30 | 1 | 0 | 0.50 |
| HSL | 281.72º | 1% | 0.25% | - |
| HSV(B) | 281.72º | 1% | 0.5% | - |
| XYZ | 8.02 | 3.68 | 20.71 | - |
| YUV | 41.2 | 176.99 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 0 | 128 | 0.30 | 1 | 0 | 0.50 | 281.72 | 1 | 0.25 |
| Hex | 59 | 0 | 80 | 1E | 64 | 0 | 32 | 11A | 64 | 19 |
| Octal | 131 | 0 | 200 | 36 | 144 | 0 | 62 | 432 | 144 | 31 |
| Binary | 1011001 | 0 | 10000000 | 11110 | 1100100 | 0 | 110010 | 100011010 | 1100100 | 11001 |
Color Harmonies of #590080
Complementary color
Monochromatic Colors of #590080
Black with #590080
Text Example
Text Example
White with #590080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590080; }
p { color: rgb(89,0,128); }
H1.HeaderClassName
{
color: #590080;
}
.AnyTagClassName
{
color: #590080;
}
</style>
background-color css
<style>
a { background-color: #590080; }
a { background-color: rgb(89,0,128); }
div.DivClassName
{
background-color: #590080;
}
.BgClassName
{
background-color: #590080;
}
</style>
border-color css
<style>
span { border-color: #590080; }
span { border-color: rgb(89,0,128); }
td.TdClassName
{
border-color: #590080;
}
.TagClassName
{
border-color: #590080;
}
</style>