Shades of Electric Indigo #700BD9
Tints of Electric Indigo #700BD9
RGB
CMYK
RGB Variations
Color information
#700BD9 (or 0x700BD9) is known color: Electric Indigo. HEX triplet: 70, 0B and D9. RGB value is (112,11,217). Sum of RGB (Red+Green+Blue) = 112+11+217=340 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.94% from 340); Green value is 11 (4.69% from 255 or 3.24% from 340); Blue value is 217 (85.16% from 255 or 63.82% from 340); Max value from RGB is 217 - color contains mainly: blue. Hex color #700BD9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700BD9 is #8FF426. Grayscale: #3F3F3F. Windows color (decimal): -9434151 or 14224240. OLE color: 14224240.
HSL color Cylindrical-coordinate representation of color #700BD9: hue angle of 269.42º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #700BD9 is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 11 | 217 | - |
| CMYK | 0.48 | 0.95 | 0 | 0.15 |
| HSL | 269.42º | 0.9% | 0.45% | - |
| HSV(B) | 269.42º | 0.95% | 0.85% | - |
| XYZ | 19.33 | 8.69 | 66.31 | - |
| YUV | 64.68 | 213.96 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 11 | 217 | 0.48 | 0.95 | 0 | 0.15 | 269.42 | 0.9 | 0.45 |
| Hex | 70 | B | D9 | 30 | 5F | 0 | F | 10D | 5A | 2D |
| Octal | 160 | 13 | 331 | 60 | 137 | 0 | 17 | 415 | 132 | 55 |
| Binary | 1110000 | 1011 | 11011001 | 110000 | 1011111 | 0 | 1111 | 100001101 | 1011010 | 101101 |
Color Harmonies of #700BD9
Complementary color
Monochromatic Colors of #700BD9
Black with #700BD9
Text Example
Text Example
White with #700BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700BD9; }
p { color: rgb(112,11,217); }
H1.HeaderClassName
{
color: #700BD9;
}
.AnyTagClassName
{
color: #700BD9;
}
</style>
background-color css
<style>
a { background-color: #700BD9; }
a { background-color: rgb(112,11,217); }
div.DivClassName
{
background-color: #700BD9;
}
.BgClassName
{
background-color: #700BD9;
}
</style>
border-color css
<style>
span { border-color: #700BD9; }
span { border-color: rgb(112,11,217); }
td.TdClassName
{
border-color: #700BD9;
}
.TagClassName
{
border-color: #700BD9;
}
</style>