Shades of Electric Indigo #5E0AFF
Tints of Electric Indigo #5E0AFF
RGB
CMYK
RGB Variations
Color information
#5E0AFF (or 0x5E0AFF) is known color: Electric Indigo. HEX triplet: 5E, 0A and FF. RGB value is (94,10,255). Sum of RGB (Red+Green+Blue) = 94+10+255=359 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.18% from 359); Green value is 10 (4.30% from 255 or 2.79% from 359); Blue value is 255 (100% from 255 or 71.03% from 359); Max value from RGB is 255 - color contains mainly: blue. Hex color #5E0AFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E0AFF is #A1F500. Grayscale: #3E3E3E. Windows color (decimal): -10614017 or 16714334. OLE color: 16714334.
HSL color Cylindrical-coordinate representation of color #5E0AFF: hue angle of 260.57º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5E0AFF is Cyan = 0.63, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 94 | 10 | 255 | - |
| CMYK | 0.63 | 0.96 | 0 | 0 |
| HSL | 260.57º | 1% | 0.52% | - |
| HSV(B) | 260.57º | 0.96% | 1% | - |
| XYZ | 22.77 | 9.82 | 95.3 | - |
| YUV | 63.05 | 236.33 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 10 | 255 | 0.63 | 0.96 | 0 | 0 | 260.57 | 1 | 0.52 |
| Hex | 5E | A | FF | 3F | 60 | 0 | 0 | 105 | 64 | 34 |
| Octal | 136 | 12 | 377 | 77 | 140 | 0 | 0 | 405 | 144 | 64 |
| Binary | 1011110 | 1010 | 11111111 | 111111 | 1100000 | 0 | 0 | 100000101 | 1100100 | 110100 |
Color Harmonies of #5E0AFF
Complementary color
Monochromatic Colors of #5E0AFF
Black with #5E0AFF
Text Example
Text Example
White with #5E0AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0AFF; }
p { color: rgb(94,10,255); }
H1.HeaderClassName
{
color: #5E0AFF;
}
.AnyTagClassName
{
color: #5E0AFF;
}
</style>
background-color css
<style>
a { background-color: #5E0AFF; }
a { background-color: rgb(94,10,255); }
div.DivClassName
{
background-color: #5E0AFF;
}
.BgClassName
{
background-color: #5E0AFF;
}
</style>
border-color css
<style>
span { border-color: #5E0AFF; }
span { border-color: rgb(94,10,255); }
td.TdClassName
{
border-color: #5E0AFF;
}
.TagClassName
{
border-color: #5E0AFF;
}
</style>