Shades of Electric Indigo #700FE8
Tints of Electric Indigo #700FE8
RGB
CMYK
RGB Variations
Color information
#700FE8 (or 0x700FE8) is known color: Electric Indigo. HEX triplet: 70, 0F and E8. RGB value is (112,15,232). Sum of RGB (Red+Green+Blue) = 112+15+232=359 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.20% from 359); Green value is 15 (6.25% from 255 or 4.18% from 359); Blue value is 232 (91.02% from 255 or 64.62% from 359); Max value from RGB is 232 - color contains mainly: blue. Hex color #700FE8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #700FE8 is #8FF017. Grayscale: #434343. Windows color (decimal): -9433112 or 15208304. OLE color: 15208304.
HSL color Cylindrical-coordinate representation of color #700FE8: hue angle of 266.82º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #700FE8 is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 15 | 232 | - |
| CMYK | 0.52 | 0.94 | 0 | 0.09 |
| HSL | 266.82º | 0.88% | 0.48% | - |
| HSV(B) | 266.82º | 0.94% | 0.91% | - |
| XYZ | 21.42 | 9.61 | 77.07 | - |
| YUV | 68.74 | 220.14 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 15 | 232 | 0.52 | 0.94 | 0 | 0.09 | 266.82 | 0.88 | 0.48 |
| Hex | 70 | F | E8 | 34 | 5E | 0 | 9 | 10B | 58 | 30 |
| Octal | 160 | 17 | 350 | 64 | 136 | 0 | 11 | 413 | 130 | 60 |
| Binary | 1110000 | 1111 | 11101000 | 110100 | 1011110 | 0 | 1001 | 100001011 | 1011000 | 110000 |
Color Harmonies of #700FE8
Complementary color
Monochromatic Colors of #700FE8
Black with #700FE8
Text Example
Text Example
White with #700FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700FE8; }
p { color: rgb(112,15,232); }
H1.HeaderClassName
{
color: #700FE8;
}
.AnyTagClassName
{
color: #700FE8;
}
</style>
background-color css
<style>
a { background-color: #700FE8; }
a { background-color: rgb(112,15,232); }
div.DivClassName
{
background-color: #700FE8;
}
.BgClassName
{
background-color: #700FE8;
}
</style>
border-color css
<style>
span { border-color: #700FE8; }
span { border-color: rgb(112,15,232); }
td.TdClassName
{
border-color: #700FE8;
}
.TagClassName
{
border-color: #700FE8;
}
</style>