Shades of Electric Indigo #700ADB
Tints of Electric Indigo #700ADB
RGB
CMYK
RGB Variations
Color information
#700ADB (or 0x700ADB) is known color: Electric Indigo. HEX triplet: 70, 0A and DB. RGB value is (112,10,219). Sum of RGB (Red+Green+Blue) = 112+10+219=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 10 (4.30% from 255 or 2.93% from 341); Blue value is 219 (85.94% from 255 or 64.22% from 341); Max value from RGB is 219 - color contains mainly: blue. Hex color #700ADB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700ADB is #8FF524. Grayscale: #3F3F3F. Windows color (decimal): -9434405 or 14355056. OLE color: 14355056.
HSL color Cylindrical-coordinate representation of color #700ADB: hue angle of 269.28º degrees, saturation: 0.91, 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 #700ADB is Cyan = 0.49, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 10 | 219 | - |
| CMYK | 0.49 | 0.95 | 0 | 0.14 |
| HSL | 269.28º | 0.91% | 0.45% | - |
| HSV(B) | 269.28º | 0.95% | 0.86% | - |
| XYZ | 19.58 | 8.78 | 67.68 | - |
| YUV | 64.32 | 215.29 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 10 | 219 | 0.49 | 0.95 | 0 | 0.14 | 269.28 | 0.91 | 0.45 |
| Hex | 70 | A | DB | 31 | 5F | 0 | E | 10D | 5B | 2D |
| Octal | 160 | 12 | 333 | 61 | 137 | 0 | 16 | 415 | 133 | 55 |
| Binary | 1110000 | 1010 | 11011011 | 110001 | 1011111 | 0 | 1110 | 100001101 | 1011011 | 101101 |
Color Harmonies of #700ADB
Complementary color
Monochromatic Colors of #700ADB
Black with #700ADB
Text Example
Text Example
White with #700ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700ADB; }
p { color: rgb(112,10,219); }
H1.HeaderClassName
{
color: #700ADB;
}
.AnyTagClassName
{
color: #700ADB;
}
</style>
background-color css
<style>
a { background-color: #700ADB; }
a { background-color: rgb(112,10,219); }
div.DivClassName
{
background-color: #700ADB;
}
.BgClassName
{
background-color: #700ADB;
}
</style>
border-color css
<style>
span { border-color: #700ADB; }
span { border-color: rgb(112,10,219); }
td.TdClassName
{
border-color: #700ADB;
}
.TagClassName
{
border-color: #700ADB;
}
</style>