Shades of Indigo #580EA3
Tints of Indigo #580EA3
RGB
CMYK
RGB Variations
Color information
#580EA3 (or 0x580EA3) is known color: Indigo. HEX triplet: 58, 0E and A3. RGB value is (88,14,163). Sum of RGB (Red+Green+Blue) = 88+14+163=265 (35% of max value = 765). Red value is 88 (34.77% from 255 or 33.21% from 265); Green value is 14 (5.86% from 255 or 5.28% from 265); Blue value is 163 (64.06% from 255 or 61.51% from 265); Max value from RGB is 163 - color contains mainly: blue. Hex color #580EA3 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580EA3 is #A7F15C. Grayscale: #343434. Windows color (decimal): -11006301 or 10686040. OLE color: 10686040.
HSL color Cylindrical-coordinate representation of color #580EA3: hue angle of 269.8º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #580EA3 is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 88 | 14 | 163 | - |
| CMYK | 0.46 | 0.91 | 0 | 0.36 |
| HSL | 269.8º | 0.84% | 0.35% | - |
| HSV(B) | 269.8º | 0.91% | 0.64% | - |
| XYZ | 10.79 | 5.03 | 35.05 | - |
| YUV | 53.11 | 190.02 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 14 | 163 | 0.46 | 0.91 | 0 | 0.36 | 269.8 | 0.84 | 0.35 |
| Hex | 58 | E | A3 | 2E | 5B | 0 | 24 | 10E | 54 | 23 |
| Octal | 130 | 16 | 243 | 56 | 133 | 0 | 44 | 416 | 124 | 43 |
| Binary | 1011000 | 1110 | 10100011 | 101110 | 1011011 | 0 | 100100 | 100001110 | 1010100 | 100011 |
Color Harmonies of #580EA3
Complementary color
Monochromatic Colors of #580EA3
Black with #580EA3
Text Example
Text Example
White with #580EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580EA3; }
p { color: rgb(88,14,163); }
H1.HeaderClassName
{
color: #580EA3;
}
.AnyTagClassName
{
color: #580EA3;
}
</style>
background-color css
<style>
a { background-color: #580EA3; }
a { background-color: rgb(88,14,163); }
div.DivClassName
{
background-color: #580EA3;
}
.BgClassName
{
background-color: #580EA3;
}
</style>
border-color css
<style>
span { border-color: #580EA3; }
span { border-color: rgb(88,14,163); }
td.TdClassName
{
border-color: #580EA3;
}
.TagClassName
{
border-color: #580EA3;
}
</style>