Shades of Indigo #580C84
Tints of Indigo #580C84
RGB
CMYK
RGB Variations
Color information
#580C84 (or 0x580C84) is known color: Indigo. HEX triplet: 58, 0C and 84. RGB value is (88,12,132). Sum of RGB (Red+Green+Blue) = 88+12+132=232 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.93% from 232); Green value is 12 (5.08% from 255 or 5.17% from 232); Blue value is 132 (51.95% from 255 or 56.90% from 232); Max value from RGB is 132 - color contains mainly: blue. Hex color #580C84 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580C84 is #A7F37B. Grayscale: #303030. Windows color (decimal): -11006844 or 8653912. OLE color: 8653912.
HSL color Cylindrical-coordinate representation of color #580C84: hue angle of 278º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #580C84 is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 88 | 12 | 132 | - |
| CMYK | 0.33 | 0.91 | 0 | 0.48 |
| HSL | 278º | 0.83% | 0.28% | - |
| HSV(B) | 278º | 0.91% | 0.52% | - |
| XYZ | 8.32 | 4 | 22.16 | - |
| YUV | 48.4 | 175.18 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 12 | 132 | 0.33 | 0.91 | 0 | 0.48 | 278 | 0.83 | 0.28 |
| Hex | 58 | C | 84 | 21 | 5B | 0 | 30 | 116 | 53 | 1C |
| Octal | 130 | 14 | 204 | 41 | 133 | 0 | 60 | 426 | 123 | 34 |
| Binary | 1011000 | 1100 | 10000100 | 100001 | 1011011 | 0 | 110000 | 100010110 | 1010011 | 11100 |
Color Harmonies of #580C84
Complementary color
Monochromatic Colors of #580C84
Black with #580C84
Text Example
Text Example
White with #580C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580C84; }
p { color: rgb(88,12,132); }
H1.HeaderClassName
{
color: #580C84;
}
.AnyTagClassName
{
color: #580C84;
}
</style>
background-color css
<style>
a { background-color: #580C84; }
a { background-color: rgb(88,12,132); }
div.DivClassName
{
background-color: #580C84;
}
.BgClassName
{
background-color: #580C84;
}
</style>
border-color css
<style>
span { border-color: #580C84; }
span { border-color: rgb(88,12,132); }
td.TdClassName
{
border-color: #580C84;
}
.TagClassName
{
border-color: #580C84;
}
</style>