Shades of Electric Indigo #5E02EB
Tints of Electric Indigo #5E02EB
RGB
CMYK
RGB Variations
Color information
#5E02EB (or 0x5E02EB) is known color: Electric Indigo. HEX triplet: 5E, 02 and EB. RGB value is (94,2,235). Sum of RGB (Red+Green+Blue) = 94+2+235=331 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.40% from 331); Green value is 2 (1.17% from 255 or 0.60% from 331); Blue value is 235 (92.19% from 255 or 71.00% from 331); Max value from RGB is 235 - color contains mainly: blue. Hex color #5E02EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E02EB is #A1FD14. Grayscale: #373737. Windows color (decimal): -10616085 or 15401566. OLE color: 15401566.
HSL color Cylindrical-coordinate representation of color #5E02EB: hue angle of 263.69º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5E02EB is Cyan = 0.6, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 2 | 235 | - |
| CMYK | 0.6 | 0.99 | 0 | 0.08 |
| HSL | 263.69º | 0.98% | 0.46% | - |
| HSV(B) | 263.69º | 0.99% | 0.92% | - |
| XYZ | 19.63 | 8.42 | 79.19 | - |
| YUV | 56.07 | 228.98 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 2 | 235 | 0.6 | 0.99 | 0 | 0.08 | 263.69 | 0.98 | 0.46 |
| Hex | 5E | 2 | EB | 3C | 63 | 0 | 8 | 108 | 62 | 2E |
| Octal | 136 | 2 | 353 | 74 | 143 | 0 | 10 | 410 | 142 | 56 |
| Binary | 1011110 | 10 | 11101011 | 111100 | 1100011 | 0 | 1000 | 100001000 | 1100010 | 101110 |
Color Harmonies of #5E02EB
Complementary color
Monochromatic Colors of #5E02EB
Black with #5E02EB
Text Example
Text Example
White with #5E02EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E02EB; }
p { color: rgb(94,2,235); }
H1.HeaderClassName
{
color: #5E02EB;
}
.AnyTagClassName
{
color: #5E02EB;
}
</style>
background-color css
<style>
a { background-color: #5E02EB; }
a { background-color: rgb(94,2,235); }
div.DivClassName
{
background-color: #5E02EB;
}
.BgClassName
{
background-color: #5E02EB;
}
</style>
border-color css
<style>
span { border-color: #5E02EB; }
span { border-color: rgb(94,2,235); }
td.TdClassName
{
border-color: #5E02EB;
}
.TagClassName
{
border-color: #5E02EB;
}
</style>