Shades of Electric Indigo #5201FB
Tints of Electric Indigo #5201FB
RGB
CMYK
RGB Variations
Color information
#5201FB (or 0x5201FB) is known color: Electric Indigo. HEX triplet: 52, 01 and FB. RGB value is (82,1,251). Sum of RGB (Red+Green+Blue) = 82+1+251=334 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.55% from 334); Green value is 1 (0.78% from 255 or 0.30% from 334); Blue value is 251 (98.44% from 255 or 75.15% from 334); Max value from RGB is 251 - color contains mainly: blue. Hex color #5201FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5201FB is #ADFE04. Grayscale: #343434. Windows color (decimal): -11402757 or 16449874. OLE color: 16449874.
HSL color Cylindrical-coordinate representation of color #5201FB: hue angle of 259.44º 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 #5201FB is Cyan = 0.67, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 1 | 251 | - |
| CMYK | 0.67 | 1.00 | 0 | 0.02 |
| HSL | 259.44º | 0.99% | 0.49% | - |
| HSV(B) | 259.44º | 1% | 0.98% | - |
| XYZ | 20.9 | 8.78 | 91.86 | - |
| YUV | 53.72 | 239.34 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 1 | 251 | 0.67 | 1.00 | 0 | 0.02 | 259.44 | 0.99 | 0.49 |
| Hex | 52 | 1 | FB | 43 | 64 | 0 | 2 | 103 | 63 | 31 |
| Octal | 122 | 1 | 373 | 103 | 144 | 0 | 2 | 403 | 143 | 61 |
| Binary | 1010010 | 1 | 11111011 | 1000011 | 1100100 | 0 | 10 | 100000011 | 1100011 | 110001 |
Color Harmonies of #5201FB
Complementary color
Monochromatic Colors of #5201FB
Black with #5201FB
Text Example
Text Example
White with #5201FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5201FB; }
p { color: rgb(82,1,251); }
H1.HeaderClassName
{
color: #5201FB;
}
.AnyTagClassName
{
color: #5201FB;
}
</style>
background-color css
<style>
a { background-color: #5201FB; }
a { background-color: rgb(82,1,251); }
div.DivClassName
{
background-color: #5201FB;
}
.BgClassName
{
background-color: #5201FB;
}
</style>
border-color css
<style>
span { border-color: #5201FB; }
span { border-color: rgb(82,1,251); }
td.TdClassName
{
border-color: #5201FB;
}
.TagClassName
{
border-color: #5201FB;
}
</style>