Shades of Electric Indigo #700AEA
Tints of Electric Indigo #700AEA
RGB
CMYK
RGB Variations
Color information
#700AEA (or 0x700AEA) is known color: Electric Indigo. HEX triplet: 70, 0A and EA. RGB value is (112,10,234). Sum of RGB (Red+Green+Blue) = 112+10+234=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 10 (4.30% from 255 or 2.81% from 356); Blue value is 234 (91.80% from 255 or 65.73% from 356); Max value from RGB is 234 - color contains mainly: blue. Hex color #700AEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #700AEA is #8FF515. Grayscale: #414141. Windows color (decimal): -9434390 or 15338096. OLE color: 15338096.
HSL color Cylindrical-coordinate representation of color #700AEA: hue angle of 267.32º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #700AEA is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 112 | 10 | 234 | - |
| CMYK | 0.52 | 0.96 | 0 | 0.08 |
| HSL | 267.32º | 0.92% | 0.48% | - |
| HSV(B) | 267.32º | 0.96% | 0.92% | - |
| XYZ | 21.64 | 9.6 | 78.55 | - |
| YUV | 66.03 | 222.79 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 10 | 234 | 0.52 | 0.96 | 0 | 0.08 | 267.32 | 0.92 | 0.48 |
| Hex | 70 | A | EA | 34 | 60 | 0 | 8 | 10B | 5C | 30 |
| Octal | 160 | 12 | 352 | 64 | 140 | 0 | 10 | 413 | 134 | 60 |
| Binary | 1110000 | 1010 | 11101010 | 110100 | 1100000 | 0 | 1000 | 100001011 | 1011100 | 110000 |
Color Harmonies of #700AEA
Complementary color
Monochromatic Colors of #700AEA
Black with #700AEA
Text Example
Text Example
White with #700AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700AEA; }
p { color: rgb(112,10,234); }
H1.HeaderClassName
{
color: #700AEA;
}
.AnyTagClassName
{
color: #700AEA;
}
</style>
background-color css
<style>
a { background-color: #700AEA; }
a { background-color: rgb(112,10,234); }
div.DivClassName
{
background-color: #700AEA;
}
.BgClassName
{
background-color: #700AEA;
}
</style>
border-color css
<style>
span { border-color: #700AEA; }
span { border-color: rgb(112,10,234); }
td.TdClassName
{
border-color: #700AEA;
}
.TagClassName
{
border-color: #700AEA;
}
</style>