Shades of Electric Indigo #700BDB
Tints of Electric Indigo #700BDB
RGB
CMYK
RGB Variations
Color information
#700BDB (or 0x700BDB) is known color: Electric Indigo. HEX triplet: 70, 0B and DB. RGB value is (112,11,219). Sum of RGB (Red+Green+Blue) = 112+11+219=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 11 (4.69% from 255 or 3.22% from 342); Blue value is 219 (85.94% from 255 or 64.04% from 342); Max value from RGB is 219 - color contains mainly: blue. Hex color #700BDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700BDB is #8FF424. Grayscale: #404040. Windows color (decimal): -9434149 or 14355312. OLE color: 14355312.
HSL color Cylindrical-coordinate representation of color #700BDB: hue angle of 269.13º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #700BDB is Cyan = 0.49, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 11 | 219 | - |
| CMYK | 0.49 | 0.95 | 0 | 0.14 |
| HSL | 269.13º | 0.9% | 0.45% | - |
| HSV(B) | 269.13º | 0.95% | 0.86% | - |
| XYZ | 19.59 | 8.8 | 67.68 | - |
| YUV | 64.91 | 214.96 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 11 | 219 | 0.49 | 0.95 | 0 | 0.14 | 269.13 | 0.9 | 0.45 |
| Hex | 70 | B | DB | 31 | 5F | 0 | E | 10D | 5A | 2D |
| Octal | 160 | 13 | 333 | 61 | 137 | 0 | 16 | 415 | 132 | 55 |
| Binary | 1110000 | 1011 | 11011011 | 110001 | 1011111 | 0 | 1110 | 100001101 | 1011010 | 101101 |
Color Harmonies of #700BDB
Complementary color
Monochromatic Colors of #700BDB
Black with #700BDB
Text Example
Text Example
White with #700BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700BDB; }
p { color: rgb(112,11,219); }
H1.HeaderClassName
{
color: #700BDB;
}
.AnyTagClassName
{
color: #700BDB;
}
</style>
background-color css
<style>
a { background-color: #700BDB; }
a { background-color: rgb(112,11,219); }
div.DivClassName
{
background-color: #700BDB;
}
.BgClassName
{
background-color: #700BDB;
}
</style>
border-color css
<style>
span { border-color: #700BDB; }
span { border-color: rgb(112,11,219); }
td.TdClassName
{
border-color: #700BDB;
}
.TagClassName
{
border-color: #700BDB;
}
</style>