Shades of Electric Indigo #700BEE
Tints of Electric Indigo #700BEE
RGB
CMYK
RGB Variations
Color information
#700BEE (or 0x700BEE) is known color: Electric Indigo. HEX triplet: 70, 0B and EE. RGB value is (112,11,238). Sum of RGB (Red+Green+Blue) = 112+11+238=361 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.02% from 361); Green value is 11 (4.69% from 255 or 3.05% from 361); Blue value is 238 (93.36% from 255 or 65.93% from 361); Max value from RGB is 238 - color contains mainly: blue. Hex color #700BEE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #700BEE is #8FF411. Grayscale: #424242. Windows color (decimal): -9434130 or 15600496. OLE color: 15600496.
HSL color Cylindrical-coordinate representation of color #700BEE: hue angle of 266.7º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #700BEE is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 11 | 238 | - |
| CMYK | 0.53 | 0.95 | 0 | 0.07 |
| HSL | 266.7º | 0.91% | 0.49% | - |
| HSV(B) | 266.7º | 0.95% | 0.93% | - |
| XYZ | 22.23 | 9.86 | 81.62 | - |
| YUV | 67.08 | 224.46 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 11 | 238 | 0.53 | 0.95 | 0 | 0.07 | 266.7 | 0.91 | 0.49 |
| Hex | 70 | B | EE | 35 | 5F | 0 | 7 | 10B | 5B | 31 |
| Octal | 160 | 13 | 356 | 65 | 137 | 0 | 7 | 413 | 133 | 61 |
| Binary | 1110000 | 1011 | 11101110 | 110101 | 1011111 | 0 | 111 | 100001011 | 1011011 | 110001 |
Color Harmonies of #700BEE
Complementary color
Monochromatic Colors of #700BEE
Black with #700BEE
Text Example
Text Example
White with #700BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700BEE; }
p { color: rgb(112,11,238); }
H1.HeaderClassName
{
color: #700BEE;
}
.AnyTagClassName
{
color: #700BEE;
}
</style>
background-color css
<style>
a { background-color: #700BEE; }
a { background-color: rgb(112,11,238); }
div.DivClassName
{
background-color: #700BEE;
}
.BgClassName
{
background-color: #700BEE;
}
</style>
border-color css
<style>
span { border-color: #700BEE; }
span { border-color: rgb(112,11,238); }
td.TdClassName
{
border-color: #700BEE;
}
.TagClassName
{
border-color: #700BEE;
}
</style>