Shades of Electric Indigo #5E00FF
Tints of Electric Indigo #5E00FF
RGB
CMYK
RGB Variations
Color information
#5E00FF (or 0x5E00FF) is known color: Electric Indigo. HEX triplet: 5E, 00 and FF. RGB value is (94,0,255). Sum of RGB (Red+Green+Blue) = 94+0+255=349 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.93% from 349); Green value is 0 (0.39% from 255 or 0% from 349); Blue value is 255 (100% from 255 or 73.07% from 349); Max value from RGB is 255 - color contains mainly: blue. Hex color #5E00FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E00FF is #A1FF00. Grayscale: #383838. Windows color (decimal): -10616577 or 16711774. OLE color: 16711774.
HSL color Cylindrical-coordinate representation of color #5E00FF: hue angle of 262.12º 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 #5E00FF is Cyan = 0.63, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 94 | 0 | 255 | - |
| CMYK | 0.63 | 1 | 0 | 0 |
| HSL | 262.12º | 1% | 0.5% | - |
| HSV(B) | 262.12º | 1% | 1% | - |
| XYZ | 22.67 | 9.6 | 95.27 | - |
| YUV | 57.18 | 239.64 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 0 | 255 | 0.63 | 1 | 0 | 0 | 262.12 | 1 | 0.5 |
| Hex | 5E | 0 | FF | 3F | 64 | 0 | 0 | 106 | 64 | 32 |
| Octal | 136 | 0 | 377 | 77 | 144 | 0 | 0 | 406 | 144 | 62 |
| Binary | 1011110 | 0 | 11111111 | 111111 | 1100100 | 0 | 0 | 100000110 | 1100100 | 110010 |
Color Harmonies of #5E00FF
Complementary color
Monochromatic Colors of #5E00FF
Black with #5E00FF
Text Example
Text Example
White with #5E00FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E00FF; }
p { color: rgb(94,0,255); }
H1.HeaderClassName
{
color: #5E00FF;
}
.AnyTagClassName
{
color: #5E00FF;
}
</style>
background-color css
<style>
a { background-color: #5E00FF; }
a { background-color: rgb(94,0,255); }
div.DivClassName
{
background-color: #5E00FF;
}
.BgClassName
{
background-color: #5E00FF;
}
</style>
border-color css
<style>
span { border-color: #5E00FF; }
span { border-color: rgb(94,0,255); }
td.TdClassName
{
border-color: #5E00FF;
}
.TagClassName
{
border-color: #5E00FF;
}
</style>