Shades of Electric Indigo #5201F9
Tints of Electric Indigo #5201F9
RGB
CMYK
RGB Variations
Color information
#5201F9 (or 0x5201F9) is known color: Electric Indigo. HEX triplet: 52, 01 and F9. RGB value is (82,1,249). Sum of RGB (Red+Green+Blue) = 82+1+249=332 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.70% from 332); Green value is 1 (0.78% from 255 or 0.30% from 332); Blue value is 249 (97.66% from 255 or 75% from 332); Max value from RGB is 249 - color contains mainly: blue. Hex color #5201F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5201F9 is #ADFE06. Grayscale: #343434. Windows color (decimal): -11402759 or 16318802. OLE color: 16318802.
HSL color Cylindrical-coordinate representation of color #5201F9: hue angle of 259.6º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5201F9 is Cyan = 0.67, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 1 | 249 | - |
| CMYK | 0.67 | 1.00 | 0 | 0.02 |
| HSL | 259.6º | 0.99% | 0.49% | - |
| HSV(B) | 259.6º | 1% | 0.98% | - |
| XYZ | 20.59 | 8.66 | 90.21 | - |
| YUV | 53.49 | 238.34 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 1 | 249 | 0.67 | 1.00 | 0 | 0.02 | 259.6 | 0.99 | 0.49 |
| Hex | 52 | 1 | F9 | 43 | 64 | 0 | 2 | 104 | 63 | 31 |
| Octal | 122 | 1 | 371 | 103 | 144 | 0 | 2 | 404 | 143 | 61 |
| Binary | 1010010 | 1 | 11111001 | 1000011 | 1100100 | 0 | 10 | 100000100 | 1100011 | 110001 |
Color Harmonies of #5201F9
Complementary color
Monochromatic Colors of #5201F9
Black with #5201F9
Text Example
Text Example
White with #5201F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5201F9; }
p { color: rgb(82,1,249); }
H1.HeaderClassName
{
color: #5201F9;
}
.AnyTagClassName
{
color: #5201F9;
}
</style>
background-color css
<style>
a { background-color: #5201F9; }
a { background-color: rgb(82,1,249); }
div.DivClassName
{
background-color: #5201F9;
}
.BgClassName
{
background-color: #5201F9;
}
</style>
border-color css
<style>
span { border-color: #5201F9; }
span { border-color: rgb(82,1,249); }
td.TdClassName
{
border-color: #5201F9;
}
.TagClassName
{
border-color: #5201F9;
}
</style>