Shades of Indigo #580C79
Tints of Indigo #580C79
RGB
CMYK
RGB Variations
Color information
#580C79 (or 0x580C79) is known color: Indigo. HEX triplet: 58, 0C and 79. RGB value is (88,12,121). Sum of RGB (Red+Green+Blue) = 88+12+121=221 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.82% from 221); Green value is 12 (5.08% from 255 or 5.43% from 221); Blue value is 121 (47.66% from 255 or 54.75% from 221); Max value from RGB is 121 - color contains mainly: blue. Hex color #580C79 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580C79 is #A7F386. Grayscale: #2E2E2E. Windows color (decimal): -11006855 or 7933016. OLE color: 7933016.
HSL color Cylindrical-coordinate representation of color #580C79: hue angle of 281.83º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #580C79 is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 88 | 12 | 121 | - |
| CMYK | 0.27 | 0.90 | 0 | 0.53 |
| HSL | 281.83º | 0.82% | 0.26% | - |
| HSV(B) | 281.83º | 0.9% | 0.47% | - |
| XYZ | 7.61 | 3.72 | 18.41 | - |
| YUV | 47.15 | 169.68 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 12 | 121 | 0.27 | 0.90 | 0 | 0.53 | 281.83 | 0.82 | 0.26 |
| Hex | 58 | C | 79 | 1B | 5A | 0 | 35 | 11A | 52 | 1A |
| Octal | 130 | 14 | 171 | 33 | 132 | 0 | 65 | 432 | 122 | 32 |
| Binary | 1011000 | 1100 | 1111001 | 11011 | 1011010 | 0 | 110101 | 100011010 | 1010010 | 11010 |
Color Harmonies of #580C79
Complementary color
Monochromatic Colors of #580C79
Black with #580C79
Text Example
Text Example
White with #580C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580C79; }
p { color: rgb(88,12,121); }
H1.HeaderClassName
{
color: #580C79;
}
.AnyTagClassName
{
color: #580C79;
}
</style>
background-color css
<style>
a { background-color: #580C79; }
a { background-color: rgb(88,12,121); }
div.DivClassName
{
background-color: #580C79;
}
.BgClassName
{
background-color: #580C79;
}
</style>
border-color css
<style>
span { border-color: #580C79; }
span { border-color: rgb(88,12,121); }
td.TdClassName
{
border-color: #580C79;
}
.TagClassName
{
border-color: #580C79;
}
</style>