Shades of Electric Indigo #5E00EB
Tints of Electric Indigo #5E00EB
RGB
CMYK
RGB Variations
Color information
#5E00EB (or 0x5E00EB) is known color: Electric Indigo. HEX triplet: 5E, 00 and EB. RGB value is (94,0,235). Sum of RGB (Red+Green+Blue) = 94+0+235=329 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.57% from 329); Green value is 0 (0.39% from 255 or 0% from 329); Blue value is 235 (92.19% from 255 or 71.43% from 329); Max value from RGB is 235 - color contains mainly: blue. Hex color #5E00EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E00EB is #A1FF14. Grayscale: #363636. Windows color (decimal): -10616597 or 15401054. OLE color: 15401054.
HSL color Cylindrical-coordinate representation of color #5E00EB: hue angle of 264º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5E00EB is Cyan = 0.6, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 0 | 235 | - |
| CMYK | 0.6 | 1 | 0 | 0.08 |
| HSL | 264º | 1% | 0.46% | - |
| HSV(B) | 264º | 1% | 0.92% | - |
| XYZ | 19.61 | 8.38 | 79.18 | - |
| YUV | 54.9 | 229.64 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 0 | 235 | 0.6 | 1 | 0 | 0.08 | 264 | 1 | 0.46 |
| Hex | 5E | 0 | EB | 3C | 64 | 0 | 8 | 108 | 64 | 2E |
| Octal | 136 | 0 | 353 | 74 | 144 | 0 | 10 | 410 | 144 | 56 |
| Binary | 1011110 | 0 | 11101011 | 111100 | 1100100 | 0 | 1000 | 100001000 | 1100100 | 101110 |
Color Harmonies of #5E00EB
Complementary color
Monochromatic Colors of #5E00EB
Black with #5E00EB
Text Example
Text Example
White with #5E00EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E00EB; }
p { color: rgb(94,0,235); }
H1.HeaderClassName
{
color: #5E00EB;
}
.AnyTagClassName
{
color: #5E00EB;
}
</style>
background-color css
<style>
a { background-color: #5E00EB; }
a { background-color: rgb(94,0,235); }
div.DivClassName
{
background-color: #5E00EB;
}
.BgClassName
{
background-color: #5E00EB;
}
</style>
border-color css
<style>
span { border-color: #5E00EB; }
span { border-color: rgb(94,0,235); }
td.TdClassName
{
border-color: #5E00EB;
}
.TagClassName
{
border-color: #5E00EB;
}
</style>