Shades of Electric Indigo #5200FC
Tints of Electric Indigo #5200FC
RGB
CMYK
RGB Variations
Color information
#5200FC (or 0x5200FC) is known color: Electric Indigo. HEX triplet: 52, 00 and FC. RGB value is (82,0,252). Sum of RGB (Red+Green+Blue) = 82+0+252=334 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.55% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 252 (98.83% from 255 or 75.45% from 334); Max value from RGB is 252 - color contains mainly: blue. Hex color #5200FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5200FC is #ADFF03. Grayscale: #343434. Windows color (decimal): -11403012 or 16515154. OLE color: 16515154.
HSL color Cylindrical-coordinate representation of color #5200FC: hue angle of 259.52º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5200FC is Cyan = 0.67, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 0 | 252 | - |
| CMYK | 0.67 | 1 | 0 | 0.01 |
| HSL | 259.52º | 1% | 0.49% | - |
| HSV(B) | 259.52º | 1% | 0.99% | - |
| XYZ | 21.05 | 8.82 | 92.69 | - |
| YUV | 53.25 | 240.17 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 0 | 252 | 0.67 | 1 | 0 | 0.01 | 259.52 | 1 | 0.49 |
| Hex | 52 | 0 | FC | 43 | 64 | 0 | 1 | 104 | 64 | 31 |
| Octal | 122 | 0 | 374 | 103 | 144 | 0 | 1 | 404 | 144 | 61 |
| Binary | 1010010 | 0 | 11111100 | 1000011 | 1100100 | 0 | 1 | 100000100 | 1100100 | 110001 |
Color Harmonies of #5200FC
Complementary color
Monochromatic Colors of #5200FC
Black with #5200FC
Text Example
Text Example
White with #5200FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5200FC; }
p { color: rgb(82,0,252); }
H1.HeaderClassName
{
color: #5200FC;
}
.AnyTagClassName
{
color: #5200FC;
}
</style>
background-color css
<style>
a { background-color: #5200FC; }
a { background-color: rgb(82,0,252); }
div.DivClassName
{
background-color: #5200FC;
}
.BgClassName
{
background-color: #5200FC;
}
</style>
border-color css
<style>
span { border-color: #5200FC; }
span { border-color: rgb(82,0,252); }
td.TdClassName
{
border-color: #5200FC;
}
.TagClassName
{
border-color: #5200FC;
}
</style>