Shades of Indigo #520E7E
Tints of Indigo #520E7E
RGB
CMYK
RGB Variations
Color information
#520E7E (or 0x520E7E) is known color: Indigo. HEX triplet: 52, 0E and 7E. RGB value is (82,14,126). Sum of RGB (Red+Green+Blue) = 82+14+126=222 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.94% from 222); Green value is 14 (5.86% from 255 or 6.31% from 222); Blue value is 126 (49.61% from 255 or 56.76% from 222); Max value from RGB is 126 - color contains mainly: blue. Hex color #520E7E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520E7E is #ADF181. Grayscale: #2E2E2E. Windows color (decimal): -11399554 or 8261202. OLE color: 8261202.
HSL color Cylindrical-coordinate representation of color #520E7E: hue angle of 276.43º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #520E7E is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 82 | 14 | 126 | - |
| CMYK | 0.35 | 0.89 | 0 | 0.51 |
| HSL | 276.43º | 0.8% | 0.27% | - |
| HSV(B) | 276.43º | 0.89% | 0.49% | - |
| XYZ | 7.4 | 3.61 | 20.05 | - |
| YUV | 47.1 | 172.53 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 14 | 126 | 0.35 | 0.89 | 0 | 0.51 | 276.43 | 0.8 | 0.27 |
| Hex | 52 | E | 7E | 23 | 59 | 0 | 33 | 114 | 50 | 1B |
| Octal | 122 | 16 | 176 | 43 | 131 | 0 | 63 | 424 | 120 | 33 |
| Binary | 1010010 | 1110 | 1111110 | 100011 | 1011001 | 0 | 110011 | 100010100 | 1010000 | 11011 |
Color Harmonies of #520E7E
Complementary color
Monochromatic Colors of #520E7E
Black with #520E7E
Text Example
Text Example
White with #520E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520E7E; }
p { color: rgb(82,14,126); }
H1.HeaderClassName
{
color: #520E7E;
}
.AnyTagClassName
{
color: #520E7E;
}
</style>
background-color css
<style>
a { background-color: #520E7E; }
a { background-color: rgb(82,14,126); }
div.DivClassName
{
background-color: #520E7E;
}
.BgClassName
{
background-color: #520E7E;
}
</style>
border-color css
<style>
span { border-color: #520E7E; }
span { border-color: rgb(82,14,126); }
td.TdClassName
{
border-color: #520E7E;
}
.TagClassName
{
border-color: #520E7E;
}
</style>