Shades of Indigo #520D78
Tints of Indigo #520D78
RGB
CMYK
RGB Variations
Color information
#520D78 (or 0x520D78) is known color: Indigo. HEX triplet: 52, 0D and 78. RGB value is (82,13,120). Sum of RGB (Red+Green+Blue) = 82+13+120=215 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.14% from 215); Green value is 13 (5.47% from 255 or 6.05% from 215); Blue value is 120 (47.27% from 255 or 55.81% from 215); Max value from RGB is 120 - color contains mainly: blue. Hex color #520D78 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520D78 is #ADF287. Grayscale: #2D2D2D. Windows color (decimal): -11399816 or 7867730. OLE color: 7867730.
HSL color Cylindrical-coordinate representation of color #520D78: hue angle of 278.69º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #520D78 is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 82 | 13 | 120 | - |
| CMYK | 0.32 | 0.89 | 0 | 0.53 |
| HSL | 278.69º | 0.8% | 0.26% | - |
| HSV(B) | 278.69º | 0.89% | 0.47% | - |
| XYZ | 7.01 | 3.44 | 18.06 | - |
| YUV | 45.83 | 169.86 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 13 | 120 | 0.32 | 0.89 | 0 | 0.53 | 278.69 | 0.8 | 0.26 |
| Hex | 52 | D | 78 | 20 | 59 | 0 | 35 | 117 | 50 | 1A |
| Octal | 122 | 15 | 170 | 40 | 131 | 0 | 65 | 427 | 120 | 32 |
| Binary | 1010010 | 1101 | 1111000 | 100000 | 1011001 | 0 | 110101 | 100010111 | 1010000 | 11010 |
Color Harmonies of #520D78
Complementary color
Monochromatic Colors of #520D78
Black with #520D78
Text Example
Text Example
White with #520D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520D78; }
p { color: rgb(82,13,120); }
H1.HeaderClassName
{
color: #520D78;
}
.AnyTagClassName
{
color: #520D78;
}
</style>
background-color css
<style>
a { background-color: #520D78; }
a { background-color: rgb(82,13,120); }
div.DivClassName
{
background-color: #520D78;
}
.BgClassName
{
background-color: #520D78;
}
</style>
border-color css
<style>
span { border-color: #520D78; }
span { border-color: rgb(82,13,120); }
td.TdClassName
{
border-color: #520D78;
}
.TagClassName
{
border-color: #520D78;
}
</style>