Shades of Electric Indigo #5E00FE
Tints of Electric Indigo #5E00FE
RGB
CMYK
RGB Variations
Color information
#5E00FE (or 0x5E00FE) is known color: Electric Indigo. HEX triplet: 5E, 00 and FE. RGB value is (94,0,254). Sum of RGB (Red+Green+Blue) = 94+0+254=348 (46% of max value = 765). Red value is 94 (37.11% from 255 or 27.01% from 348); Green value is 0 (0.39% from 255 or 0% from 348); Blue value is 254 (99.61% from 255 or 72.99% from 348); Max value from RGB is 254 - color contains mainly: blue. Hex color #5E00FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E00FE is #A1FF01. Grayscale: #383838. Windows color (decimal): -10616578 or 16646238. OLE color: 16646238.
HSL color Cylindrical-coordinate representation of color #5E00FE: hue angle of 262.2º 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 #5E00FE is Cyan = 0.63, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 94 | 0 | 254 | - |
| CMYK | 0.63 | 1 | 0 | 0.00 |
| HSL | 262.2º | 1% | 0.5% | - |
| HSV(B) | 262.2º | 1% | 1% | - |
| XYZ | 22.51 | 9.54 | 94.42 | - |
| YUV | 57.06 | 239.14 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 0 | 254 | 0.63 | 1 | 0 | 0.00 | 262.2 | 1 | 0.5 |
| Hex | 5E | 0 | FE | 3F | 64 | 0 | 0 | 106 | 64 | 32 |
| Octal | 136 | 0 | 376 | 77 | 144 | 0 | 0 | 406 | 144 | 62 |
| Binary | 1011110 | 0 | 11111110 | 111111 | 1100100 | 0 | 0 | 100000110 | 1100100 | 110010 |
Color Harmonies of #5E00FE
Complementary color
Monochromatic Colors of #5E00FE
Black with #5E00FE
Text Example
Text Example
White with #5E00FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E00FE; }
p { color: rgb(94,0,254); }
H1.HeaderClassName
{
color: #5E00FE;
}
.AnyTagClassName
{
color: #5E00FE;
}
</style>
background-color css
<style>
a { background-color: #5E00FE; }
a { background-color: rgb(94,0,254); }
div.DivClassName
{
background-color: #5E00FE;
}
.BgClassName
{
background-color: #5E00FE;
}
</style>
border-color css
<style>
span { border-color: #5E00FE; }
span { border-color: rgb(94,0,254); }
td.TdClassName
{
border-color: #5E00FE;
}
.TagClassName
{
border-color: #5E00FE;
}
</style>