Shades of Electric Indigo #7107DB
Tints of Electric Indigo #7107DB
RGB
CMYK
RGB Variations
Color information
#7107DB (or 0x7107DB) is known color: Electric Indigo. HEX triplet: 71, 07 and DB. RGB value is (113,7,219). Sum of RGB (Red+Green+Blue) = 113+7+219=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 7 (3.12% from 255 or 2.06% from 339); Blue value is 219 (85.94% from 255 or 64.60% from 339); Max value from RGB is 219 - color contains mainly: blue. Hex color #7107DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7107DB is #8EF824. Grayscale: #3E3E3E. Windows color (decimal): -9369637 or 14354289. OLE color: 14354289.
HSL color Cylindrical-coordinate representation of color #7107DB: hue angle of 270º 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 #7107DB is Cyan = 0.48, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 7 | 219 | - |
| CMYK | 0.48 | 0.97 | 0 | 0.14 |
| HSL | 270º | 0.94% | 0.44% | - |
| HSV(B) | 270º | 0.97% | 0.86% | - |
| XYZ | 19.67 | 8.78 | 67.68 | - |
| YUV | 62.86 | 216.12 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 7 | 219 | 0.48 | 0.97 | 0 | 0.14 | 270 | 0.94 | 0.44 |
| Hex | 71 | 7 | DB | 30 | 61 | 0 | E | 10E | 5E | 2C |
| Octal | 161 | 7 | 333 | 60 | 141 | 0 | 16 | 416 | 136 | 54 |
| Binary | 1110001 | 111 | 11011011 | 110000 | 1100001 | 0 | 1110 | 100001110 | 1011110 | 101100 |
Color Harmonies of #7107DB
Complementary color
Monochromatic Colors of #7107DB
Black with #7107DB
Text Example
Text Example
White with #7107DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7107DB; }
p { color: rgb(113,7,219); }
H1.HeaderClassName
{
color: #7107DB;
}
.AnyTagClassName
{
color: #7107DB;
}
</style>
background-color css
<style>
a { background-color: #7107DB; }
a { background-color: rgb(113,7,219); }
div.DivClassName
{
background-color: #7107DB;
}
.BgClassName
{
background-color: #7107DB;
}
</style>
border-color css
<style>
span { border-color: #7107DB; }
span { border-color: rgb(113,7,219); }
td.TdClassName
{
border-color: #7107DB;
}
.TagClassName
{
border-color: #7107DB;
}
</style>