Shades of Electric Indigo #700BE5
Tints of Electric Indigo #700BE5
RGB
CMYK
RGB Variations
Color information
#700BE5 (or 0x700BE5) is known color: Electric Indigo. HEX triplet: 70, 0B and E5. RGB value is (112,11,229). Sum of RGB (Red+Green+Blue) = 112+11+229=352 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.82% from 352); Green value is 11 (4.69% from 255 or 3.12% from 352); Blue value is 229 (89.84% from 255 or 65.06% from 352); Max value from RGB is 229 - color contains mainly: blue. Hex color #700BE5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700BE5 is #8FF41A. Grayscale: #414141. Windows color (decimal): -9434139 or 15010672. OLE color: 15010672.
HSL color Cylindrical-coordinate representation of color #700BE5: hue angle of 267.8º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #700BE5 is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 112 | 11 | 229 | - |
| CMYK | 0.51 | 0.95 | 0 | 0.10 |
| HSL | 267.8º | 0.91% | 0.47% | - |
| HSV(B) | 267.8º | 0.95% | 0.9% | - |
| XYZ | 20.94 | 9.34 | 74.83 | - |
| YUV | 66.05 | 219.96 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 11 | 229 | 0.51 | 0.95 | 0 | 0.10 | 267.8 | 0.91 | 0.47 |
| Hex | 70 | B | E5 | 33 | 5F | 0 | A | 10C | 5B | 2F |
| Octal | 160 | 13 | 345 | 63 | 137 | 0 | 12 | 414 | 133 | 57 |
| Binary | 1110000 | 1011 | 11100101 | 110011 | 1011111 | 0 | 1010 | 100001100 | 1011011 | 101111 |
Color Harmonies of #700BE5
Complementary color
Monochromatic Colors of #700BE5
Black with #700BE5
Text Example
Text Example
White with #700BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700BE5; }
p { color: rgb(112,11,229); }
H1.HeaderClassName
{
color: #700BE5;
}
.AnyTagClassName
{
color: #700BE5;
}
</style>
background-color css
<style>
a { background-color: #700BE5; }
a { background-color: rgb(112,11,229); }
div.DivClassName
{
background-color: #700BE5;
}
.BgClassName
{
background-color: #700BE5;
}
</style>
border-color css
<style>
span { border-color: #700BE5; }
span { border-color: rgb(112,11,229); }
td.TdClassName
{
border-color: #700BE5;
}
.TagClassName
{
border-color: #700BE5;
}
</style>