Shades of Electric Indigo #700BE1
Tints of Electric Indigo #700BE1
RGB
CMYK
RGB Variations
Color information
#700BE1 (or 0x700BE1) is known color: Electric Indigo. HEX triplet: 70, 0B and E1. RGB value is (112,11,225). Sum of RGB (Red+Green+Blue) = 112+11+225=348 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.18% from 348); Green value is 11 (4.69% from 255 or 3.16% from 348); Blue value is 225 (88.28% from 255 or 64.66% from 348); Max value from RGB is 225 - color contains mainly: blue. Hex color #700BE1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700BE1 is #8FF41E. Grayscale: #404040. Windows color (decimal): -9434143 or 14748528. OLE color: 14748528.
HSL color Cylindrical-coordinate representation of color #700BE1: hue angle of 268.32º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #700BE1 is Cyan = 0.50, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 112 | 11 | 225 | - |
| CMYK | 0.50 | 0.95 | 0 | 0.12 |
| HSL | 268.32º | 0.91% | 0.46% | - |
| HSV(B) | 268.32º | 0.95% | 0.88% | - |
| XYZ | 20.39 | 9.12 | 71.92 | - |
| YUV | 65.6 | 217.96 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 11 | 225 | 0.50 | 0.95 | 0 | 0.12 | 268.32 | 0.91 | 0.46 |
| Hex | 70 | B | E1 | 32 | 5F | 0 | C | 10C | 5B | 2E |
| Octal | 160 | 13 | 341 | 62 | 137 | 0 | 14 | 414 | 133 | 56 |
| Binary | 1110000 | 1011 | 11100001 | 110010 | 1011111 | 0 | 1100 | 100001100 | 1011011 | 101110 |
Color Harmonies of #700BE1
Complementary color
Monochromatic Colors of #700BE1
Black with #700BE1
Text Example
Text Example
White with #700BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700BE1; }
p { color: rgb(112,11,225); }
H1.HeaderClassName
{
color: #700BE1;
}
.AnyTagClassName
{
color: #700BE1;
}
</style>
background-color css
<style>
a { background-color: #700BE1; }
a { background-color: rgb(112,11,225); }
div.DivClassName
{
background-color: #700BE1;
}
.BgClassName
{
background-color: #700BE1;
}
</style>
border-color css
<style>
span { border-color: #700BE1; }
span { border-color: rgb(112,11,225); }
td.TdClassName
{
border-color: #700BE1;
}
.TagClassName
{
border-color: #700BE1;
}
</style>