Shades of Electric Indigo #7102DB
Tints of Electric Indigo #7102DB
RGB
CMYK
RGB Variations
Color information
#7102DB (or 0x7102DB) is known color: Electric Indigo. HEX triplet: 71, 02 and DB. RGB value is (113,2,219). Sum of RGB (Red+Green+Blue) = 113+2+219=334 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.83% from 334); Green value is 2 (1.17% from 255 or 0.60% 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 #7102DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7102DB is #8EFD24. Grayscale: #3B3B3B. Windows color (decimal): -9370917 or 14353009. OLE color: 14353009.
HSL color Cylindrical-coordinate representation of color #7102DB: hue angle of 270.69º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7102DB is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 2 | 219 | - |
| CMYK | 0.48 | 0.99 | 0 | 0.14 |
| HSL | 270.69º | 0.98% | 0.43% | - |
| HSV(B) | 270.69º | 0.99% | 0.86% | - |
| XYZ | 19.62 | 8.67 | 67.66 | - |
| YUV | 59.93 | 217.77 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 2 | 219 | 0.48 | 0.99 | 0 | 0.14 | 270.69 | 0.98 | 0.43 |
| Hex | 71 | 2 | DB | 30 | 63 | 0 | E | 10F | 62 | 2B |
| Octal | 161 | 2 | 333 | 60 | 143 | 0 | 16 | 417 | 142 | 53 |
| Binary | 1110001 | 10 | 11011011 | 110000 | 1100011 | 0 | 1110 | 100001111 | 1100010 | 101011 |
Color Harmonies of #7102DB
Complementary color
Monochromatic Colors of #7102DB
Black with #7102DB
Text Example
Text Example
White with #7102DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7102DB; }
p { color: rgb(113,2,219); }
H1.HeaderClassName
{
color: #7102DB;
}
.AnyTagClassName
{
color: #7102DB;
}
</style>
background-color css
<style>
a { background-color: #7102DB; }
a { background-color: rgb(113,2,219); }
div.DivClassName
{
background-color: #7102DB;
}
.BgClassName
{
background-color: #7102DB;
}
</style>
border-color css
<style>
span { border-color: #7102DB; }
span { border-color: rgb(113,2,219); }
td.TdClassName
{
border-color: #7102DB;
}
.TagClassName
{
border-color: #7102DB;
}
</style>