Shades of Indigo #590768
Tints of Indigo #590768
RGB
CMYK
RGB Variations
Color information
#590768 (or 0x590768) is known color: Indigo. HEX triplet: 59, 07 and 68. RGB value is (89,7,104). Sum of RGB (Red+Green+Blue) = 89+7+104=200 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.5% from 200); Green value is 7 (3.12% from 255 or 3.5% from 200); Blue value is 104 (41.02% from 255 or 52% from 200); Max value from RGB is 104 - color contains mainly: blue. Hex color #590768 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590768 is #A6F897. Grayscale: #2A2A2A. Windows color (decimal): -10942616 or 6817625. OLE color: 6817625.
HSL color Cylindrical-coordinate representation of color #590768: hue angle of 290.72º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #590768 is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 89 | 7 | 104 | - |
| CMYK | 0.14 | 0.93 | 0 | 0.59 |
| HSL | 290.72º | 0.87% | 0.22% | - |
| HSV(B) | 290.72º | 0.93% | 0.41% | - |
| XYZ | 6.69 | 3.28 | 13.38 | - |
| YUV | 42.58 | 162.67 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 7 | 104 | 0.14 | 0.93 | 0 | 0.59 | 290.72 | 0.87 | 0.22 |
| Hex | 59 | 7 | 68 | E | 5D | 0 | 3B | 123 | 57 | 16 |
| Octal | 131 | 7 | 150 | 16 | 135 | 0 | 73 | 443 | 127 | 26 |
| Binary | 1011001 | 111 | 1101000 | 1110 | 1011101 | 0 | 111011 | 100100011 | 1010111 | 10110 |
Color Harmonies of #590768
Complementary color
Monochromatic Colors of #590768
Black with #590768
Text Example
Text Example
White with #590768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590768; }
p { color: rgb(89,7,104); }
H1.HeaderClassName
{
color: #590768;
}
.AnyTagClassName
{
color: #590768;
}
</style>
background-color css
<style>
a { background-color: #590768; }
a { background-color: rgb(89,7,104); }
div.DivClassName
{
background-color: #590768;
}
.BgClassName
{
background-color: #590768;
}
</style>
border-color css
<style>
span { border-color: #590768; }
span { border-color: rgb(89,7,104); }
td.TdClassName
{
border-color: #590768;
}
.TagClassName
{
border-color: #590768;
}
</style>