Shades of Indigo #590689
Tints of Indigo #590689
RGB
CMYK
RGB Variations
Color information
#590689 (or 0x590689) is known color: Indigo. HEX triplet: 59, 06 and 89. RGB value is (89,6,137). Sum of RGB (Red+Green+Blue) = 89+6+137=232 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.36% from 232); Green value is 6 (2.73% from 255 or 2.59% from 232); Blue value is 137 (53.91% from 255 or 59.05% from 232); Max value from RGB is 137 - color contains mainly: blue. Hex color #590689 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590689 is #A6F976. Grayscale: #2D2D2D. Windows color (decimal): -10942839 or 8980057. OLE color: 8980057.
HSL color Cylindrical-coordinate representation of color #590689: hue angle of 278.02º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #590689 is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 89 | 6 | 137 | - |
| CMYK | 0.35 | 0.96 | 0 | 0.46 |
| HSL | 278.02º | 0.92% | 0.28% | - |
| HSV(B) | 278.02º | 0.96% | 0.54% | - |
| XYZ | 8.7 | 4.06 | 23.99 | - |
| YUV | 45.75 | 179.5 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 6 | 137 | 0.35 | 0.96 | 0 | 0.46 | 278.02 | 0.92 | 0.28 |
| Hex | 59 | 6 | 89 | 23 | 60 | 0 | 2E | 116 | 5C | 1C |
| Octal | 131 | 6 | 211 | 43 | 140 | 0 | 56 | 426 | 134 | 34 |
| Binary | 1011001 | 110 | 10001001 | 100011 | 1100000 | 0 | 101110 | 100010110 | 1011100 | 11100 |
Color Harmonies of #590689
Complementary color
Monochromatic Colors of #590689
Black with #590689
Text Example
Text Example
White with #590689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590689; }
p { color: rgb(89,6,137); }
H1.HeaderClassName
{
color: #590689;
}
.AnyTagClassName
{
color: #590689;
}
</style>
background-color css
<style>
a { background-color: #590689; }
a { background-color: rgb(89,6,137); }
div.DivClassName
{
background-color: #590689;
}
.BgClassName
{
background-color: #590689;
}
</style>
border-color css
<style>
span { border-color: #590689; }
span { border-color: rgb(89,6,137); }
td.TdClassName
{
border-color: #590689;
}
.TagClassName
{
border-color: #590689;
}
</style>