Shades of Electric Indigo #5200EC
Tints of Electric Indigo #5200EC
RGB
CMYK
RGB Variations
Color information
#5200EC (or 0x5200EC) is known color: Electric Indigo. HEX triplet: 52, 00 and EC. RGB value is (82,0,236). Sum of RGB (Red+Green+Blue) = 82+0+236=318 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.79% from 318); Green value is 0 (0.39% from 255 or 0% from 318); Blue value is 236 (92.58% from 255 or 74.21% from 318); Max value from RGB is 236 - color contains mainly: blue. Hex color #5200EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5200EC is #ADFF13. Grayscale: #323232. Windows color (decimal): -11403028 or 15466578. OLE color: 15466578.
HSL color Cylindrical-coordinate representation of color #5200EC: hue angle of 260.85º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5200EC is Cyan = 0.65, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 0 | 236 | - |
| CMYK | 0.65 | 1 | 0 | 0.07 |
| HSL | 260.85º | 1% | 0.46% | - |
| HSV(B) | 260.85º | 1% | 0.93% | - |
| XYZ | 18.62 | 7.85 | 79.89 | - |
| YUV | 51.42 | 232.17 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 0 | 236 | 0.65 | 1 | 0 | 0.07 | 260.85 | 1 | 0.46 |
| Hex | 52 | 0 | EC | 41 | 64 | 0 | 7 | 105 | 64 | 2E |
| Octal | 122 | 0 | 354 | 101 | 144 | 0 | 7 | 405 | 144 | 56 |
| Binary | 1010010 | 0 | 11101100 | 1000001 | 1100100 | 0 | 111 | 100000101 | 1100100 | 101110 |
Color Harmonies of #5200EC
Complementary color
Monochromatic Colors of #5200EC
Black with #5200EC
Text Example
Text Example
White with #5200EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5200EC; }
p { color: rgb(82,0,236); }
H1.HeaderClassName
{
color: #5200EC;
}
.AnyTagClassName
{
color: #5200EC;
}
</style>
background-color css
<style>
a { background-color: #5200EC; }
a { background-color: rgb(82,0,236); }
div.DivClassName
{
background-color: #5200EC;
}
.BgClassName
{
background-color: #5200EC;
}
</style>
border-color css
<style>
span { border-color: #5200EC; }
span { border-color: rgb(82,0,236); }
td.TdClassName
{
border-color: #5200EC;
}
.TagClassName
{
border-color: #5200EC;
}
</style>