Shades of Electric Indigo #5101FF
Tints of Electric Indigo #5101FF
RGB
CMYK
RGB Variations
Color information
#5101FF (or 0x5101FF) is known color: Electric Indigo. HEX triplet: 51, 01 and FF. RGB value is (81,1,255). Sum of RGB (Red+Green+Blue) = 81+1+255=337 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.04% from 337); Green value is 1 (0.78% from 255 or 0.30% from 337); Blue value is 255 (100% from 255 or 75.67% from 337); Max value from RGB is 255 - color contains mainly: blue. Hex color #5101FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5101FF is #AEFE00. Grayscale: #343434. Windows color (decimal): -11468289 or 16712017. OLE color: 16712017.
HSL color Cylindrical-coordinate representation of color #5101FF: hue angle of 258.9º 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 #5101FF is Cyan = 0.68, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 81 | 1 | 255 | - |
| CMYK | 0.68 | 1.00 | 0 | 0 |
| HSL | 258.9º | 1% | 0.5% | - |
| HSV(B) | 258.9º | 1% | 1% | - |
| XYZ | 21.45 | 8.99 | 95.21 | - |
| YUV | 53.88 | 241.5 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 1 | 255 | 0.68 | 1.00 | 0 | 0 | 258.9 | 1 | 0.5 |
| Hex | 51 | 1 | FF | 44 | 64 | 0 | 0 | 103 | 64 | 32 |
| Octal | 121 | 1 | 377 | 104 | 144 | 0 | 0 | 403 | 144 | 62 |
| Binary | 1010001 | 1 | 11111111 | 1000100 | 1100100 | 0 | 0 | 100000011 | 1100100 | 110010 |
Color Harmonies of #5101FF
Complementary color
Monochromatic Colors of #5101FF
Black with #5101FF
Text Example
Text Example
White with #5101FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5101FF; }
p { color: rgb(81,1,255); }
H1.HeaderClassName
{
color: #5101FF;
}
.AnyTagClassName
{
color: #5101FF;
}
</style>
background-color css
<style>
a { background-color: #5101FF; }
a { background-color: rgb(81,1,255); }
div.DivClassName
{
background-color: #5101FF;
}
.BgClassName
{
background-color: #5101FF;
}
</style>
border-color css
<style>
span { border-color: #5101FF; }
span { border-color: rgb(81,1,255); }
td.TdClassName
{
border-color: #5101FF;
}
.TagClassName
{
border-color: #5101FF;
}
</style>