Shades of Electric Indigo #5201EF
Tints of Electric Indigo #5201EF
RGB
CMYK
RGB Variations
Color information
#5201EF (or 0x5201EF) is known color: Electric Indigo. HEX triplet: 52, 01 and EF. RGB value is (82,1,239). Sum of RGB (Red+Green+Blue) = 82+1+239=322 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.47% from 322); Green value is 1 (0.78% from 255 or 0.31% from 322); Blue value is 239 (93.75% from 255 or 74.22% from 322); Max value from RGB is 239 - color contains mainly: blue. Hex color #5201EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5201EF is #ADFE10. Grayscale: #333333. Windows color (decimal): -11402769 or 15663442. OLE color: 15663442.
HSL color Cylindrical-coordinate representation of color #5201EF: hue angle of 260.42º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5201EF is Cyan = 0.66, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 82 | 1 | 239 | - |
| CMYK | 0.66 | 1.00 | 0 | 0.06 |
| HSL | 260.42º | 0.99% | 0.47% | - |
| HSV(B) | 260.42º | 1% | 0.94% | - |
| XYZ | 19.07 | 8.05 | 82.21 | - |
| YUV | 52.35 | 233.34 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 1 | 239 | 0.66 | 1.00 | 0 | 0.06 | 260.42 | 0.99 | 0.47 |
| Hex | 52 | 1 | EF | 42 | 64 | 0 | 6 | 104 | 63 | 2F |
| Octal | 122 | 1 | 357 | 102 | 144 | 0 | 6 | 404 | 143 | 57 |
| Binary | 1010010 | 1 | 11101111 | 1000010 | 1100100 | 0 | 110 | 100000100 | 1100011 | 101111 |
Color Harmonies of #5201EF
Complementary color
Monochromatic Colors of #5201EF
Black with #5201EF
Text Example
Text Example
White with #5201EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5201EF; }
p { color: rgb(82,1,239); }
H1.HeaderClassName
{
color: #5201EF;
}
.AnyTagClassName
{
color: #5201EF;
}
</style>
background-color css
<style>
a { background-color: #5201EF; }
a { background-color: rgb(82,1,239); }
div.DivClassName
{
background-color: #5201EF;
}
.BgClassName
{
background-color: #5201EF;
}
</style>
border-color css
<style>
span { border-color: #5201EF; }
span { border-color: rgb(82,1,239); }
td.TdClassName
{
border-color: #5201EF;
}
.TagClassName
{
border-color: #5201EF;
}
</style>