Shades of Electric Indigo #5200FD
Tints of Electric Indigo #5200FD
RGB
CMYK
RGB Variations
Color information
#5200FD (or 0x5200FD) is known color: Electric Indigo. HEX triplet: 52, 00 and FD. RGB value is (82,0,253). Sum of RGB (Red+Green+Blue) = 82+0+253=335 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.48% from 335); Green value is 0 (0.39% from 255 or 0% from 335); Blue value is 253 (99.22% from 255 or 75.52% from 335); Max value from RGB is 253 - color contains mainly: blue. Hex color #5200FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5200FD is #ADFF02. Grayscale: #343434. Windows color (decimal): -11403011 or 16580690. OLE color: 16580690.
HSL color Cylindrical-coordinate representation of color #5200FD: hue angle of 259.45º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5200FD is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 0 | 253 | - |
| CMYK | 0.68 | 1 | 0 | 0.01 |
| HSL | 259.45º | 1% | 0.5% | - |
| HSV(B) | 259.45º | 1% | 0.99% | - |
| XYZ | 21.21 | 8.89 | 93.53 | - |
| YUV | 53.36 | 240.67 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 0 | 253 | 0.68 | 1 | 0 | 0.01 | 259.45 | 1 | 0.5 |
| Hex | 52 | 0 | FD | 44 | 64 | 0 | 1 | 103 | 64 | 32 |
| Octal | 122 | 0 | 375 | 104 | 144 | 0 | 1 | 403 | 144 | 62 |
| Binary | 1010010 | 0 | 11111101 | 1000100 | 1100100 | 0 | 1 | 100000011 | 1100100 | 110010 |
Color Harmonies of #5200FD
Complementary color
Monochromatic Colors of #5200FD
Black with #5200FD
Text Example
Text Example
White with #5200FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5200FD; }
p { color: rgb(82,0,253); }
H1.HeaderClassName
{
color: #5200FD;
}
.AnyTagClassName
{
color: #5200FD;
}
</style>
background-color css
<style>
a { background-color: #5200FD; }
a { background-color: rgb(82,0,253); }
div.DivClassName
{
background-color: #5200FD;
}
.BgClassName
{
background-color: #5200FD;
}
</style>
border-color css
<style>
span { border-color: #5200FD; }
span { border-color: rgb(82,0,253); }
td.TdClassName
{
border-color: #5200FD;
}
.TagClassName
{
border-color: #5200FD;
}
</style>