Shades of Electric Indigo #7003DB
Tints of Electric Indigo #7003DB
RGB
CMYK
RGB Variations
Color information
#7003DB (or 0x7003DB) is known color: Electric Indigo. HEX triplet: 70, 03 and DB. RGB value is (112,3,219). Sum of RGB (Red+Green+Blue) = 112+3+219=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 3 (1.56% from 255 or 0.90% from 334); Blue value is 219 (85.94% from 255 or 65.57% from 334); Max value from RGB is 219 - color contains mainly: blue. Hex color #7003DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7003DB is #8FFC24. Grayscale: #3B3B3B. Windows color (decimal): -9436197 or 14353264. OLE color: 14353264.
HSL color Cylindrical-coordinate representation of color #7003DB: hue angle of 270.28º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7003DB is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 3 | 219 | - |
| CMYK | 0.49 | 0.99 | 0 | 0.14 |
| HSL | 270.28º | 0.97% | 0.44% | - |
| HSV(B) | 270.28º | 0.99% | 0.86% | - |
| XYZ | 19.5 | 8.62 | 67.65 | - |
| YUV | 60.22 | 217.61 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 3 | 219 | 0.49 | 0.99 | 0 | 0.14 | 270.28 | 0.97 | 0.44 |
| Hex | 70 | 3 | DB | 31 | 63 | 0 | E | 10E | 61 | 2C |
| Octal | 160 | 3 | 333 | 61 | 143 | 0 | 16 | 416 | 141 | 54 |
| Binary | 1110000 | 11 | 11011011 | 110001 | 1100011 | 0 | 1110 | 100001110 | 1100001 | 101100 |
Color Harmonies of #7003DB
Complementary color
Monochromatic Colors of #7003DB
Black with #7003DB
Text Example
Text Example
White with #7003DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7003DB; }
p { color: rgb(112,3,219); }
H1.HeaderClassName
{
color: #7003DB;
}
.AnyTagClassName
{
color: #7003DB;
}
</style>
background-color css
<style>
a { background-color: #7003DB; }
a { background-color: rgb(112,3,219); }
div.DivClassName
{
background-color: #7003DB;
}
.BgClassName
{
background-color: #7003DB;
}
</style>
border-color css
<style>
span { border-color: #7003DB; }
span { border-color: rgb(112,3,219); }
td.TdClassName
{
border-color: #7003DB;
}
.TagClassName
{
border-color: #7003DB;
}
</style>