Shades of Indigo #520D74
Tints of Indigo #520D74
RGB
CMYK
RGB Variations
Color information
#520D74 (or 0x520D74) is known color: Indigo. HEX triplet: 52, 0D and 74. RGB value is (82,13,116). Sum of RGB (Red+Green+Blue) = 82+13+116=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 13 (5.47% from 255 or 6.16% from 211); Blue value is 116 (45.70% from 255 or 54.98% from 211); Max value from RGB is 116 - color contains mainly: blue. Hex color #520D74 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520D74 is #ADF28B. Grayscale: #2D2D2D. Windows color (decimal): -11399820 or 7605586. OLE color: 7605586.
HSL color Cylindrical-coordinate representation of color #520D74: hue angle of 280.19º 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 #520D74 is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 82 | 13 | 116 | - |
| CMYK | 0.29 | 0.89 | 0 | 0.55 |
| HSL | 280.19º | 0.8% | 0.25% | - |
| HSV(B) | 280.19º | 0.89% | 0.45% | - |
| XYZ | 6.78 | 3.34 | 16.81 | - |
| YUV | 45.37 | 167.86 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 13 | 116 | 0.29 | 0.89 | 0 | 0.55 | 280.19 | 0.8 | 0.25 |
| Hex | 52 | D | 74 | 1D | 59 | 0 | 37 | 118 | 50 | 19 |
| Octal | 122 | 15 | 164 | 35 | 131 | 0 | 67 | 430 | 120 | 31 |
| Binary | 1010010 | 1101 | 1110100 | 11101 | 1011001 | 0 | 110111 | 100011000 | 1010000 | 11001 |
Color Harmonies of #520D74
Complementary color
Monochromatic Colors of #520D74
Black with #520D74
Text Example
Text Example
White with #520D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520D74; }
p { color: rgb(82,13,116); }
H1.HeaderClassName
{
color: #520D74;
}
.AnyTagClassName
{
color: #520D74;
}
</style>
background-color css
<style>
a { background-color: #520D74; }
a { background-color: rgb(82,13,116); }
div.DivClassName
{
background-color: #520D74;
}
.BgClassName
{
background-color: #520D74;
}
</style>
border-color css
<style>
span { border-color: #520D74; }
span { border-color: rgb(82,13,116); }
td.TdClassName
{
border-color: #520D74;
}
.TagClassName
{
border-color: #520D74;
}
</style>