Shades of Electric Indigo #5200F7
Tints of Electric Indigo #5200F7
RGB
CMYK
RGB Variations
Color information
#5200F7 (or 0x5200F7) is known color: Electric Indigo. HEX triplet: 52, 00 and F7. RGB value is (82,0,247). Sum of RGB (Red+Green+Blue) = 82+0+247=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 0 (0.39% from 255 or 0% from 329); Blue value is 247 (96.88% from 255 or 75.08% from 329); Max value from RGB is 247 - color contains mainly: blue. Hex color #5200F7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5200F7 is #ADFF08. Grayscale: #333333. Windows color (decimal): -11403017 or 16187474. OLE color: 16187474.
HSL color Cylindrical-coordinate representation of color #5200F7: hue angle of 259.92º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5200F7 is Cyan = 0.67, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 82 | 0 | 247 | - |
| CMYK | 0.67 | 1 | 0 | 0.03 |
| HSL | 259.92º | 1% | 0.48% | - |
| HSV(B) | 259.92º | 1% | 0.97% | - |
| XYZ | 20.27 | 8.51 | 88.57 | - |
| YUV | 52.68 | 237.67 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 0 | 247 | 0.67 | 1 | 0 | 0.03 | 259.92 | 1 | 0.48 |
| Hex | 52 | 0 | F7 | 43 | 64 | 0 | 3 | 104 | 64 | 30 |
| Octal | 122 | 0 | 367 | 103 | 144 | 0 | 3 | 404 | 144 | 60 |
| Binary | 1010010 | 0 | 11110111 | 1000011 | 1100100 | 0 | 11 | 100000100 | 1100100 | 110000 |
Color Harmonies of #5200F7
Complementary color
Monochromatic Colors of #5200F7
Black with #5200F7
Text Example
Text Example
White with #5200F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5200F7; }
p { color: rgb(82,0,247); }
H1.HeaderClassName
{
color: #5200F7;
}
.AnyTagClassName
{
color: #5200F7;
}
</style>
background-color css
<style>
a { background-color: #5200F7; }
a { background-color: rgb(82,0,247); }
div.DivClassName
{
background-color: #5200F7;
}
.BgClassName
{
background-color: #5200F7;
}
</style>
border-color css
<style>
span { border-color: #5200F7; }
span { border-color: rgb(82,0,247); }
td.TdClassName
{
border-color: #5200F7;
}
.TagClassName
{
border-color: #5200F7;
}
</style>