Shades of Electric Indigo #5E0DFA
Tints of Electric Indigo #5E0DFA
RGB
CMYK
RGB Variations
Color information
#5E0DFA (or 0x5E0DFA) is known color: Electric Indigo. HEX triplet: 5E, 0D and FA. RGB value is (94,13,250). Sum of RGB (Red+Green+Blue) = 94+13+250=357 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.33% from 357); Green value is 13 (5.47% from 255 or 3.64% from 357); Blue value is 250 (98.05% from 255 or 70.03% from 357); Max value from RGB is 250 - color contains mainly: blue. Hex color #5E0DFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E0DFA is #A1F205. Grayscale: #3F3F3F. Windows color (decimal): -10613254 or 16387422. OLE color: 16387422.
HSL color Cylindrical-coordinate representation of color #5E0DFA: hue angle of 260.51º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5E0DFA is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 13 | 250 | - |
| CMYK | 0.62 | 0.95 | 0 | 0.02 |
| HSL | 260.51º | 0.96% | 0.52% | - |
| HSV(B) | 260.51º | 0.95% | 0.98% | - |
| XYZ | 22.02 | 9.57 | 91.13 | - |
| YUV | 64.24 | 232.84 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 13 | 250 | 0.62 | 0.95 | 0 | 0.02 | 260.51 | 0.96 | 0.52 |
| Hex | 5E | D | FA | 3E | 5F | 0 | 2 | 105 | 60 | 34 |
| Octal | 136 | 15 | 372 | 76 | 137 | 0 | 2 | 405 | 140 | 64 |
| Binary | 1011110 | 1101 | 11111010 | 111110 | 1011111 | 0 | 10 | 100000101 | 1100000 | 110100 |
Color Harmonies of #5E0DFA
Complementary color
Monochromatic Colors of #5E0DFA
Black with #5E0DFA
Text Example
Text Example
White with #5E0DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0DFA; }
p { color: rgb(94,13,250); }
H1.HeaderClassName
{
color: #5E0DFA;
}
.AnyTagClassName
{
color: #5E0DFA;
}
</style>
background-color css
<style>
a { background-color: #5E0DFA; }
a { background-color: rgb(94,13,250); }
div.DivClassName
{
background-color: #5E0DFA;
}
.BgClassName
{
background-color: #5E0DFA;
}
</style>
border-color css
<style>
span { border-color: #5E0DFA; }
span { border-color: rgb(94,13,250); }
td.TdClassName
{
border-color: #5E0DFA;
}
.TagClassName
{
border-color: #5E0DFA;
}
</style>