Shades of Electric Indigo #5201FF
Tints of Electric Indigo #5201FF
RGB
CMYK
RGB Variations
Color information
#5201FF (or 0x5201FF) is known color: Electric Indigo. HEX triplet: 52, 01 and FF. RGB value is (82,1,255). Sum of RGB (Red+Green+Blue) = 82+1+255=338 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.26% from 338); Green value is 1 (0.78% from 255 or 0.30% from 338); Blue value is 255 (100% from 255 or 75.44% from 338); Max value from RGB is 255 - color contains mainly: blue. Hex color #5201FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5201FF is #ADFE00. Grayscale: #353535. Windows color (decimal): -11402753 or 16712018. OLE color: 16712018.
HSL color Cylindrical-coordinate representation of color #5201FF: hue angle of 259.13º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5201FF is Cyan = 0.68, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 1 | 255 | - |
| CMYK | 0.68 | 1.00 | 0 | 0 |
| HSL | 259.13º | 1% | 0.5% | - |
| HSV(B) | 259.13º | 1% | 1% | - |
| XYZ | 21.54 | 9.04 | 95.22 | - |
| YUV | 54.18 | 241.34 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 1 | 255 | 0.68 | 1.00 | 0 | 0 | 259.13 | 1 | 0.5 |
| Hex | 52 | 1 | FF | 44 | 64 | 0 | 0 | 103 | 64 | 32 |
| Octal | 122 | 1 | 377 | 104 | 144 | 0 | 0 | 403 | 144 | 62 |
| Binary | 1010010 | 1 | 11111111 | 1000100 | 1100100 | 0 | 0 | 100000011 | 1100100 | 110010 |
Color Harmonies of #5201FF
Complementary color
Monochromatic Colors of #5201FF
Black with #5201FF
Text Example
Text Example
White with #5201FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5201FF; }
p { color: rgb(82,1,255); }
H1.HeaderClassName
{
color: #5201FF;
}
.AnyTagClassName
{
color: #5201FF;
}
</style>
background-color css
<style>
a { background-color: #5201FF; }
a { background-color: rgb(82,1,255); }
div.DivClassName
{
background-color: #5201FF;
}
.BgClassName
{
background-color: #5201FF;
}
</style>
border-color css
<style>
span { border-color: #5201FF; }
span { border-color: rgb(82,1,255); }
td.TdClassName
{
border-color: #5201FF;
}
.TagClassName
{
border-color: #5201FF;
}
</style>