Shades of Indigo #590282
Tints of Indigo #590282
RGB
CMYK
RGB Variations
Color information
#590282 (or 0x590282) is known color: Indigo. HEX triplet: 59, 02 and 82. RGB value is (89,2,130). Sum of RGB (Red+Green+Blue) = 89+2+130=221 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.27% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 130 (51.17% from 255 or 58.82% from 221); Max value from RGB is 130 - color contains mainly: blue. Hex color #590282 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590282 is #A6FD7D. Grayscale: #2A2A2A. Windows color (decimal): -10943870 or 8520281. OLE color: 8520281.
HSL color Cylindrical-coordinate representation of color #590282: hue angle of 280.78º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #590282 is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 89 | 2 | 130 | - |
| CMYK | 0.32 | 0.98 | 0 | 0.49 |
| HSL | 280.78º | 0.97% | 0.26% | - |
| HSV(B) | 280.78º | 0.98% | 0.51% | - |
| XYZ | 8.17 | 3.78 | 21.42 | - |
| YUV | 42.61 | 177.32 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 2 | 130 | 0.32 | 0.98 | 0 | 0.49 | 280.78 | 0.97 | 0.26 |
| Hex | 59 | 2 | 82 | 20 | 62 | 0 | 31 | 119 | 61 | 1A |
| Octal | 131 | 2 | 202 | 40 | 142 | 0 | 61 | 431 | 141 | 32 |
| Binary | 1011001 | 10 | 10000010 | 100000 | 1100010 | 0 | 110001 | 100011001 | 1100001 | 11010 |
Color Harmonies of #590282
Complementary color
Monochromatic Colors of #590282
Black with #590282
Text Example
Text Example
White with #590282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590282; }
p { color: rgb(89,2,130); }
H1.HeaderClassName
{
color: #590282;
}
.AnyTagClassName
{
color: #590282;
}
</style>
background-color css
<style>
a { background-color: #590282; }
a { background-color: rgb(89,2,130); }
div.DivClassName
{
background-color: #590282;
}
.BgClassName
{
background-color: #590282;
}
</style>
border-color css
<style>
span { border-color: #590282; }
span { border-color: rgb(89,2,130); }
td.TdClassName
{
border-color: #590282;
}
.TagClassName
{
border-color: #590282;
}
</style>