Shades of Electric Indigo #5201FC
Tints of Electric Indigo #5201FC
RGB
CMYK
RGB Variations
Color information
#5201FC (or 0x5201FC) is known color: Electric Indigo. HEX triplet: 52, 01 and FC. RGB value is (82,1,252). Sum of RGB (Red+Green+Blue) = 82+1+252=335 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.48% from 335); Green value is 1 (0.78% from 255 or 0.30% from 335); Blue value is 252 (98.83% from 255 or 75.22% from 335); Max value from RGB is 252 - color contains mainly: blue. Hex color #5201FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5201FC is #ADFE03. Grayscale: #343434. Windows color (decimal): -11402756 or 16515410. OLE color: 16515410.
HSL color Cylindrical-coordinate representation of color #5201FC: hue angle of 259.36º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5201FC is Cyan = 0.67, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 1 | 252 | - |
| CMYK | 0.67 | 1.00 | 0 | 0.01 |
| HSL | 259.36º | 0.99% | 0.5% | - |
| HSV(B) | 259.36º | 1% | 0.99% | - |
| XYZ | 21.06 | 8.84 | 92.69 | - |
| YUV | 53.83 | 239.84 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 1 | 252 | 0.67 | 1.00 | 0 | 0.01 | 259.36 | 0.99 | 0.5 |
| Hex | 52 | 1 | FC | 43 | 64 | 0 | 1 | 103 | 63 | 32 |
| Octal | 122 | 1 | 374 | 103 | 144 | 0 | 1 | 403 | 143 | 62 |
| Binary | 1010010 | 1 | 11111100 | 1000011 | 1100100 | 0 | 1 | 100000011 | 1100011 | 110010 |
Color Harmonies of #5201FC
Complementary color
Monochromatic Colors of #5201FC
Black with #5201FC
Text Example
Text Example
White with #5201FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5201FC; }
p { color: rgb(82,1,252); }
H1.HeaderClassName
{
color: #5201FC;
}
.AnyTagClassName
{
color: #5201FC;
}
</style>
background-color css
<style>
a { background-color: #5201FC; }
a { background-color: rgb(82,1,252); }
div.DivClassName
{
background-color: #5201FC;
}
.BgClassName
{
background-color: #5201FC;
}
</style>
border-color css
<style>
span { border-color: #5201FC; }
span { border-color: rgb(82,1,252); }
td.TdClassName
{
border-color: #5201FC;
}
.TagClassName
{
border-color: #5201FC;
}
</style>