Shades of Electric Indigo #5200FB
Tints of Electric Indigo #5200FB
RGB
CMYK
RGB Variations
Color information
#5200FB (or 0x5200FB) is known color: Electric Indigo. HEX triplet: 52, 00 and FB. RGB value is (82,0,251). Sum of RGB (Red+Green+Blue) = 82+0+251=333 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.62% from 333); Green value is 0 (0.39% from 255 or 0% from 333); Blue value is 251 (98.44% from 255 or 75.38% from 333); Max value from RGB is 251 - color contains mainly: blue. Hex color #5200FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5200FB is #ADFF04. Grayscale: #343434. Windows color (decimal): -11403013 or 16449618. OLE color: 16449618.
HSL color Cylindrical-coordinate representation of color #5200FB: hue angle of 259.6º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5200FB is Cyan = 0.67, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 0 | 251 | - |
| CMYK | 0.67 | 1 | 0 | 0.02 |
| HSL | 259.6º | 1% | 0.49% | - |
| HSV(B) | 259.6º | 1% | 0.98% | - |
| XYZ | 20.89 | 8.76 | 91.86 | - |
| YUV | 53.13 | 239.67 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 0 | 251 | 0.67 | 1 | 0 | 0.02 | 259.6 | 1 | 0.49 |
| Hex | 52 | 0 | FB | 43 | 64 | 0 | 2 | 104 | 64 | 31 |
| Octal | 122 | 0 | 373 | 103 | 144 | 0 | 2 | 404 | 144 | 61 |
| Binary | 1010010 | 0 | 11111011 | 1000011 | 1100100 | 0 | 10 | 100000100 | 1100100 | 110001 |
Color Harmonies of #5200FB
Complementary color
Monochromatic Colors of #5200FB
Black with #5200FB
Text Example
Text Example
White with #5200FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5200FB; }
p { color: rgb(82,0,251); }
H1.HeaderClassName
{
color: #5200FB;
}
.AnyTagClassName
{
color: #5200FB;
}
</style>
background-color css
<style>
a { background-color: #5200FB; }
a { background-color: rgb(82,0,251); }
div.DivClassName
{
background-color: #5200FB;
}
.BgClassName
{
background-color: #5200FB;
}
</style>
border-color css
<style>
span { border-color: #5200FB; }
span { border-color: rgb(82,0,251); }
td.TdClassName
{
border-color: #5200FB;
}
.TagClassName
{
border-color: #5200FB;
}
</style>