Shades of Indigo #580A70
Tints of Indigo #580A70
RGB
CMYK
RGB Variations
Color information
#580A70 (or 0x580A70) is known color: Indigo. HEX triplet: 58, 0A and 70. RGB value is (88,10,112). Sum of RGB (Red+Green+Blue) = 88+10+112=210 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.90% from 210); Green value is 10 (4.30% from 255 or 4.76% from 210); Blue value is 112 (44.14% from 255 or 53.33% from 210); Max value from RGB is 112 - color contains mainly: blue. Hex color #580A70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580A70 is #A7F58F. Grayscale: #2C2C2C. Windows color (decimal): -11007376 or 7342680. OLE color: 7342680.
HSL color Cylindrical-coordinate representation of color #580A70: hue angle of 285.88º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #580A70 is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 88 | 10 | 112 | - |
| CMYK | 0.21 | 0.91 | 0 | 0.56 |
| HSL | 285.88º | 0.84% | 0.24% | - |
| HSV(B) | 285.88º | 0.91% | 0.44% | - |
| XYZ | 7.06 | 3.46 | 15.63 | - |
| YUV | 44.95 | 165.84 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 10 | 112 | 0.21 | 0.91 | 0 | 0.56 | 285.88 | 0.84 | 0.24 |
| Hex | 58 | A | 70 | 15 | 5B | 0 | 38 | 11E | 54 | 18 |
| Octal | 130 | 12 | 160 | 25 | 133 | 0 | 70 | 436 | 124 | 30 |
| Binary | 1011000 | 1010 | 1110000 | 10101 | 1011011 | 0 | 111000 | 100011110 | 1010100 | 11000 |
Color Harmonies of #580A70
Complementary color
Monochromatic Colors of #580A70
Black with #580A70
Text Example
Text Example
White with #580A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580A70; }
p { color: rgb(88,10,112); }
H1.HeaderClassName
{
color: #580A70;
}
.AnyTagClassName
{
color: #580A70;
}
</style>
background-color css
<style>
a { background-color: #580A70; }
a { background-color: rgb(88,10,112); }
div.DivClassName
{
background-color: #580A70;
}
.BgClassName
{
background-color: #580A70;
}
</style>
border-color css
<style>
span { border-color: #580A70; }
span { border-color: rgb(88,10,112); }
td.TdClassName
{
border-color: #580A70;
}
.TagClassName
{
border-color: #580A70;
}
</style>