Shades of Indigo #520E8E
Tints of Indigo #520E8E
RGB
CMYK
RGB Variations
Color information
#520E8E (or 0x520E8E) is known color: Indigo. HEX triplet: 52, 0E and 8E. RGB value is (82,14,142). Sum of RGB (Red+Green+Blue) = 82+14+142=238 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.45% from 238); Green value is 14 (5.86% from 255 or 5.88% from 238); Blue value is 142 (55.86% from 255 or 59.66% from 238); Max value from RGB is 142 - color contains mainly: blue. Hex color #520E8E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520E8E is #ADF171. Grayscale: #303030. Windows color (decimal): -11399538 or 9309778. OLE color: 9309778.
HSL color Cylindrical-coordinate representation of color #520E8E: hue angle of 271.88º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #520E8E is Cyan = 0.42, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 14 | 142 | - |
| CMYK | 0.42 | 0.90 | 0 | 0.44 |
| HSL | 271.88º | 0.82% | 0.31% | - |
| HSV(B) | 271.88º | 0.9% | 0.56% | - |
| XYZ | 8.52 | 4.06 | 25.93 | - |
| YUV | 48.92 | 180.53 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 14 | 142 | 0.42 | 0.90 | 0 | 0.44 | 271.88 | 0.82 | 0.31 |
| Hex | 52 | E | 8E | 2A | 5A | 0 | 2C | 110 | 52 | 1F |
| Octal | 122 | 16 | 216 | 52 | 132 | 0 | 54 | 420 | 122 | 37 |
| Binary | 1010010 | 1110 | 10001110 | 101010 | 1011010 | 0 | 101100 | 100010000 | 1010010 | 11111 |
Color Harmonies of #520E8E
Complementary color
Monochromatic Colors of #520E8E
Black with #520E8E
Text Example
Text Example
White with #520E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520E8E; }
p { color: rgb(82,14,142); }
H1.HeaderClassName
{
color: #520E8E;
}
.AnyTagClassName
{
color: #520E8E;
}
</style>
background-color css
<style>
a { background-color: #520E8E; }
a { background-color: rgb(82,14,142); }
div.DivClassName
{
background-color: #520E8E;
}
.BgClassName
{
background-color: #520E8E;
}
</style>
border-color css
<style>
span { border-color: #520E8E; }
span { border-color: rgb(82,14,142); }
td.TdClassName
{
border-color: #520E8E;
}
.TagClassName
{
border-color: #520E8E;
}
</style>