Shades of Electric Indigo #7007DB
Tints of Electric Indigo #7007DB
RGB
CMYK
RGB Variations
Color information
#7007DB (or 0x7007DB) is known color: Electric Indigo. HEX triplet: 70, 07 and DB. RGB value is (112,7,219). Sum of RGB (Red+Green+Blue) = 112+7+219=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 7 (3.12% from 255 or 2.07% from 338); Blue value is 219 (85.94% from 255 or 64.79% from 338); Max value from RGB is 219 - color contains mainly: blue. Hex color #7007DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7007DB is #8FF824. Grayscale: #3D3D3D. Windows color (decimal): -9435173 or 14354288. OLE color: 14354288.
HSL color Cylindrical-coordinate representation of color #7007DB: hue angle of 269.72º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7007DB is Cyan = 0.49, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 7 | 219 | - |
| CMYK | 0.49 | 0.97 | 0 | 0.14 |
| HSL | 269.72º | 0.94% | 0.44% | - |
| HSV(B) | 269.72º | 0.97% | 0.86% | - |
| XYZ | 19.54 | 8.71 | 67.67 | - |
| YUV | 62.56 | 216.29 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 7 | 219 | 0.49 | 0.97 | 0 | 0.14 | 269.72 | 0.94 | 0.44 |
| Hex | 70 | 7 | DB | 31 | 61 | 0 | E | 10E | 5E | 2C |
| Octal | 160 | 7 | 333 | 61 | 141 | 0 | 16 | 416 | 136 | 54 |
| Binary | 1110000 | 111 | 11011011 | 110001 | 1100001 | 0 | 1110 | 100001110 | 1011110 | 101100 |
Color Harmonies of #7007DB
Complementary color
Monochromatic Colors of #7007DB
Black with #7007DB
Text Example
Text Example
White with #7007DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7007DB; }
p { color: rgb(112,7,219); }
H1.HeaderClassName
{
color: #7007DB;
}
.AnyTagClassName
{
color: #7007DB;
}
</style>
background-color css
<style>
a { background-color: #7007DB; }
a { background-color: rgb(112,7,219); }
div.DivClassName
{
background-color: #7007DB;
}
.BgClassName
{
background-color: #7007DB;
}
</style>
border-color css
<style>
span { border-color: #7007DB; }
span { border-color: rgb(112,7,219); }
td.TdClassName
{
border-color: #7007DB;
}
.TagClassName
{
border-color: #7007DB;
}
</style>