Shades of Indigo #520E71
Tints of Indigo #520E71
RGB
CMYK
RGB Variations
Color information
#520E71 (or 0x520E71) is known color: Indigo. HEX triplet: 52, 0E and 71. RGB value is (82,14,113). Sum of RGB (Red+Green+Blue) = 82+14+113=209 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.23% from 209); Green value is 14 (5.86% from 255 or 6.70% from 209); Blue value is 113 (44.53% from 255 or 54.07% from 209); Max value from RGB is 113 - color contains mainly: blue. Hex color #520E71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520E71 is #ADF18E. Grayscale: #2D2D2D. Windows color (decimal): -11399567 or 7409234. OLE color: 7409234.
HSL color Cylindrical-coordinate representation of color #520E71: hue angle of 281.21º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #520E71 is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 82 | 14 | 113 | - |
| CMYK | 0.27 | 0.88 | 0 | 0.56 |
| HSL | 281.21º | 0.78% | 0.25% | - |
| HSV(B) | 281.21º | 0.88% | 0.44% | - |
| XYZ | 6.62 | 3.3 | 15.91 | - |
| YUV | 45.62 | 166.03 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 14 | 113 | 0.27 | 0.88 | 0 | 0.56 | 281.21 | 0.78 | 0.25 |
| Hex | 52 | E | 71 | 1B | 58 | 0 | 38 | 119 | 4E | 19 |
| Octal | 122 | 16 | 161 | 33 | 130 | 0 | 70 | 431 | 116 | 31 |
| Binary | 1010010 | 1110 | 1110001 | 11011 | 1011000 | 0 | 111000 | 100011001 | 1001110 | 11001 |
Color Harmonies of #520E71
Complementary color
Monochromatic Colors of #520E71
Black with #520E71
Text Example
Text Example
White with #520E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520E71; }
p { color: rgb(82,14,113); }
H1.HeaderClassName
{
color: #520E71;
}
.AnyTagClassName
{
color: #520E71;
}
</style>
background-color css
<style>
a { background-color: #520E71; }
a { background-color: rgb(82,14,113); }
div.DivClassName
{
background-color: #520E71;
}
.BgClassName
{
background-color: #520E71;
}
</style>
border-color css
<style>
span { border-color: #520E71; }
span { border-color: rgb(82,14,113); }
td.TdClassName
{
border-color: #520E71;
}
.TagClassName
{
border-color: #520E71;
}
</style>