Shades of Electric Indigo #7004DB
Tints of Electric Indigo #7004DB
RGB
CMYK
RGB Variations
Color information
#7004DB (or 0x7004DB) is known color: Electric Indigo. HEX triplet: 70, 04 and DB. RGB value is (112,4,219). Sum of RGB (Red+Green+Blue) = 112+4+219=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 4 (1.95% from 255 or 1.19% from 335); Blue value is 219 (85.94% from 255 or 65.37% from 335); Max value from RGB is 219 - color contains mainly: blue. Hex color #7004DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7004DB is #8FFB24. Grayscale: #3C3C3C. Windows color (decimal): -9435941 or 14353520. OLE color: 14353520.
HSL color Cylindrical-coordinate representation of color #7004DB: hue angle of 270.14º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7004DB is Cyan = 0.49, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 4 | 219 | - |
| CMYK | 0.49 | 0.98 | 0 | 0.14 |
| HSL | 270.14º | 0.96% | 0.44% | - |
| HSV(B) | 270.14º | 0.98% | 0.86% | - |
| XYZ | 19.51 | 8.65 | 67.66 | - |
| YUV | 60.8 | 217.28 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 4 | 219 | 0.49 | 0.98 | 0 | 0.14 | 270.14 | 0.96 | 0.44 |
| Hex | 70 | 4 | DB | 31 | 62 | 0 | E | 10E | 60 | 2C |
| Octal | 160 | 4 | 333 | 61 | 142 | 0 | 16 | 416 | 140 | 54 |
| Binary | 1110000 | 100 | 11011011 | 110001 | 1100010 | 0 | 1110 | 100001110 | 1100000 | 101100 |
Color Harmonies of #7004DB
Complementary color
Monochromatic Colors of #7004DB
Black with #7004DB
Text Example
Text Example
White with #7004DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7004DB; }
p { color: rgb(112,4,219); }
H1.HeaderClassName
{
color: #7004DB;
}
.AnyTagClassName
{
color: #7004DB;
}
</style>
background-color css
<style>
a { background-color: #7004DB; }
a { background-color: rgb(112,4,219); }
div.DivClassName
{
background-color: #7004DB;
}
.BgClassName
{
background-color: #7004DB;
}
</style>
border-color css
<style>
span { border-color: #7004DB; }
span { border-color: rgb(112,4,219); }
td.TdClassName
{
border-color: #7004DB;
}
.TagClassName
{
border-color: #7004DB;
}
</style>