Shades of Electric Indigo #7008E8
Tints of Electric Indigo #7008E8
RGB
CMYK
RGB Variations
Color information
#7008E8 (or 0x7008E8) is known color: Electric Indigo. HEX triplet: 70, 08 and E8. RGB value is (112,8,232). Sum of RGB (Red+Green+Blue) = 112+8+232=352 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.82% from 352); Green value is 8 (3.52% from 255 or 2.27% from 352); Blue value is 232 (91.02% from 255 or 65.91% from 352); Max value from RGB is 232 - color contains mainly: blue. Hex color #7008E8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7008E8 is #8FF717. Grayscale: #3F3F3F. Windows color (decimal): -9434904 or 15206512. OLE color: 15206512.
HSL color Cylindrical-coordinate representation of color #7008E8: hue angle of 267.86º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7008E8 is Cyan = 0.52, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 8 | 232 | - |
| CMYK | 0.52 | 0.97 | 0 | 0.09 |
| HSL | 267.86º | 0.93% | 0.47% | - |
| HSV(B) | 267.86º | 0.97% | 0.91% | - |
| XYZ | 21.33 | 9.44 | 77.04 | - |
| YUV | 64.63 | 222.46 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 8 | 232 | 0.52 | 0.97 | 0 | 0.09 | 267.86 | 0.93 | 0.47 |
| Hex | 70 | 8 | E8 | 34 | 61 | 0 | 9 | 10C | 5D | 2F |
| Octal | 160 | 10 | 350 | 64 | 141 | 0 | 11 | 414 | 135 | 57 |
| Binary | 1110000 | 1000 | 11101000 | 110100 | 1100001 | 0 | 1001 | 100001100 | 1011101 | 101111 |
Color Harmonies of #7008E8
Complementary color
Monochromatic Colors of #7008E8
Black with #7008E8
Text Example
Text Example
White with #7008E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7008E8; }
p { color: rgb(112,8,232); }
H1.HeaderClassName
{
color: #7008E8;
}
.AnyTagClassName
{
color: #7008E8;
}
</style>
background-color css
<style>
a { background-color: #7008E8; }
a { background-color: rgb(112,8,232); }
div.DivClassName
{
background-color: #7008E8;
}
.BgClassName
{
background-color: #7008E8;
}
</style>
border-color css
<style>
span { border-color: #7008E8; }
span { border-color: rgb(112,8,232); }
td.TdClassName
{
border-color: #7008E8;
}
.TagClassName
{
border-color: #7008E8;
}
</style>