Shades of Indigo #520E74
Tints of Indigo #520E74
RGB
CMYK
RGB Variations
Color information
#520E74 (or 0x520E74) is known color: Indigo. HEX triplet: 52, 0E and 74. RGB value is (82,14,116). Sum of RGB (Red+Green+Blue) = 82+14+116=212 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.68% from 212); Green value is 14 (5.86% from 255 or 6.60% from 212); Blue value is 116 (45.70% from 255 or 54.72% from 212); Max value from RGB is 116 - color contains mainly: blue. Hex color #520E74 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520E74 is #ADF18B. Grayscale: #2D2D2D. Windows color (decimal): -11399564 or 7605842. OLE color: 7605842.
HSL color Cylindrical-coordinate representation of color #520E74: hue angle of 280º 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 #520E74 is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 82 | 14 | 116 | - |
| CMYK | 0.29 | 0.88 | 0 | 0.55 |
| HSL | 280º | 0.78% | 0.25% | - |
| HSV(B) | 280º | 0.88% | 0.45% | - |
| XYZ | 6.79 | 3.37 | 16.82 | - |
| YUV | 45.96 | 167.53 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 14 | 116 | 0.29 | 0.88 | 0 | 0.55 | 280 | 0.78 | 0.25 |
| Hex | 52 | E | 74 | 1D | 58 | 0 | 37 | 118 | 4E | 19 |
| Octal | 122 | 16 | 164 | 35 | 130 | 0 | 67 | 430 | 116 | 31 |
| Binary | 1010010 | 1110 | 1110100 | 11101 | 1011000 | 0 | 110111 | 100011000 | 1001110 | 11001 |
Color Harmonies of #520E74
Complementary color
Monochromatic Colors of #520E74
Black with #520E74
Text Example
Text Example
White with #520E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520E74; }
p { color: rgb(82,14,116); }
H1.HeaderClassName
{
color: #520E74;
}
.AnyTagClassName
{
color: #520E74;
}
</style>
background-color css
<style>
a { background-color: #520E74; }
a { background-color: rgb(82,14,116); }
div.DivClassName
{
background-color: #520E74;
}
.BgClassName
{
background-color: #520E74;
}
</style>
border-color css
<style>
span { border-color: #520E74; }
span { border-color: rgb(82,14,116); }
td.TdClassName
{
border-color: #520E74;
}
.TagClassName
{
border-color: #520E74;
}
</style>