Shades of Electric Indigo #7101DC
Tints of Electric Indigo #7101DC
RGB
CMYK
RGB Variations
Color information
#7101DC (or 0x7101DC) is known color: Electric Indigo. HEX triplet: 71, 01 and DC. RGB value is (113,1,220). Sum of RGB (Red+Green+Blue) = 113+1+220=334 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.83% from 334); Green value is 1 (0.78% from 255 or 0.30% from 334); Blue value is 220 (86.33% from 255 or 65.87% from 334); Max value from RGB is 220 - color contains mainly: blue. Hex color #7101DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7101DC is #8EFE23. Grayscale: #3A3A3A. Windows color (decimal): -9371172 or 14418289. OLE color: 14418289.
HSL color Cylindrical-coordinate representation of color #7101DC: hue angle of 270.68º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7101DC is Cyan = 0.49, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 1 | 220 | - |
| CMYK | 0.49 | 1.00 | 0 | 0.14 |
| HSL | 270.68º | 0.99% | 0.43% | - |
| HSV(B) | 270.68º | 1% | 0.86% | - |
| XYZ | 19.74 | 8.7 | 68.35 | - |
| YUV | 59.45 | 218.61 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 1 | 220 | 0.49 | 1.00 | 0 | 0.14 | 270.68 | 0.99 | 0.43 |
| Hex | 71 | 1 | DC | 31 | 64 | 0 | E | 10F | 63 | 2B |
| Octal | 161 | 1 | 334 | 61 | 144 | 0 | 16 | 417 | 143 | 53 |
| Binary | 1110001 | 1 | 11011100 | 110001 | 1100100 | 0 | 1110 | 100001111 | 1100011 | 101011 |
Color Harmonies of #7101DC
Complementary color
Monochromatic Colors of #7101DC
Black with #7101DC
Text Example
Text Example
White with #7101DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7101DC; }
p { color: rgb(113,1,220); }
H1.HeaderClassName
{
color: #7101DC;
}
.AnyTagClassName
{
color: #7101DC;
}
</style>
background-color css
<style>
a { background-color: #7101DC; }
a { background-color: rgb(113,1,220); }
div.DivClassName
{
background-color: #7101DC;
}
.BgClassName
{
background-color: #7101DC;
}
</style>
border-color css
<style>
span { border-color: #7101DC; }
span { border-color: rgb(113,1,220); }
td.TdClassName
{
border-color: #7101DC;
}
.TagClassName
{
border-color: #7101DC;
}
</style>