Shades of Indigo #580A82
Tints of Indigo #580A82
RGB
CMYK
RGB Variations
Color information
#580A82 (or 0x580A82) is known color: Indigo. HEX triplet: 58, 0A and 82. RGB value is (88,10,130). Sum of RGB (Red+Green+Blue) = 88+10+130=228 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.60% from 228); Green value is 10 (4.30% from 255 or 4.39% from 228); Blue value is 130 (51.17% from 255 or 57.02% from 228); Max value from RGB is 130 - color contains mainly: blue. Hex color #580A82 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580A82 is #A7F57D. Grayscale: #2E2E2E. Windows color (decimal): -11007358 or 8522328. OLE color: 8522328.
HSL color Cylindrical-coordinate representation of color #580A82: hue angle of 279º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #580A82 is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 88 | 10 | 130 | - |
| CMYK | 0.32 | 0.92 | 0 | 0.49 |
| HSL | 279º | 0.86% | 0.27% | - |
| HSV(B) | 279º | 0.92% | 0.51% | - |
| XYZ | 8.16 | 3.9 | 21.44 | - |
| YUV | 47 | 174.84 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 10 | 130 | 0.32 | 0.92 | 0 | 0.49 | 279 | 0.86 | 0.27 |
| Hex | 58 | A | 82 | 20 | 5C | 0 | 31 | 117 | 56 | 1B |
| Octal | 130 | 12 | 202 | 40 | 134 | 0 | 61 | 427 | 126 | 33 |
| Binary | 1011000 | 1010 | 10000010 | 100000 | 1011100 | 0 | 110001 | 100010111 | 1010110 | 11011 |
Color Harmonies of #580A82
Complementary color
Monochromatic Colors of #580A82
Black with #580A82
Text Example
Text Example
White with #580A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580A82; }
p { color: rgb(88,10,130); }
H1.HeaderClassName
{
color: #580A82;
}
.AnyTagClassName
{
color: #580A82;
}
</style>
background-color css
<style>
a { background-color: #580A82; }
a { background-color: rgb(88,10,130); }
div.DivClassName
{
background-color: #580A82;
}
.BgClassName
{
background-color: #580A82;
}
</style>
border-color css
<style>
span { border-color: #580A82; }
span { border-color: rgb(88,10,130); }
td.TdClassName
{
border-color: #580A82;
}
.TagClassName
{
border-color: #580A82;
}
</style>