Shades of Electric Indigo #7100EE
Tints of Electric Indigo #7100EE
RGB
CMYK
RGB Variations
Color information
#7100EE (or 0x7100EE) is known color: Electric Indigo. HEX triplet: 71, 00 and EE. RGB value is (113,0,238). Sum of RGB (Red+Green+Blue) = 113+0+238=351 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.19% from 351); Green value is 0 (0.39% from 255 or 0% from 351); Blue value is 238 (93.36% from 255 or 67.81% from 351); Max value from RGB is 238 - color contains mainly: blue. Hex color #7100EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7100EE is #8EFF11. Grayscale: #3C3C3C. Windows color (decimal): -9371410 or 15597681. OLE color: 15597681.
HSL color Cylindrical-coordinate representation of color #7100EE: hue angle of 268.49º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7100EE is Cyan = 0.53, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 0 | 238 | - |
| CMYK | 0.53 | 1 | 0 | 0.07 |
| HSL | 268.49º | 1% | 0.47% | - |
| HSV(B) | 268.49º | 1% | 0.93% | - |
| XYZ | 22.24 | 9.68 | 81.59 | - |
| YUV | 60.92 | 227.94 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 0 | 238 | 0.53 | 1 | 0 | 0.07 | 268.49 | 1 | 0.47 |
| Hex | 71 | 0 | EE | 35 | 64 | 0 | 7 | 10C | 64 | 2F |
| Octal | 161 | 0 | 356 | 65 | 144 | 0 | 7 | 414 | 144 | 57 |
| Binary | 1110001 | 0 | 11101110 | 110101 | 1100100 | 0 | 111 | 100001100 | 1100100 | 101111 |
Color Harmonies of #7100EE
Complementary color
Monochromatic Colors of #7100EE
Black with #7100EE
Text Example
Text Example
White with #7100EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7100EE; }
p { color: rgb(113,0,238); }
H1.HeaderClassName
{
color: #7100EE;
}
.AnyTagClassName
{
color: #7100EE;
}
</style>
background-color css
<style>
a { background-color: #7100EE; }
a { background-color: rgb(113,0,238); }
div.DivClassName
{
background-color: #7100EE;
}
.BgClassName
{
background-color: #7100EE;
}
</style>
border-color css
<style>
span { border-color: #7100EE; }
span { border-color: rgb(113,0,238); }
td.TdClassName
{
border-color: #7100EE;
}
.TagClassName
{
border-color: #7100EE;
}
</style>