Shades of Electric Indigo #5102FE
Tints of Electric Indigo #5102FE
RGB
CMYK
RGB Variations
Color information
#5102FE (or 0x5102FE) is known color: Electric Indigo. HEX triplet: 51, 02 and FE. RGB value is (81,2,254). Sum of RGB (Red+Green+Blue) = 81+2+254=337 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.04% from 337); Green value is 2 (1.17% from 255 or 0.59% from 337); Blue value is 254 (99.61% from 255 or 75.37% from 337); Max value from RGB is 254 - color contains mainly: blue. Hex color #5102FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5102FE is #AEFD01. Grayscale: #353535. Windows color (decimal): -11468034 or 16646737. OLE color: 16646737.
HSL color Cylindrical-coordinate representation of color #5102FE: hue angle of 258.81º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5102FE is Cyan = 0.68, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 81 | 2 | 254 | - |
| CMYK | 0.68 | 0.99 | 0 | 0.00 |
| HSL | 258.81º | 0.99% | 0.5% | - |
| HSV(B) | 258.81º | 0.99% | 1% | - |
| XYZ | 21.3 | 8.95 | 94.37 | - |
| YUV | 54.35 | 240.67 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 2 | 254 | 0.68 | 0.99 | 0 | 0.00 | 258.81 | 0.99 | 0.5 |
| Hex | 51 | 2 | FE | 44 | 63 | 0 | 0 | 103 | 63 | 32 |
| Octal | 121 | 2 | 376 | 104 | 143 | 0 | 0 | 403 | 143 | 62 |
| Binary | 1010001 | 10 | 11111110 | 1000100 | 1100011 | 0 | 0 | 100000011 | 1100011 | 110010 |
Color Harmonies of #5102FE
Complementary color
Monochromatic Colors of #5102FE
Black with #5102FE
Text Example
Text Example
White with #5102FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5102FE; }
p { color: rgb(81,2,254); }
H1.HeaderClassName
{
color: #5102FE;
}
.AnyTagClassName
{
color: #5102FE;
}
</style>
background-color css
<style>
a { background-color: #5102FE; }
a { background-color: rgb(81,2,254); }
div.DivClassName
{
background-color: #5102FE;
}
.BgClassName
{
background-color: #5102FE;
}
</style>
border-color css
<style>
span { border-color: #5102FE; }
span { border-color: rgb(81,2,254); }
td.TdClassName
{
border-color: #5102FE;
}
.TagClassName
{
border-color: #5102FE;
}
</style>