Shades of Electric Indigo #7E0DFA
Tints of Electric Indigo #7E0DFA
RGB
CMYK
RGB Variations
Color information
#7E0DFA (or 0x7E0DFA) is known color: Electric Indigo. HEX triplet: 7E, 0D and FA. RGB value is (126,13,250). Sum of RGB (Red+Green+Blue) = 126+13+250=389 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.39% from 389); Green value is 13 (5.47% from 255 or 3.34% from 389); Blue value is 250 (98.05% from 255 or 64.27% from 389); Max value from RGB is 250 - color contains mainly: blue. Hex color #7E0DFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7E0DFA is #81F205. Grayscale: #484848. Windows color (decimal): -8516102 or 16387454. OLE color: 16387454.
HSL color Cylindrical-coordinate representation of color #7E0DFA: hue angle of 268.61º 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 #7E0DFA is Cyan = 0.50, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 126 | 13 | 250 | - |
| CMYK | 0.50 | 0.95 | 0 | 0.02 |
| HSL | 268.61º | 0.96% | 0.52% | - |
| HSV(B) | 268.61º | 0.95% | 0.98% | - |
| XYZ | 26 | 11.63 | 91.32 | - |
| YUV | 73.81 | 227.44 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 13 | 250 | 0.50 | 0.95 | 0 | 0.02 | 268.61 | 0.96 | 0.52 |
| Hex | 7E | D | FA | 32 | 5F | 0 | 2 | 10D | 60 | 34 |
| Octal | 176 | 15 | 372 | 62 | 137 | 0 | 2 | 415 | 140 | 64 |
| Binary | 1111110 | 1101 | 11111010 | 110010 | 1011111 | 0 | 10 | 100001101 | 1100000 | 110100 |
Color Harmonies of #7E0DFA
Complementary color
Monochromatic Colors of #7E0DFA
Black with #7E0DFA
Text Example
Text Example
White with #7E0DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0DFA; }
p { color: rgb(126,13,250); }
H1.HeaderClassName
{
color: #7E0DFA;
}
.AnyTagClassName
{
color: #7E0DFA;
}
</style>
background-color css
<style>
a { background-color: #7E0DFA; }
a { background-color: rgb(126,13,250); }
div.DivClassName
{
background-color: #7E0DFA;
}
.BgClassName
{
background-color: #7E0DFA;
}
</style>
border-color css
<style>
span { border-color: #7E0DFA; }
span { border-color: rgb(126,13,250); }
td.TdClassName
{
border-color: #7E0DFA;
}
.TagClassName
{
border-color: #7E0DFA;
}
</style>