Shades of Indigo #520D66
Tints of Indigo #520D66
RGB
CMYK
RGB Variations
Color information
#520D66 (or 0x520D66) is known color: Indigo. HEX triplet: 52, 0D and 66. RGB value is (82,13,102). Sum of RGB (Red+Green+Blue) = 82+13+102=197 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.62% from 197); Green value is 13 (5.47% from 255 or 6.60% from 197); Blue value is 102 (40.23% from 255 or 51.78% from 197); Max value from RGB is 102 - color contains mainly: blue. Hex color #520D66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520D66 is #ADF299. Grayscale: #2B2B2B. Windows color (decimal): -11399834 or 6688082. OLE color: 6688082.
HSL color Cylindrical-coordinate representation of color #520D66: hue angle of 286.52º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #520D66 is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 82 | 13 | 102 | - |
| CMYK | 0.20 | 0.87 | 0 | 0.6 |
| HSL | 286.52º | 0.77% | 0.23% | - |
| HSV(B) | 286.52º | 0.87% | 0.4% | - |
| XYZ | 6.02 | 3.04 | 12.84 | - |
| YUV | 43.78 | 160.86 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 13 | 102 | 0.20 | 0.87 | 0 | 0.6 | 286.52 | 0.77 | 0.23 |
| Hex | 52 | D | 66 | 14 | 57 | 0 | 3C | 11F | 4D | 17 |
| Octal | 122 | 15 | 146 | 24 | 127 | 0 | 74 | 437 | 115 | 27 |
| Binary | 1010010 | 1101 | 1100110 | 10100 | 1010111 | 0 | 111100 | 100011111 | 1001101 | 10111 |
Color Harmonies of #520D66
Complementary color
Monochromatic Colors of #520D66
Black with #520D66
Text Example
Text Example
White with #520D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520D66; }
p { color: rgb(82,13,102); }
H1.HeaderClassName
{
color: #520D66;
}
.AnyTagClassName
{
color: #520D66;
}
</style>
background-color css
<style>
a { background-color: #520D66; }
a { background-color: rgb(82,13,102); }
div.DivClassName
{
background-color: #520D66;
}
.BgClassName
{
background-color: #520D66;
}
</style>
border-color css
<style>
span { border-color: #520D66; }
span { border-color: rgb(82,13,102); }
td.TdClassName
{
border-color: #520D66;
}
.TagClassName
{
border-color: #520D66;
}
</style>