Shades of Electric Indigo #5102FF
Tints of Electric Indigo #5102FF
RGB
CMYK
RGB Variations
Color information
#5102FF (or 0x5102FF) is known color: Electric Indigo. HEX triplet: 51, 02 and FF. RGB value is (81,2,255). Sum of RGB (Red+Green+Blue) = 81+2+255=338 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.96% from 338); Green value is 2 (1.17% from 255 or 0.59% 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 #5102FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5102FF is #AEFD00. Grayscale: #353535. Windows color (decimal): -11468033 or 16712273. OLE color: 16712273.
HSL color Cylindrical-coordinate representation of color #5102FF: hue angle of 258.74º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5102FF is Cyan = 0.68, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 81 | 2 | 255 | - |
| CMYK | 0.68 | 0.99 | 0 | 0 |
| HSL | 258.74º | 1% | 0.5% | - |
| HSV(B) | 258.74º | 0.99% | 1% | - |
| XYZ | 21.47 | 9.01 | 95.22 | - |
| YUV | 54.46 | 241.17 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 2 | 255 | 0.68 | 0.99 | 0 | 0 | 258.74 | 1 | 0.5 |
| Hex | 51 | 2 | FF | 44 | 63 | 0 | 0 | 103 | 64 | 32 |
| Octal | 121 | 2 | 377 | 104 | 143 | 0 | 0 | 403 | 144 | 62 |
| Binary | 1010001 | 10 | 11111111 | 1000100 | 1100011 | 0 | 0 | 100000011 | 1100100 | 110010 |
Color Harmonies of #5102FF
Complementary color
Monochromatic Colors of #5102FF
Black with #5102FF
Text Example
Text Example
White with #5102FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5102FF; }
p { color: rgb(81,2,255); }
H1.HeaderClassName
{
color: #5102FF;
}
.AnyTagClassName
{
color: #5102FF;
}
</style>
background-color css
<style>
a { background-color: #5102FF; }
a { background-color: rgb(81,2,255); }
div.DivClassName
{
background-color: #5102FF;
}
.BgClassName
{
background-color: #5102FF;
}
</style>
border-color css
<style>
span { border-color: #5102FF; }
span { border-color: rgb(81,2,255); }
td.TdClassName
{
border-color: #5102FF;
}
.TagClassName
{
border-color: #5102FF;
}
</style>