Shades of Indigo #580A72
Tints of Indigo #580A72
RGB
CMYK
RGB Variations
Color information
#580A72 (or 0x580A72) is known color: Indigo. HEX triplet: 58, 0A and 72. RGB value is (88,10,114). Sum of RGB (Red+Green+Blue) = 88+10+114=212 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.51% from 212); Green value is 10 (4.30% from 255 or 4.72% from 212); Blue value is 114 (44.92% from 255 or 53.77% from 212); Max value from RGB is 114 - color contains mainly: blue. Hex color #580A72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580A72 is #A7F58D. Grayscale: #2C2C2C. Windows color (decimal): -11007374 or 7473752. OLE color: 7473752.
HSL color Cylindrical-coordinate representation of color #580A72: hue angle of 285º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #580A72 is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 88 | 10 | 114 | - |
| CMYK | 0.23 | 0.91 | 0 | 0.55 |
| HSL | 285º | 0.84% | 0.24% | - |
| HSV(B) | 285º | 0.91% | 0.45% | - |
| XYZ | 7.17 | 3.51 | 16.22 | - |
| YUV | 45.18 | 166.84 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 10 | 114 | 0.23 | 0.91 | 0 | 0.55 | 285 | 0.84 | 0.24 |
| Hex | 58 | A | 72 | 17 | 5B | 0 | 37 | 11D | 54 | 18 |
| Octal | 130 | 12 | 162 | 27 | 133 | 0 | 67 | 435 | 124 | 30 |
| Binary | 1011000 | 1010 | 1110010 | 10111 | 1011011 | 0 | 110111 | 100011101 | 1010100 | 11000 |
Color Harmonies of #580A72
Complementary color
Monochromatic Colors of #580A72
Black with #580A72
Text Example
Text Example
White with #580A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580A72; }
p { color: rgb(88,10,114); }
H1.HeaderClassName
{
color: #580A72;
}
.AnyTagClassName
{
color: #580A72;
}
</style>
background-color css
<style>
a { background-color: #580A72; }
a { background-color: rgb(88,10,114); }
div.DivClassName
{
background-color: #580A72;
}
.BgClassName
{
background-color: #580A72;
}
</style>
border-color css
<style>
span { border-color: #580A72; }
span { border-color: rgb(88,10,114); }
td.TdClassName
{
border-color: #580A72;
}
.TagClassName
{
border-color: #580A72;
}
</style>