Shades of Electric Indigo #700BE6
Tints of Electric Indigo #700BE6
RGB
CMYK
RGB Variations
Color information
#700BE6 (or 0x700BE6) is known color: Electric Indigo. HEX triplet: 70, 0B and E6. RGB value is (112,11,230). Sum of RGB (Red+Green+Blue) = 112+11+230=353 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.73% from 353); Green value is 11 (4.69% from 255 or 3.12% from 353); Blue value is 230 (90.23% from 255 or 65.16% from 353); Max value from RGB is 230 - color contains mainly: blue. Hex color #700BE6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #700BE6 is #8FF419. Grayscale: #414141. Windows color (decimal): -9434138 or 15076208. OLE color: 15076208.
HSL color Cylindrical-coordinate representation of color #700BE6: hue angle of 267.67º 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 #700BE6 is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 112 | 11 | 230 | - |
| CMYK | 0.51 | 0.95 | 0 | 0.10 |
| HSL | 267.67º | 0.91% | 0.47% | - |
| HSV(B) | 267.67º | 0.95% | 0.9% | - |
| XYZ | 21.08 | 9.4 | 75.57 | - |
| YUV | 66.17 | 220.46 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 11 | 230 | 0.51 | 0.95 | 0 | 0.10 | 267.67 | 0.91 | 0.47 |
| Hex | 70 | B | E6 | 33 | 5F | 0 | A | 10C | 5B | 2F |
| Octal | 160 | 13 | 346 | 63 | 137 | 0 | 12 | 414 | 133 | 57 |
| Binary | 1110000 | 1011 | 11100110 | 110011 | 1011111 | 0 | 1010 | 100001100 | 1011011 | 101111 |
Color Harmonies of #700BE6
Complementary color
Monochromatic Colors of #700BE6
Black with #700BE6
Text Example
Text Example
White with #700BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700BE6; }
p { color: rgb(112,11,230); }
H1.HeaderClassName
{
color: #700BE6;
}
.AnyTagClassName
{
color: #700BE6;
}
</style>
background-color css
<style>
a { background-color: #700BE6; }
a { background-color: rgb(112,11,230); }
div.DivClassName
{
background-color: #700BE6;
}
.BgClassName
{
background-color: #700BE6;
}
</style>
border-color css
<style>
span { border-color: #700BE6; }
span { border-color: rgb(112,11,230); }
td.TdClassName
{
border-color: #700BE6;
}
.TagClassName
{
border-color: #700BE6;
}
</style>