Shades of Electric Indigo #700BEB
Tints of Electric Indigo #700BEB
RGB
CMYK
RGB Variations
Color information
#700BEB (or 0x700BEB) is known color: Electric Indigo. HEX triplet: 70, 0B and EB. RGB value is (112,11,235). Sum of RGB (Red+Green+Blue) = 112+11+235=358 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.28% from 358); Green value is 11 (4.69% from 255 or 3.07% from 358); Blue value is 235 (92.19% from 255 or 65.64% from 358); Max value from RGB is 235 - color contains mainly: blue. Hex color #700BEB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #700BEB is #8FF414. Grayscale: #414141. Windows color (decimal): -9434133 or 15403888. OLE color: 15403888.
HSL color Cylindrical-coordinate representation of color #700BEB: hue angle of 267.05º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #700BEB is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 112 | 11 | 235 | - |
| CMYK | 0.52 | 0.95 | 0 | 0.08 |
| HSL | 267.05º | 0.91% | 0.48% | - |
| HSV(B) | 267.05º | 0.95% | 0.92% | - |
| XYZ | 21.8 | 9.68 | 79.32 | - |
| YUV | 66.74 | 222.96 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 11 | 235 | 0.52 | 0.95 | 0 | 0.08 | 267.05 | 0.91 | 0.48 |
| Hex | 70 | B | EB | 34 | 5F | 0 | 8 | 10B | 5B | 30 |
| Octal | 160 | 13 | 353 | 64 | 137 | 0 | 10 | 413 | 133 | 60 |
| Binary | 1110000 | 1011 | 11101011 | 110100 | 1011111 | 0 | 1000 | 100001011 | 1011011 | 110000 |
Color Harmonies of #700BEB
Complementary color
Monochromatic Colors of #700BEB
Black with #700BEB
Text Example
Text Example
White with #700BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700BEB; }
p { color: rgb(112,11,235); }
H1.HeaderClassName
{
color: #700BEB;
}
.AnyTagClassName
{
color: #700BEB;
}
</style>
background-color css
<style>
a { background-color: #700BEB; }
a { background-color: rgb(112,11,235); }
div.DivClassName
{
background-color: #700BEB;
}
.BgClassName
{
background-color: #700BEB;
}
</style>
border-color css
<style>
span { border-color: #700BEB; }
span { border-color: rgb(112,11,235); }
td.TdClassName
{
border-color: #700BEB;
}
.TagClassName
{
border-color: #700BEB;
}
</style>