Shades of Electric Indigo #7101ED
Tints of Electric Indigo #7101ED
RGB
CMYK
RGB Variations
Color information
#7101ED (or 0x7101ED) is known color: Electric Indigo. HEX triplet: 71, 01 and ED. RGB value is (113,1,237). Sum of RGB (Red+Green+Blue) = 113+1+237=351 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.19% from 351); Green value is 1 (0.78% from 255 or 0.28% from 351); Blue value is 237 (92.97% from 255 or 67.52% from 351); Max value from RGB is 237 - color contains mainly: blue. Hex color #7101ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7101ED is #8EFE12. Grayscale: #3C3C3C. Windows color (decimal): -9371155 or 15532401. OLE color: 15532401.
HSL color Cylindrical-coordinate representation of color #7101ED: hue angle of 268.47º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7101ED is Cyan = 0.52, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 1 | 237 | - |
| CMYK | 0.52 | 1.00 | 0 | 0.07 |
| HSL | 268.47º | 0.99% | 0.47% | - |
| HSV(B) | 268.47º | 1% | 0.93% | - |
| XYZ | 22.11 | 9.65 | 80.82 | - |
| YUV | 61.39 | 227.11 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 1 | 237 | 0.52 | 1.00 | 0 | 0.07 | 268.47 | 0.99 | 0.47 |
| Hex | 71 | 1 | ED | 34 | 64 | 0 | 7 | 10C | 63 | 2F |
| Octal | 161 | 1 | 355 | 64 | 144 | 0 | 7 | 414 | 143 | 57 |
| Binary | 1110001 | 1 | 11101101 | 110100 | 1100100 | 0 | 111 | 100001100 | 1100011 | 101111 |
Color Harmonies of #7101ED
Complementary color
Monochromatic Colors of #7101ED
Black with #7101ED
Text Example
Text Example
White with #7101ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7101ED; }
p { color: rgb(113,1,237); }
H1.HeaderClassName
{
color: #7101ED;
}
.AnyTagClassName
{
color: #7101ED;
}
</style>
background-color css
<style>
a { background-color: #7101ED; }
a { background-color: rgb(113,1,237); }
div.DivClassName
{
background-color: #7101ED;
}
.BgClassName
{
background-color: #7101ED;
}
</style>
border-color css
<style>
span { border-color: #7101ED; }
span { border-color: rgb(113,1,237); }
td.TdClassName
{
border-color: #7101ED;
}
.TagClassName
{
border-color: #7101ED;
}
</style>