Shades of Indigo #520E6B
Tints of Indigo #520E6B
RGB
CMYK
RGB Variations
Color information
#520E6B (or 0x520E6B) is known color: Indigo. HEX triplet: 52, 0E and 6B. RGB value is (82,14,107). Sum of RGB (Red+Green+Blue) = 82+14+107=203 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.39% from 203); Green value is 14 (5.86% from 255 or 6.90% from 203); Blue value is 107 (42.19% from 255 or 52.71% from 203); Max value from RGB is 107 - color contains mainly: blue. Hex color #520E6B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520E6B is #ADF194. Grayscale: #2C2C2C. Windows color (decimal): -11399573 or 7016018. OLE color: 7016018.
HSL color Cylindrical-coordinate representation of color #520E6B: hue angle of 283.87º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #520E6B is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 82 | 14 | 107 | - |
| CMYK | 0.23 | 0.87 | 0 | 0.58 |
| HSL | 283.87º | 0.77% | 0.24% | - |
| HSV(B) | 283.87º | 0.87% | 0.42% | - |
| XYZ | 6.29 | 3.17 | 14.19 | - |
| YUV | 44.93 | 163.03 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 14 | 107 | 0.23 | 0.87 | 0 | 0.58 | 283.87 | 0.77 | 0.24 |
| Hex | 52 | E | 6B | 17 | 57 | 0 | 3A | 11C | 4D | 18 |
| Octal | 122 | 16 | 153 | 27 | 127 | 0 | 72 | 434 | 115 | 30 |
| Binary | 1010010 | 1110 | 1101011 | 10111 | 1010111 | 0 | 111010 | 100011100 | 1001101 | 11000 |
Color Harmonies of #520E6B
Complementary color
Monochromatic Colors of #520E6B
Black with #520E6B
Text Example
Text Example
White with #520E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520E6B; }
p { color: rgb(82,14,107); }
H1.HeaderClassName
{
color: #520E6B;
}
.AnyTagClassName
{
color: #520E6B;
}
</style>
background-color css
<style>
a { background-color: #520E6B; }
a { background-color: rgb(82,14,107); }
div.DivClassName
{
background-color: #520E6B;
}
.BgClassName
{
background-color: #520E6B;
}
</style>
border-color css
<style>
span { border-color: #520E6B; }
span { border-color: rgb(82,14,107); }
td.TdClassName
{
border-color: #520E6B;
}
.TagClassName
{
border-color: #520E6B;
}
</style>