Shades of Indigo #580C7D
Tints of Indigo #580C7D
RGB
CMYK
RGB Variations
Color information
#580C7D (or 0x580C7D) is known color: Indigo. HEX triplet: 58, 0C and 7D. RGB value is (88,12,125). Sum of RGB (Red+Green+Blue) = 88+12+125=225 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.11% from 225); Green value is 12 (5.08% from 255 or 5.33% from 225); Blue value is 125 (49.22% from 255 or 55.56% from 225); Max value from RGB is 125 - color contains mainly: blue. Hex color #580C7D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580C7D is #A7F382. Grayscale: #2F2F2F. Windows color (decimal): -11006851 or 8195160. OLE color: 8195160.
HSL color Cylindrical-coordinate representation of color #580C7D: hue angle of 280.35º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #580C7D is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 88 | 12 | 125 | - |
| CMYK | 0.30 | 0.90 | 0 | 0.51 |
| HSL | 280.35º | 0.82% | 0.27% | - |
| HSV(B) | 280.35º | 0.9% | 0.49% | - |
| XYZ | 7.86 | 3.82 | 19.72 | - |
| YUV | 47.61 | 171.68 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 12 | 125 | 0.30 | 0.90 | 0 | 0.51 | 280.35 | 0.82 | 0.27 |
| Hex | 58 | C | 7D | 1E | 5A | 0 | 33 | 118 | 52 | 1B |
| Octal | 130 | 14 | 175 | 36 | 132 | 0 | 63 | 430 | 122 | 33 |
| Binary | 1011000 | 1100 | 1111101 | 11110 | 1011010 | 0 | 110011 | 100011000 | 1010010 | 11011 |
Color Harmonies of #580C7D
Complementary color
Monochromatic Colors of #580C7D
Black with #580C7D
Text Example
Text Example
White with #580C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580C7D; }
p { color: rgb(88,12,125); }
H1.HeaderClassName
{
color: #580C7D;
}
.AnyTagClassName
{
color: #580C7D;
}
</style>
background-color css
<style>
a { background-color: #580C7D; }
a { background-color: rgb(88,12,125); }
div.DivClassName
{
background-color: #580C7D;
}
.BgClassName
{
background-color: #580C7D;
}
</style>
border-color css
<style>
span { border-color: #580C7D; }
span { border-color: rgb(88,12,125); }
td.TdClassName
{
border-color: #580C7D;
}
.TagClassName
{
border-color: #580C7D;
}
</style>