Shades of Indigo #520E94
Tints of Indigo #520E94
RGB
CMYK
RGB Variations
Color information
#520E94 (or 0x520E94) is known color: Indigo. HEX triplet: 52, 0E and 94. RGB value is (82,14,148). Sum of RGB (Red+Green+Blue) = 82+14+148=244 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.61% from 244); Green value is 14 (5.86% from 255 or 5.74% from 244); Blue value is 148 (58.20% from 255 or 60.66% from 244); Max value from RGB is 148 - color contains mainly: blue. Hex color #520E94 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520E94 is #ADF16B. Grayscale: #313131. Windows color (decimal): -11399532 or 9702994. OLE color: 9702994.
HSL color Cylindrical-coordinate representation of color #520E94: hue angle of 270.45º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #520E94 is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 14 | 148 | - |
| CMYK | 0.45 | 0.91 | 0 | 0.42 |
| HSL | 270.45º | 0.83% | 0.32% | - |
| HSV(B) | 270.45º | 0.91% | 0.58% | - |
| XYZ | 8.98 | 4.25 | 28.36 | - |
| YUV | 49.61 | 183.53 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 14 | 148 | 0.45 | 0.91 | 0 | 0.42 | 270.45 | 0.83 | 0.32 |
| Hex | 52 | E | 94 | 2D | 5B | 0 | 2A | 10E | 53 | 20 |
| Octal | 122 | 16 | 224 | 55 | 133 | 0 | 52 | 416 | 123 | 40 |
| Binary | 1010010 | 1110 | 10010100 | 101101 | 1011011 | 0 | 101010 | 100001110 | 1010011 | 100000 |
Color Harmonies of #520E94
Complementary color
Monochromatic Colors of #520E94
Black with #520E94
Text Example
Text Example
White with #520E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520E94; }
p { color: rgb(82,14,148); }
H1.HeaderClassName
{
color: #520E94;
}
.AnyTagClassName
{
color: #520E94;
}
</style>
background-color css
<style>
a { background-color: #520E94; }
a { background-color: rgb(82,14,148); }
div.DivClassName
{
background-color: #520E94;
}
.BgClassName
{
background-color: #520E94;
}
</style>
border-color css
<style>
span { border-color: #520E94; }
span { border-color: rgb(82,14,148); }
td.TdClassName
{
border-color: #520E94;
}
.TagClassName
{
border-color: #520E94;
}
</style>