Shades of Indigo #580C75
Tints of Indigo #580C75
RGB
CMYK
RGB Variations
Color information
#580C75 (or 0x580C75) is known color: Indigo. HEX triplet: 58, 0C and 75. RGB value is (88,12,117). Sum of RGB (Red+Green+Blue) = 88+12+117=217 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.55% from 217); Green value is 12 (5.08% from 255 or 5.53% from 217); Blue value is 117 (46.09% from 255 or 53.92% from 217); Max value from RGB is 117 - color contains mainly: blue. Hex color #580C75 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580C75 is #A7F38A. Grayscale: #2E2E2E. Windows color (decimal): -11006859 or 7670872. OLE color: 7670872.
HSL color Cylindrical-coordinate representation of color #580C75: hue angle of 283.43º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #580C75 is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 88 | 12 | 117 | - |
| CMYK | 0.25 | 0.90 | 0 | 0.54 |
| HSL | 283.43º | 0.81% | 0.25% | - |
| HSV(B) | 283.43º | 0.9% | 0.46% | - |
| XYZ | 7.37 | 3.62 | 17.14 | - |
| YUV | 46.69 | 167.68 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 12 | 117 | 0.25 | 0.90 | 0 | 0.54 | 283.43 | 0.81 | 0.25 |
| Hex | 58 | C | 75 | 19 | 5A | 0 | 36 | 11B | 51 | 19 |
| Octal | 130 | 14 | 165 | 31 | 132 | 0 | 66 | 433 | 121 | 31 |
| Binary | 1011000 | 1100 | 1110101 | 11001 | 1011010 | 0 | 110110 | 100011011 | 1010001 | 11001 |
Color Harmonies of #580C75
Complementary color
Monochromatic Colors of #580C75
Black with #580C75
Text Example
Text Example
White with #580C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580C75; }
p { color: rgb(88,12,117); }
H1.HeaderClassName
{
color: #580C75;
}
.AnyTagClassName
{
color: #580C75;
}
</style>
background-color css
<style>
a { background-color: #580C75; }
a { background-color: rgb(88,12,117); }
div.DivClassName
{
background-color: #580C75;
}
.BgClassName
{
background-color: #580C75;
}
</style>
border-color css
<style>
span { border-color: #580C75; }
span { border-color: rgb(88,12,117); }
td.TdClassName
{
border-color: #580C75;
}
.TagClassName
{
border-color: #580C75;
}
</style>