Shades of Indigo #59167A
Tints of Indigo #59167A
RGB
CMYK
RGB Variations
Color information
#59167A (or 0x59167A) is known color: Indigo. HEX triplet: 59, 16 and 7A. RGB value is (89,22,122). Sum of RGB (Red+Green+Blue) = 89+22+122=233 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.20% from 233); Green value is 22 (8.98% from 255 or 9.44% from 233); Blue value is 122 (48.05% from 255 or 52.36% from 233); Max value from RGB is 122 - color contains mainly: blue. Hex color #59167A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59167A is #A6E985. Grayscale: #353535. Windows color (decimal): -10938758 or 8001113. OLE color: 8001113.
HSL color Cylindrical-coordinate representation of color #59167A: hue angle of 280.2º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #59167A is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 89 | 22 | 122 | - |
| CMYK | 0.27 | 0.82 | 0 | 0.52 |
| HSL | 280.2º | 0.69% | 0.28% | - |
| HSV(B) | 280.2º | 0.82% | 0.48% | - |
| XYZ | 7.92 | 4.1 | 18.79 | - |
| YUV | 53.43 | 166.7 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 22 | 122 | 0.27 | 0.82 | 0 | 0.52 | 280.2 | 0.69 | 0.28 |
| Hex | 59 | 16 | 7A | 1B | 52 | 0 | 34 | 118 | 45 | 1C |
| Octal | 131 | 26 | 172 | 33 | 122 | 0 | 64 | 430 | 105 | 34 |
| Binary | 1011001 | 10110 | 1111010 | 11011 | 1010010 | 0 | 110100 | 100011000 | 1000101 | 11100 |
Color Harmonies of #59167A
Complementary color
Monochromatic Colors of #59167A
Black with #59167A
Text Example
Text Example
White with #59167A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59167A; }
p { color: rgb(89,22,122); }
H1.HeaderClassName
{
color: #59167A;
}
.AnyTagClassName
{
color: #59167A;
}
</style>
background-color css
<style>
a { background-color: #59167A; }
a { background-color: rgb(89,22,122); }
div.DivClassName
{
background-color: #59167A;
}
.BgClassName
{
background-color: #59167A;
}
</style>
border-color css
<style>
span { border-color: #59167A; }
span { border-color: rgb(89,22,122); }
td.TdClassName
{
border-color: #59167A;
}
.TagClassName
{
border-color: #59167A;
}
</style>