Shades of Electric Indigo #700DDB
Tints of Electric Indigo #700DDB
RGB
CMYK
RGB Variations
Color information
#700DDB (or 0x700DDB) is known color: Electric Indigo. HEX triplet: 70, 0D and DB. RGB value is (112,13,219). Sum of RGB (Red+Green+Blue) = 112+13+219=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 13 (5.47% from 255 or 3.78% from 344); Blue value is 219 (85.94% from 255 or 63.66% from 344); Max value from RGB is 219 - color contains mainly: blue. Hex color #700DDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700DDB is #8FF224. Grayscale: #414141. Windows color (decimal): -9433637 or 14355824. OLE color: 14355824.
HSL color Cylindrical-coordinate representation of color #700DDB: hue angle of 268.83º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #700DDB is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 13 | 219 | - |
| CMYK | 0.49 | 0.94 | 0 | 0.14 |
| HSL | 268.84º | 0.89% | 0.45% | - |
| HSV(B) | 268.84º | 0.94% | 0.86% | - |
| XYZ | 19.61 | 8.85 | 67.69 | - |
| YUV | 66.09 | 214.3 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 13 | 219 | 0.49 | 0.94 | 0 | 0.14 | 268.84 | 0.89 | 0.45 |
| Hex | 70 | D | DB | 31 | 5E | 0 | E | 10D | 59 | 2D |
| Octal | 160 | 15 | 333 | 61 | 136 | 0 | 16 | 415 | 131 | 55 |
| Binary | 1110000 | 1101 | 11011011 | 110001 | 1011110 | 0 | 1110 | 100001101 | 1011001 | 101101 |
Color Harmonies of #700DDB
Complementary color
Monochromatic Colors of #700DDB
Black with #700DDB
Text Example
Text Example
White with #700DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700DDB; }
p { color: rgb(112,13,219); }
H1.HeaderClassName
{
color: #700DDB;
}
.AnyTagClassName
{
color: #700DDB;
}
</style>
background-color css
<style>
a { background-color: #700DDB; }
a { background-color: rgb(112,13,219); }
div.DivClassName
{
background-color: #700DDB;
}
.BgClassName
{
background-color: #700DDB;
}
</style>
border-color css
<style>
span { border-color: #700DDB; }
span { border-color: rgb(112,13,219); }
td.TdClassName
{
border-color: #700DDB;
}
.TagClassName
{
border-color: #700DDB;
}
</style>