Shades of Electric Indigo #7108DB
Tints of Electric Indigo #7108DB
RGB
CMYK
RGB Variations
Color information
#7108DB (or 0x7108DB) is known color: Electric Indigo. HEX triplet: 71, 08 and DB. RGB value is (113,8,219). Sum of RGB (Red+Green+Blue) = 113+8+219=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 8 (3.52% from 255 or 2.35% from 340); Blue value is 219 (85.94% from 255 or 64.41% from 340); Max value from RGB is 219 - color contains mainly: blue. Hex color #7108DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7108DB is #8EF724. Grayscale: #3E3E3E. Windows color (decimal): -9369381 or 14354545. OLE color: 14354545.
HSL color Cylindrical-coordinate representation of color #7108DB: hue angle of 269.86º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7108DB is Cyan = 0.48, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 8 | 219 | - |
| CMYK | 0.48 | 0.96 | 0 | 0.14 |
| HSL | 269.86º | 0.93% | 0.45% | - |
| HSV(B) | 269.86º | 0.96% | 0.86% | - |
| XYZ | 19.68 | 8.8 | 67.68 | - |
| YUV | 63.45 | 215.79 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 8 | 219 | 0.48 | 0.96 | 0 | 0.14 | 269.86 | 0.93 | 0.45 |
| Hex | 71 | 8 | DB | 30 | 60 | 0 | E | 10E | 5D | 2D |
| Octal | 161 | 10 | 333 | 60 | 140 | 0 | 16 | 416 | 135 | 55 |
| Binary | 1110001 | 1000 | 11011011 | 110000 | 1100000 | 0 | 1110 | 100001110 | 1011101 | 101101 |
Color Harmonies of #7108DB
Complementary color
Monochromatic Colors of #7108DB
Black with #7108DB
Text Example
Text Example
White with #7108DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7108DB; }
p { color: rgb(113,8,219); }
H1.HeaderClassName
{
color: #7108DB;
}
.AnyTagClassName
{
color: #7108DB;
}
</style>
background-color css
<style>
a { background-color: #7108DB; }
a { background-color: rgb(113,8,219); }
div.DivClassName
{
background-color: #7108DB;
}
.BgClassName
{
background-color: #7108DB;
}
</style>
border-color css
<style>
span { border-color: #7108DB; }
span { border-color: rgb(113,8,219); }
td.TdClassName
{
border-color: #7108DB;
}
.TagClassName
{
border-color: #7108DB;
}
</style>