Shades of Electric Indigo #5201FE
Tints of Electric Indigo #5201FE
RGB
CMYK
RGB Variations
Color information
#5201FE (or 0x5201FE) is known color: Electric Indigo. HEX triplet: 52, 01 and FE. RGB value is (82,1,254). Sum of RGB (Red+Green+Blue) = 82+1+254=337 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.33% from 337); Green value is 1 (0.78% from 255 or 0.30% from 337); Blue value is 254 (99.61% from 255 or 75.37% from 337); Max value from RGB is 254 - color contains mainly: blue. Hex color #5201FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5201FE is #ADFE01. Grayscale: #353535. Windows color (decimal): -11402754 or 16646482. OLE color: 16646482.
HSL color Cylindrical-coordinate representation of color #5201FE: hue angle of 259.21º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5201FE is Cyan = 0.68, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 82 | 1 | 254 | - |
| CMYK | 0.68 | 1.00 | 0 | 0.00 |
| HSL | 259.21º | 0.99% | 0.5% | - |
| HSV(B) | 259.21º | 1% | 1% | - |
| XYZ | 21.38 | 8.97 | 94.37 | - |
| YUV | 54.06 | 240.84 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 1 | 254 | 0.68 | 1.00 | 0 | 0.00 | 259.21 | 0.99 | 0.5 |
| Hex | 52 | 1 | FE | 44 | 64 | 0 | 0 | 103 | 63 | 32 |
| Octal | 122 | 1 | 376 | 104 | 144 | 0 | 0 | 403 | 143 | 62 |
| Binary | 1010010 | 1 | 11111110 | 1000100 | 1100100 | 0 | 0 | 100000011 | 1100011 | 110010 |
Color Harmonies of #5201FE
Complementary color
Monochromatic Colors of #5201FE
Black with #5201FE
Text Example
Text Example
White with #5201FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5201FE; }
p { color: rgb(82,1,254); }
H1.HeaderClassName
{
color: #5201FE;
}
.AnyTagClassName
{
color: #5201FE;
}
</style>
background-color css
<style>
a { background-color: #5201FE; }
a { background-color: rgb(82,1,254); }
div.DivClassName
{
background-color: #5201FE;
}
.BgClassName
{
background-color: #5201FE;
}
</style>
border-color css
<style>
span { border-color: #5201FE; }
span { border-color: rgb(82,1,254); }
td.TdClassName
{
border-color: #5201FE;
}
.TagClassName
{
border-color: #5201FE;
}
</style>