Shades of Indigo #59098C
Tints of Indigo #59098C
RGB
CMYK
RGB Variations
Color information
#59098C (or 0x59098C) is known color: Indigo. HEX triplet: 59, 09 and 8C. RGB value is (89,9,140). Sum of RGB (Red+Green+Blue) = 89+9+140=238 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.39% from 238); Green value is 9 (3.91% from 255 or 3.78% from 238); Blue value is 140 (55.08% from 255 or 58.82% from 238); Max value from RGB is 140 - color contains mainly: blue. Hex color #59098C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59098C is #A6F673. Grayscale: #2F2F2F. Windows color (decimal): -10942068 or 9177433. OLE color: 9177433.
HSL color Cylindrical-coordinate representation of color #59098C: hue angle of 276.64º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #59098C is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 89 | 9 | 140 | - |
| CMYK | 0.36 | 0.94 | 0 | 0.45 |
| HSL | 276.64º | 0.88% | 0.29% | - |
| HSV(B) | 276.64º | 0.94% | 0.55% | - |
| XYZ | 8.95 | 4.21 | 25.15 | - |
| YUV | 47.85 | 180 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 9 | 140 | 0.36 | 0.94 | 0 | 0.45 | 276.64 | 0.88 | 0.29 |
| Hex | 59 | 9 | 8C | 24 | 5E | 0 | 2D | 115 | 58 | 1D |
| Octal | 131 | 11 | 214 | 44 | 136 | 0 | 55 | 425 | 130 | 35 |
| Binary | 1011001 | 1001 | 10001100 | 100100 | 1011110 | 0 | 101101 | 100010101 | 1011000 | 11101 |
Color Harmonies of #59098C
Complementary color
Monochromatic Colors of #59098C
Black with #59098C
Text Example
Text Example
White with #59098C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59098C; }
p { color: rgb(89,9,140); }
H1.HeaderClassName
{
color: #59098C;
}
.AnyTagClassName
{
color: #59098C;
}
</style>
background-color css
<style>
a { background-color: #59098C; }
a { background-color: rgb(89,9,140); }
div.DivClassName
{
background-color: #59098C;
}
.BgClassName
{
background-color: #59098C;
}
</style>
border-color css
<style>
span { border-color: #59098C; }
span { border-color: rgb(89,9,140); }
td.TdClassName
{
border-color: #59098C;
}
.TagClassName
{
border-color: #59098C;
}
</style>