Shades of Indigo #580A99
Tints of Indigo #580A99
RGB
CMYK
RGB Variations
Color information
#580A99 (or 0x580A99) is known color: Indigo. HEX triplet: 58, 0A and 99. RGB value is (88,10,153). Sum of RGB (Red+Green+Blue) = 88+10+153=251 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.06% from 251); Green value is 10 (4.30% from 255 or 3.98% from 251); Blue value is 153 (60.16% from 255 or 60.96% from 251); Max value from RGB is 153 - color contains mainly: blue. Hex color #580A99 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580A99 is #A7F566. Grayscale: #313131. Windows color (decimal): -11007335 or 10029656. OLE color: 10029656.
HSL color Cylindrical-coordinate representation of color #580A99: hue angle of 272.73º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #580A99 is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 88 | 10 | 153 | - |
| CMYK | 0.42 | 0.93 | 0 | 0.4 |
| HSL | 272.73º | 0.88% | 0.32% | - |
| HSV(B) | 272.73º | 0.93% | 0.6% | - |
| XYZ | 9.88 | 4.59 | 30.5 | - |
| YUV | 49.62 | 186.34 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 10 | 153 | 0.42 | 0.93 | 0 | 0.4 | 272.73 | 0.88 | 0.32 |
| Hex | 58 | A | 99 | 2A | 5D | 0 | 28 | 111 | 58 | 20 |
| Octal | 130 | 12 | 231 | 52 | 135 | 0 | 50 | 421 | 130 | 40 |
| Binary | 1011000 | 1010 | 10011001 | 101010 | 1011101 | 0 | 101000 | 100010001 | 1011000 | 100000 |
Color Harmonies of #580A99
Complementary color
Monochromatic Colors of #580A99
Black with #580A99
Text Example
Text Example
White with #580A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580A99; }
p { color: rgb(88,10,153); }
H1.HeaderClassName
{
color: #580A99;
}
.AnyTagClassName
{
color: #580A99;
}
</style>
background-color css
<style>
a { background-color: #580A99; }
a { background-color: rgb(88,10,153); }
div.DivClassName
{
background-color: #580A99;
}
.BgClassName
{
background-color: #580A99;
}
</style>
border-color css
<style>
span { border-color: #580A99; }
span { border-color: rgb(88,10,153); }
td.TdClassName
{
border-color: #580A99;
}
.TagClassName
{
border-color: #580A99;
}
</style>