Shades of Indigo #520D70
Tints of Indigo #520D70
RGB
CMYK
RGB Variations
Color information
#520D70 (or 0x520D70) is known color: Indigo. HEX triplet: 52, 0D and 70. RGB value is (82,13,112). Sum of RGB (Red+Green+Blue) = 82+13+112=207 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.61% from 207); Green value is 13 (5.47% from 255 or 6.28% from 207); Blue value is 112 (44.14% from 255 or 54.11% from 207); Max value from RGB is 112 - color contains mainly: blue. Hex color #520D70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520D70 is #ADF28F. Grayscale: #2C2C2C. Windows color (decimal): -11399824 or 7343442. OLE color: 7343442.
HSL color Cylindrical-coordinate representation of color #520D70: hue angle of 281.82º degrees, saturation: 0.79, 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 #520D70 is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 82 | 13 | 112 | - |
| CMYK | 0.27 | 0.88 | 0 | 0.56 |
| HSL | 281.82º | 0.79% | 0.25% | - |
| HSV(B) | 281.82º | 0.88% | 0.44% | - |
| XYZ | 6.55 | 3.25 | 15.61 | - |
| YUV | 44.92 | 165.86 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 13 | 112 | 0.27 | 0.88 | 0 | 0.56 | 281.82 | 0.79 | 0.25 |
| Hex | 52 | D | 70 | 1B | 58 | 0 | 38 | 11A | 4F | 19 |
| Octal | 122 | 15 | 160 | 33 | 130 | 0 | 70 | 432 | 117 | 31 |
| Binary | 1010010 | 1101 | 1110000 | 11011 | 1011000 | 0 | 111000 | 100011010 | 1001111 | 11001 |
Color Harmonies of #520D70
Complementary color
Monochromatic Colors of #520D70
Black with #520D70
Text Example
Text Example
White with #520D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520D70; }
p { color: rgb(82,13,112); }
H1.HeaderClassName
{
color: #520D70;
}
.AnyTagClassName
{
color: #520D70;
}
</style>
background-color css
<style>
a { background-color: #520D70; }
a { background-color: rgb(82,13,112); }
div.DivClassName
{
background-color: #520D70;
}
.BgClassName
{
background-color: #520D70;
}
</style>
border-color css
<style>
span { border-color: #520D70; }
span { border-color: rgb(82,13,112); }
td.TdClassName
{
border-color: #520D70;
}
.TagClassName
{
border-color: #520D70;
}
</style>