Shades of Indigo #520E73
Tints of Indigo #520E73
RGB
CMYK
RGB Variations
Color information
#520E73 (or 0x520E73) is known color: Indigo. HEX triplet: 52, 0E and 73. RGB value is (82,14,115). Sum of RGB (Red+Green+Blue) = 82+14+115=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 14 (5.86% from 255 or 6.64% from 211); Blue value is 115 (45.31% from 255 or 54.50% from 211); Max value from RGB is 115 - color contains mainly: blue. Hex color #520E73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520E73 is #ADF18C. Grayscale: #2D2D2D. Windows color (decimal): -11399565 or 7540306. OLE color: 7540306.
HSL color Cylindrical-coordinate representation of color #520E73: hue angle of 280.4º 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 #520E73 is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 82 | 14 | 115 | - |
| CMYK | 0.29 | 0.88 | 0 | 0.55 |
| HSL | 280.4º | 0.78% | 0.25% | - |
| HSV(B) | 280.4º | 0.88% | 0.45% | - |
| XYZ | 6.73 | 3.35 | 16.51 | - |
| YUV | 45.85 | 167.03 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 14 | 115 | 0.29 | 0.88 | 0 | 0.55 | 280.4 | 0.78 | 0.25 |
| Hex | 52 | E | 73 | 1D | 58 | 0 | 37 | 118 | 4E | 19 |
| Octal | 122 | 16 | 163 | 35 | 130 | 0 | 67 | 430 | 116 | 31 |
| Binary | 1010010 | 1110 | 1110011 | 11101 | 1011000 | 0 | 110111 | 100011000 | 1001110 | 11001 |
Color Harmonies of #520E73
Complementary color
Monochromatic Colors of #520E73
Black with #520E73
Text Example
Text Example
White with #520E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520E73; }
p { color: rgb(82,14,115); }
H1.HeaderClassName
{
color: #520E73;
}
.AnyTagClassName
{
color: #520E73;
}
</style>
background-color css
<style>
a { background-color: #520E73; }
a { background-color: rgb(82,14,115); }
div.DivClassName
{
background-color: #520E73;
}
.BgClassName
{
background-color: #520E73;
}
</style>
border-color css
<style>
span { border-color: #520E73; }
span { border-color: rgb(82,14,115); }
td.TdClassName
{
border-color: #520E73;
}
.TagClassName
{
border-color: #520E73;
}
</style>