Shades of Indigo #520D73
Tints of Indigo #520D73
RGB
CMYK
RGB Variations
Color information
#520D73 (or 0x520D73) is known color: Indigo. HEX triplet: 52, 0D and 73. RGB value is (82,13,115). Sum of RGB (Red+Green+Blue) = 82+13+115=210 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.05% from 210); Green value is 13 (5.47% from 255 or 6.19% from 210); Blue value is 115 (45.31% from 255 or 54.76% from 210); Max value from RGB is 115 - color contains mainly: blue. Hex color #520D73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520D73 is #ADF28C. Grayscale: #2C2C2C. Windows color (decimal): -11399821 or 7540050. OLE color: 7540050.
HSL color Cylindrical-coordinate representation of color #520D73: hue angle of 280.59º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #520D73 is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 82 | 13 | 115 | - |
| CMYK | 0.29 | 0.89 | 0 | 0.55 |
| HSL | 280.59º | 0.8% | 0.25% | - |
| HSV(B) | 280.59º | 0.89% | 0.45% | - |
| XYZ | 6.72 | 3.32 | 16.51 | - |
| YUV | 45.26 | 167.36 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 13 | 115 | 0.29 | 0.89 | 0 | 0.55 | 280.59 | 0.8 | 0.25 |
| Hex | 52 | D | 73 | 1D | 59 | 0 | 37 | 119 | 50 | 19 |
| Octal | 122 | 15 | 163 | 35 | 131 | 0 | 67 | 431 | 120 | 31 |
| Binary | 1010010 | 1101 | 1110011 | 11101 | 1011001 | 0 | 110111 | 100011001 | 1010000 | 11001 |
Color Harmonies of #520D73
Complementary color
Monochromatic Colors of #520D73
Black with #520D73
Text Example
Text Example
White with #520D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520D73; }
p { color: rgb(82,13,115); }
H1.HeaderClassName
{
color: #520D73;
}
.AnyTagClassName
{
color: #520D73;
}
</style>
background-color css
<style>
a { background-color: #520D73; }
a { background-color: rgb(82,13,115); }
div.DivClassName
{
background-color: #520D73;
}
.BgClassName
{
background-color: #520D73;
}
</style>
border-color css
<style>
span { border-color: #520D73; }
span { border-color: rgb(82,13,115); }
td.TdClassName
{
border-color: #520D73;
}
.TagClassName
{
border-color: #520D73;
}
</style>