Shades of Indigo #590065
Tints of Indigo #590065
RGB
CMYK
RGB Variations
Color information
#590065 (or 0x590065) is known color: Indigo. HEX triplet: 59, 00 and 65. RGB value is (89,0,101). Sum of RGB (Red+Green+Blue) = 89+0+101=190 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.84% from 190); Green value is 0 (0.39% from 255 or 0% from 190); Blue value is 101 (39.84% from 255 or 53.16% from 190); Max value from RGB is 101 - color contains mainly: blue. Hex color #590065 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590065 is #A6FF9A. Grayscale: #252525. Windows color (decimal): -10944411 or 6619225. OLE color: 6619225.
HSL color Cylindrical-coordinate representation of color #590065: hue angle of 292.87º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #590065 is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 89 | 0 | 101 | - |
| CMYK | 0.12 | 1 | 0 | 0.60 |
| HSL | 292.87º | 1% | 0.2% | - |
| HSV(B) | 292.87º | 1% | 0.4% | - |
| XYZ | 6.47 | 3.06 | 12.56 | - |
| YUV | 38.13 | 163.49 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 0 | 101 | 0.12 | 1 | 0 | 0.60 | 292.87 | 1 | 0.2 |
| Hex | 59 | 0 | 65 | C | 64 | 0 | 3C | 125 | 64 | 14 |
| Octal | 131 | 0 | 145 | 14 | 144 | 0 | 74 | 445 | 144 | 24 |
| Binary | 1011001 | 0 | 1100101 | 1100 | 1100100 | 0 | 111100 | 100100101 | 1100100 | 10100 |
Color Harmonies of #590065
Complementary color
Monochromatic Colors of #590065
Black with #590065
Text Example
Text Example
White with #590065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590065; }
p { color: rgb(89,0,101); }
H1.HeaderClassName
{
color: #590065;
}
.AnyTagClassName
{
color: #590065;
}
</style>
background-color css
<style>
a { background-color: #590065; }
a { background-color: rgb(89,0,101); }
div.DivClassName
{
background-color: #590065;
}
.BgClassName
{
background-color: #590065;
}
</style>
border-color css
<style>
span { border-color: #590065; }
span { border-color: rgb(89,0,101); }
td.TdClassName
{
border-color: #590065;
}
.TagClassName
{
border-color: #590065;
}
</style>