Shades of Indigo #580AA0
Tints of Indigo #580AA0
RGB
CMYK
RGB Variations
Color information
#580AA0 (or 0x580AA0) is known color: Indigo. HEX triplet: 58, 0A and A0. RGB value is (88,10,160). Sum of RGB (Red+Green+Blue) = 88+10+160=258 (34% of max value = 765). Red value is 88 (34.77% from 255 or 34.11% from 258); Green value is 10 (4.30% from 255 or 3.88% from 258); Blue value is 160 (62.89% from 255 or 62.02% from 258); Max value from RGB is 160 - color contains mainly: blue. Hex color #580AA0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580AA0 is #A7F55F. Grayscale: #313131. Windows color (decimal): -11007328 or 10488408. OLE color: 10488408.
HSL color Cylindrical-coordinate representation of color #580AA0: hue angle of 271.2º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #580AA0 is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 88 | 10 | 160 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.37 |
| HSL | 271.2º | 0.88% | 0.33% | - |
| HSV(B) | 271.2º | 0.94% | 0.63% | - |
| XYZ | 10.48 | 4.83 | 33.64 | - |
| YUV | 50.42 | 189.84 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 10 | 160 | 0.45 | 0.94 | 0 | 0.37 | 271.2 | 0.88 | 0.33 |
| Hex | 58 | A | A0 | 2D | 5E | 0 | 25 | 10F | 58 | 21 |
| Octal | 130 | 12 | 240 | 55 | 136 | 0 | 45 | 417 | 130 | 41 |
| Binary | 1011000 | 1010 | 10100000 | 101101 | 1011110 | 0 | 100101 | 100001111 | 1011000 | 100001 |
Color Harmonies of #580AA0
Complementary color
Monochromatic Colors of #580AA0
Black with #580AA0
Text Example
Text Example
White with #580AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580AA0; }
p { color: rgb(88,10,160); }
H1.HeaderClassName
{
color: #580AA0;
}
.AnyTagClassName
{
color: #580AA0;
}
</style>
background-color css
<style>
a { background-color: #580AA0; }
a { background-color: rgb(88,10,160); }
div.DivClassName
{
background-color: #580AA0;
}
.BgClassName
{
background-color: #580AA0;
}
</style>
border-color css
<style>
span { border-color: #580AA0; }
span { border-color: rgb(88,10,160); }
td.TdClassName
{
border-color: #580AA0;
}
.TagClassName
{
border-color: #580AA0;
}
</style>