Shades of Indigo #590084
Tints of Indigo #590084
RGB
CMYK
RGB Variations
Color information
#590084 (or 0x590084) is known color: Indigo. HEX triplet: 59, 00 and 84. RGB value is (89,0,132). Sum of RGB (Red+Green+Blue) = 89+0+132=221 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.27% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 132 (51.95% from 255 or 59.73% from 221); Max value from RGB is 132 - color contains mainly: blue. Hex color #590084 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590084 is #A6FF7B. Grayscale: #292929. Windows color (decimal): -10944380 or 8650841. OLE color: 8650841.
HSL color Cylindrical-coordinate representation of color #590084: hue angle of 280.45º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #590084 is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 89 | 0 | 132 | - |
| CMYK | 0.33 | 1 | 0 | 0.48 |
| HSL | 280.45º | 1% | 0.26% | - |
| HSV(B) | 280.45º | 1% | 0.52% | - |
| XYZ | 8.28 | 3.79 | 22.12 | - |
| YUV | 41.66 | 178.99 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 0 | 132 | 0.33 | 1 | 0 | 0.48 | 280.45 | 1 | 0.26 |
| Hex | 59 | 0 | 84 | 21 | 64 | 0 | 30 | 118 | 64 | 1A |
| Octal | 131 | 0 | 204 | 41 | 144 | 0 | 60 | 430 | 144 | 32 |
| Binary | 1011001 | 0 | 10000100 | 100001 | 1100100 | 0 | 110000 | 100011000 | 1100100 | 11010 |
Color Harmonies of #590084
Complementary color
Monochromatic Colors of #590084
Black with #590084
Text Example
Text Example
White with #590084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590084; }
p { color: rgb(89,0,132); }
H1.HeaderClassName
{
color: #590084;
}
.AnyTagClassName
{
color: #590084;
}
</style>
background-color css
<style>
a { background-color: #590084; }
a { background-color: rgb(89,0,132); }
div.DivClassName
{
background-color: #590084;
}
.BgClassName
{
background-color: #590084;
}
</style>
border-color css
<style>
span { border-color: #590084; }
span { border-color: rgb(89,0,132); }
td.TdClassName
{
border-color: #590084;
}
.TagClassName
{
border-color: #590084;
}
</style>