Shades of Electric Indigo #7005EA
Tints of Electric Indigo #7005EA
RGB
CMYK
RGB Variations
Color information
#7005EA (or 0x7005EA) is known color: Electric Indigo. HEX triplet: 70, 05 and EA. RGB value is (112,5,234). Sum of RGB (Red+Green+Blue) = 112+5+234=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 5 (2.34% from 255 or 1.42% from 351); Blue value is 234 (91.80% from 255 or 66.67% from 351); Max value from RGB is 234 - color contains mainly: blue. Hex color #7005EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7005EA is #8FFA15. Grayscale: #3E3E3E. Windows color (decimal): -9435670 or 15336816. OLE color: 15336816.
HSL color Cylindrical-coordinate representation of color #7005EA: hue angle of 268.03º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7005EA is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 112 | 5 | 234 | - |
| CMYK | 0.52 | 0.98 | 0 | 0.08 |
| HSL | 268.03º | 0.96% | 0.47% | - |
| HSV(B) | 268.03º | 0.98% | 0.92% | - |
| XYZ | 21.59 | 9.49 | 78.54 | - |
| YUV | 63.1 | 224.45 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 5 | 234 | 0.52 | 0.98 | 0 | 0.08 | 268.03 | 0.96 | 0.47 |
| Hex | 70 | 5 | EA | 34 | 62 | 0 | 8 | 10C | 60 | 2F |
| Octal | 160 | 5 | 352 | 64 | 142 | 0 | 10 | 414 | 140 | 57 |
| Binary | 1110000 | 101 | 11101010 | 110100 | 1100010 | 0 | 1000 | 100001100 | 1100000 | 101111 |
Color Harmonies of #7005EA
Complementary color
Monochromatic Colors of #7005EA
Black with #7005EA
Text Example
Text Example
White with #7005EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7005EA; }
p { color: rgb(112,5,234); }
H1.HeaderClassName
{
color: #7005EA;
}
.AnyTagClassName
{
color: #7005EA;
}
</style>
background-color css
<style>
a { background-color: #7005EA; }
a { background-color: rgb(112,5,234); }
div.DivClassName
{
background-color: #7005EA;
}
.BgClassName
{
background-color: #7005EA;
}
</style>
border-color css
<style>
span { border-color: #7005EA; }
span { border-color: rgb(112,5,234); }
td.TdClassName
{
border-color: #7005EA;
}
.TagClassName
{
border-color: #7005EA;
}
</style>