Shades of Electric Indigo #700BE7
Tints of Electric Indigo #700BE7
RGB
CMYK
RGB Variations
Color information
#700BE7 (or 0x700BE7) is known color: Electric Indigo. HEX triplet: 70, 0B and E7. RGB value is (112,11,231). Sum of RGB (Red+Green+Blue) = 112+11+231=354 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.64% from 354); Green value is 11 (4.69% from 255 or 3.11% from 354); Blue value is 231 (90.62% from 255 or 65.25% from 354); Max value from RGB is 231 - color contains mainly: blue. Hex color #700BE7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #700BE7 is #8FF418. Grayscale: #414141. Windows color (decimal): -9434137 or 15141744. OLE color: 15141744.
HSL color Cylindrical-coordinate representation of color #700BE7: hue angle of 267.55º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #700BE7 is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 11 | 231 | - |
| CMYK | 0.52 | 0.95 | 0 | 0.09 |
| HSL | 267.55º | 0.91% | 0.47% | - |
| HSV(B) | 267.55º | 0.95% | 0.91% | - |
| XYZ | 21.23 | 9.45 | 76.31 | - |
| YUV | 66.28 | 220.96 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 11 | 231 | 0.52 | 0.95 | 0 | 0.09 | 267.55 | 0.91 | 0.47 |
| Hex | 70 | B | E7 | 34 | 5F | 0 | 9 | 10C | 5B | 2F |
| Octal | 160 | 13 | 347 | 64 | 137 | 0 | 11 | 414 | 133 | 57 |
| Binary | 1110000 | 1011 | 11100111 | 110100 | 1011111 | 0 | 1001 | 100001100 | 1011011 | 101111 |
Color Harmonies of #700BE7
Complementary color
Monochromatic Colors of #700BE7
Black with #700BE7
Text Example
Text Example
White with #700BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700BE7; }
p { color: rgb(112,11,231); }
H1.HeaderClassName
{
color: #700BE7;
}
.AnyTagClassName
{
color: #700BE7;
}
</style>
background-color css
<style>
a { background-color: #700BE7; }
a { background-color: rgb(112,11,231); }
div.DivClassName
{
background-color: #700BE7;
}
.BgClassName
{
background-color: #700BE7;
}
</style>
border-color css
<style>
span { border-color: #700BE7; }
span { border-color: rgb(112,11,231); }
td.TdClassName
{
border-color: #700BE7;
}
.TagClassName
{
border-color: #700BE7;
}
</style>