Shades of Indigo #520E72
Tints of Indigo #520E72
RGB
CMYK
RGB Variations
Color information
#520E72 (or 0x520E72) is known color: Indigo. HEX triplet: 52, 0E and 72. RGB value is (82,14,114). Sum of RGB (Red+Green+Blue) = 82+14+114=210 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.05% from 210); Green value is 14 (5.86% from 255 or 6.67% from 210); Blue value is 114 (44.92% from 255 or 54.29% from 210); Max value from RGB is 114 - color contains mainly: blue. Hex color #520E72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520E72 is #ADF18D. Grayscale: #2D2D2D. Windows color (decimal): -11399566 or 7474770. OLE color: 7474770.
HSL color Cylindrical-coordinate representation of color #520E72: hue angle of 280.8º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #520E72 is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 82 | 14 | 114 | - |
| CMYK | 0.28 | 0.88 | 0 | 0.55 |
| HSL | 280.8º | 0.78% | 0.25% | - |
| HSV(B) | 280.8º | 0.88% | 0.45% | - |
| XYZ | 6.67 | 3.32 | 16.21 | - |
| YUV | 45.73 | 166.53 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 14 | 114 | 0.28 | 0.88 | 0 | 0.55 | 280.8 | 0.78 | 0.25 |
| Hex | 52 | E | 72 | 1C | 58 | 0 | 37 | 119 | 4E | 19 |
| Octal | 122 | 16 | 162 | 34 | 130 | 0 | 67 | 431 | 116 | 31 |
| Binary | 1010010 | 1110 | 1110010 | 11100 | 1011000 | 0 | 110111 | 100011001 | 1001110 | 11001 |
Color Harmonies of #520E72
Complementary color
Monochromatic Colors of #520E72
Black with #520E72
Text Example
Text Example
White with #520E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520E72; }
p { color: rgb(82,14,114); }
H1.HeaderClassName
{
color: #520E72;
}
.AnyTagClassName
{
color: #520E72;
}
</style>
background-color css
<style>
a { background-color: #520E72; }
a { background-color: rgb(82,14,114); }
div.DivClassName
{
background-color: #520E72;
}
.BgClassName
{
background-color: #520E72;
}
</style>
border-color css
<style>
span { border-color: #520E72; }
span { border-color: rgb(82,14,114); }
td.TdClassName
{
border-color: #520E72;
}
.TagClassName
{
border-color: #520E72;
}
</style>