Shades of Indigo #580C66
Tints of Indigo #580C66
RGB
CMYK
RGB Variations
Color information
#580C66 (or 0x580C66) is known color: Indigo. HEX triplet: 58, 0C and 66. RGB value is (88,12,102). Sum of RGB (Red+Green+Blue) = 88+12+102=202 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.56% from 202); Green value is 12 (5.08% from 255 or 5.94% from 202); Blue value is 102 (40.23% from 255 or 50.50% from 202); Max value from RGB is 102 - color contains mainly: blue. Hex color #580C66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580C66 is #A7F399. Grayscale: #2C2C2C. Windows color (decimal): -11006874 or 6687832. OLE color: 6687832.
HSL color Cylindrical-coordinate representation of color #580C66: hue angle of 290.67º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #580C66 is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 88 | 12 | 102 | - |
| CMYK | 0.14 | 0.88 | 0 | 0.6 |
| HSL | 290.67º | 0.79% | 0.22% | - |
| HSV(B) | 290.67º | 0.88% | 0.4% | - |
| XYZ | 6.55 | 3.3 | 12.86 | - |
| YUV | 44.98 | 160.18 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 12 | 102 | 0.14 | 0.88 | 0 | 0.6 | 290.67 | 0.79 | 0.22 |
| Hex | 58 | C | 66 | E | 58 | 0 | 3C | 123 | 4F | 16 |
| Octal | 130 | 14 | 146 | 16 | 130 | 0 | 74 | 443 | 117 | 26 |
| Binary | 1011000 | 1100 | 1100110 | 1110 | 1011000 | 0 | 111100 | 100100011 | 1001111 | 10110 |
Color Harmonies of #580C66
Complementary color
Monochromatic Colors of #580C66
Black with #580C66
Text Example
Text Example
White with #580C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580C66; }
p { color: rgb(88,12,102); }
H1.HeaderClassName
{
color: #580C66;
}
.AnyTagClassName
{
color: #580C66;
}
</style>
background-color css
<style>
a { background-color: #580C66; }
a { background-color: rgb(88,12,102); }
div.DivClassName
{
background-color: #580C66;
}
.BgClassName
{
background-color: #580C66;
}
</style>
border-color css
<style>
span { border-color: #580C66; }
span { border-color: rgb(88,12,102); }
td.TdClassName
{
border-color: #580C66;
}
.TagClassName
{
border-color: #580C66;
}
</style>