Shades of Indigo #590568
Tints of Indigo #590568
RGB
CMYK
RGB Variations
Color information
#590568 (or 0x590568) is known color: Indigo. HEX triplet: 59, 05 and 68. RGB value is (89,5,104). Sum of RGB (Red+Green+Blue) = 89+5+104=198 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.95% from 198); Green value is 5 (2.34% from 255 or 2.53% from 198); Blue value is 104 (41.02% from 255 or 52.53% from 198); Max value from RGB is 104 - color contains mainly: blue. Hex color #590568 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590568 is #A6FA97. Grayscale: #292929. Windows color (decimal): -10943128 or 6817113. OLE color: 6817113.
HSL color Cylindrical-coordinate representation of color #590568: hue angle of 290.91º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #590568 is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 89 | 5 | 104 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.59 |
| HSL | 290.91º | 0.91% | 0.21% | - |
| HSV(B) | 290.91º | 0.95% | 0.41% | - |
| XYZ | 6.67 | 3.23 | 13.37 | - |
| YUV | 41.4 | 163.33 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 5 | 104 | 0.14 | 0.95 | 0 | 0.59 | 290.91 | 0.91 | 0.21 |
| Hex | 59 | 5 | 68 | E | 5F | 0 | 3B | 123 | 5B | 15 |
| Octal | 131 | 5 | 150 | 16 | 137 | 0 | 73 | 443 | 133 | 25 |
| Binary | 1011001 | 101 | 1101000 | 1110 | 1011111 | 0 | 111011 | 100100011 | 1011011 | 10101 |
Color Harmonies of #590568
Complementary color
Monochromatic Colors of #590568
Black with #590568
Text Example
Text Example
White with #590568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590568; }
p { color: rgb(89,5,104); }
H1.HeaderClassName
{
color: #590568;
}
.AnyTagClassName
{
color: #590568;
}
</style>
background-color css
<style>
a { background-color: #590568; }
a { background-color: rgb(89,5,104); }
div.DivClassName
{
background-color: #590568;
}
.BgClassName
{
background-color: #590568;
}
</style>
border-color css
<style>
span { border-color: #590568; }
span { border-color: rgb(89,5,104); }
td.TdClassName
{
border-color: #590568;
}
.TagClassName
{
border-color: #590568;
}
</style>