Shades of Electric Indigo #5100FC
Tints of Electric Indigo #5100FC
RGB
CMYK
RGB Variations
Color information
#5100FC (or 0x5100FC) is known color: Electric Indigo. HEX triplet: 51, 00 and FC. RGB value is (81,0,252). Sum of RGB (Red+Green+Blue) = 81+0+252=333 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.32% from 333); Green value is 0 (0.39% from 255 or 0% from 333); Blue value is 252 (98.83% from 255 or 75.68% from 333); Max value from RGB is 252 - color contains mainly: blue. Hex color #5100FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5100FC is #AEFF03. Grayscale: #343434. Windows color (decimal): -11468548 or 16515153. OLE color: 16515153.
HSL color Cylindrical-coordinate representation of color #5100FC: hue angle of 259.29º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5100FC is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 81 | 0 | 252 | - |
| CMYK | 0.68 | 1 | 0 | 0.01 |
| HSL | 259.29º | 1% | 0.49% | - |
| HSV(B) | 259.29º | 1% | 0.99% | - |
| XYZ | 20.96 | 8.78 | 92.68 | - |
| YUV | 52.95 | 240.34 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 0 | 252 | 0.68 | 1 | 0 | 0.01 | 259.29 | 1 | 0.49 |
| Hex | 51 | 0 | FC | 44 | 64 | 0 | 1 | 103 | 64 | 31 |
| Octal | 121 | 0 | 374 | 104 | 144 | 0 | 1 | 403 | 144 | 61 |
| Binary | 1010001 | 0 | 11111100 | 1000100 | 1100100 | 0 | 1 | 100000011 | 1100100 | 110001 |
Color Harmonies of #5100FC
Complementary color
Monochromatic Colors of #5100FC
Black with #5100FC
Text Example
Text Example
White with #5100FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5100FC; }
p { color: rgb(81,0,252); }
H1.HeaderClassName
{
color: #5100FC;
}
.AnyTagClassName
{
color: #5100FC;
}
</style>
background-color css
<style>
a { background-color: #5100FC; }
a { background-color: rgb(81,0,252); }
div.DivClassName
{
background-color: #5100FC;
}
.BgClassName
{
background-color: #5100FC;
}
</style>
border-color css
<style>
span { border-color: #5100FC; }
span { border-color: rgb(81,0,252); }
td.TdClassName
{
border-color: #5100FC;
}
.TagClassName
{
border-color: #5100FC;
}
</style>