Shades of Indigo #59179D
Tints of Indigo #59179D
RGB
CMYK
RGB Variations
Color information
#59179D (or 0x59179D) is known color: Indigo. HEX triplet: 59, 17 and 9D. RGB value is (89,23,157). Sum of RGB (Red+Green+Blue) = 89+23+157=269 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.09% from 269); Green value is 23 (9.38% from 255 or 8.55% from 269); Blue value is 157 (61.72% from 255 or 58.36% from 269); Max value from RGB is 157 - color contains mainly: blue. Hex color #59179D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59179D is #A6E862. Grayscale: #393939. Windows color (decimal): -10938467 or 10295129. OLE color: 10295129.
HSL color Cylindrical-coordinate representation of color #59179D: hue angle of 269.55º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #59179D is Cyan = 0.43, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 89 | 23 | 157 | - |
| CMYK | 0.43 | 0.85 | 0 | 0.38 |
| HSL | 269.55º | 0.74% | 0.35% | - |
| HSV(B) | 269.55º | 0.85% | 0.62% | - |
| XYZ | 10.51 | 5.17 | 32.34 | - |
| YUV | 58.01 | 183.87 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 23 | 157 | 0.43 | 0.85 | 0 | 0.38 | 269.55 | 0.74 | 0.35 |
| Hex | 59 | 17 | 9D | 2B | 55 | 0 | 26 | 10E | 4A | 23 |
| Octal | 131 | 27 | 235 | 53 | 125 | 0 | 46 | 416 | 112 | 43 |
| Binary | 1011001 | 10111 | 10011101 | 101011 | 1010101 | 0 | 100110 | 100001110 | 1001010 | 100011 |
Color Harmonies of #59179D
Complementary color
Monochromatic Colors of #59179D
Black with #59179D
Text Example
Text Example
White with #59179D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59179D; }
p { color: rgb(89,23,157); }
H1.HeaderClassName
{
color: #59179D;
}
.AnyTagClassName
{
color: #59179D;
}
</style>
background-color css
<style>
a { background-color: #59179D; }
a { background-color: rgb(89,23,157); }
div.DivClassName
{
background-color: #59179D;
}
.BgClassName
{
background-color: #59179D;
}
</style>
border-color css
<style>
span { border-color: #59179D; }
span { border-color: rgb(89,23,157); }
td.TdClassName
{
border-color: #59179D;
}
.TagClassName
{
border-color: #59179D;
}
</style>