Shades of Indigo #520D82
Tints of Indigo #520D82
RGB
CMYK
RGB Variations
Color information
#520D82 (or 0x520D82) is known color: Indigo. HEX triplet: 52, 0D and 82. RGB value is (82,13,130). Sum of RGB (Red+Green+Blue) = 82+13+130=225 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.44% from 225); Green value is 13 (5.47% from 255 or 5.78% from 225); Blue value is 130 (51.17% from 255 or 57.78% from 225); Max value from RGB is 130 - color contains mainly: blue. Hex color #520D82 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520D82 is #ADF27D. Grayscale: #2E2E2E. Windows color (decimal): -11399806 or 8523090. OLE color: 8523090.
HSL color Cylindrical-coordinate representation of color #520D82: hue angle of 275.38º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #520D82 is Cyan = 0.37, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 82 | 13 | 130 | - |
| CMYK | 0.37 | 0.9 | 0 | 0.49 |
| HSL | 275.38º | 0.82% | 0.28% | - |
| HSV(B) | 275.38º | 0.9% | 0.51% | - |
| XYZ | 7.65 | 3.69 | 21.43 | - |
| YUV | 46.97 | 174.86 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 13 | 130 | 0.37 | 0.9 | 0 | 0.49 | 275.38 | 0.82 | 0.28 |
| Hex | 52 | D | 82 | 25 | 5A | 0 | 31 | 113 | 52 | 1C |
| Octal | 122 | 15 | 202 | 45 | 132 | 0 | 61 | 423 | 122 | 34 |
| Binary | 1010010 | 1101 | 10000010 | 100101 | 1011010 | 0 | 110001 | 100010011 | 1010010 | 11100 |
Color Harmonies of #520D82
Complementary color
Monochromatic Colors of #520D82
Black with #520D82
Text Example
Text Example
White with #520D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520D82; }
p { color: rgb(82,13,130); }
H1.HeaderClassName
{
color: #520D82;
}
.AnyTagClassName
{
color: #520D82;
}
</style>
background-color css
<style>
a { background-color: #520D82; }
a { background-color: rgb(82,13,130); }
div.DivClassName
{
background-color: #520D82;
}
.BgClassName
{
background-color: #520D82;
}
</style>
border-color css
<style>
span { border-color: #520D82; }
span { border-color: rgb(82,13,130); }
td.TdClassName
{
border-color: #520D82;
}
.TagClassName
{
border-color: #520D82;
}
</style>