Shades of Electric Indigo #7102DC
Tints of Electric Indigo #7102DC
RGB
CMYK
RGB Variations
Color information
#7102DC (or 0x7102DC) is known color: Electric Indigo. HEX triplet: 71, 02 and DC. RGB value is (113,2,220). Sum of RGB (Red+Green+Blue) = 113+2+220=335 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.73% from 335); Green value is 2 (1.17% from 255 or 0.60% from 335); Blue value is 220 (86.33% from 255 or 65.67% from 335); Max value from RGB is 220 - color contains mainly: blue. Hex color #7102DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7102DC is #8EFD23. Grayscale: #3B3B3B. Windows color (decimal): -9370916 or 14418545. OLE color: 14418545.
HSL color Cylindrical-coordinate representation of color #7102DC: hue angle of 270.55º degrees, saturation: 0.98, 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 #7102DC is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 2 | 220 | - |
| CMYK | 0.49 | 0.99 | 0 | 0.14 |
| HSL | 270.55º | 0.98% | 0.44% | - |
| HSV(B) | 270.55º | 0.99% | 0.86% | - |
| XYZ | 19.75 | 8.72 | 68.35 | - |
| YUV | 60.04 | 218.27 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 2 | 220 | 0.49 | 0.99 | 0 | 0.14 | 270.55 | 0.98 | 0.44 |
| Hex | 71 | 2 | DC | 31 | 63 | 0 | E | 10F | 62 | 2C |
| Octal | 161 | 2 | 334 | 61 | 143 | 0 | 16 | 417 | 142 | 54 |
| Binary | 1110001 | 10 | 11011100 | 110001 | 1100011 | 0 | 1110 | 100001111 | 1100010 | 101100 |
Color Harmonies of #7102DC
Complementary color
Monochromatic Colors of #7102DC
Black with #7102DC
Text Example
Text Example
White with #7102DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7102DC; }
p { color: rgb(113,2,220); }
H1.HeaderClassName
{
color: #7102DC;
}
.AnyTagClassName
{
color: #7102DC;
}
</style>
background-color css
<style>
a { background-color: #7102DC; }
a { background-color: rgb(113,2,220); }
div.DivClassName
{
background-color: #7102DC;
}
.BgClassName
{
background-color: #7102DC;
}
</style>
border-color css
<style>
span { border-color: #7102DC; }
span { border-color: rgb(113,2,220); }
td.TdClassName
{
border-color: #7102DC;
}
.TagClassName
{
border-color: #7102DC;
}
</style>