Shades of Electric Indigo #7D00EC
Tints of Electric Indigo #7D00EC
RGB
CMYK
RGB Variations
Color information
#7D00EC (or 0x7D00EC) is known color: Electric Indigo. HEX triplet: 7D, 00 and EC. RGB value is (125,0,236). Sum of RGB (Red+Green+Blue) = 125+0+236=361 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.63% from 361); Green value is 0 (0.39% from 255 or 0% from 361); Blue value is 236 (92.58% from 255 or 65.37% from 361); Max value from RGB is 236 - color contains mainly: blue. Hex color #7D00EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D00EC is #82FF13. Grayscale: #3F3F3F. Windows color (decimal): -8584980 or 15466621. OLE color: 15466621.
HSL color Cylindrical-coordinate representation of color #7D00EC: hue angle of 271.78º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7D00EC is Cyan = 0.47, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 0 | 236 | - |
| CMYK | 0.47 | 1 | 0 | 0.07 |
| HSL | 271.78º | 1% | 0.46% | - |
| HSV(B) | 271.78º | 1% | 0.93% | - |
| XYZ | 23.6 | 10.42 | 80.12 | - |
| YUV | 64.28 | 224.91 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 0 | 236 | 0.47 | 1 | 0 | 0.07 | 271.78 | 1 | 0.46 |
| Hex | 7D | 0 | EC | 2F | 64 | 0 | 7 | 110 | 64 | 2E |
| Octal | 175 | 0 | 354 | 57 | 144 | 0 | 7 | 420 | 144 | 56 |
| Binary | 1111101 | 0 | 11101100 | 101111 | 1100100 | 0 | 111 | 100010000 | 1100100 | 101110 |
Color Harmonies of #7D00EC
Complementary color
Monochromatic Colors of #7D00EC
Black with #7D00EC
Text Example
Text Example
White with #7D00EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D00EC; }
p { color: rgb(125,0,236); }
H1.HeaderClassName
{
color: #7D00EC;
}
.AnyTagClassName
{
color: #7D00EC;
}
</style>
background-color css
<style>
a { background-color: #7D00EC; }
a { background-color: rgb(125,0,236); }
div.DivClassName
{
background-color: #7D00EC;
}
.BgClassName
{
background-color: #7D00EC;
}
</style>
border-color css
<style>
span { border-color: #7D00EC; }
span { border-color: rgb(125,0,236); }
td.TdClassName
{
border-color: #7D00EC;
}
.TagClassName
{
border-color: #7D00EC;
}
</style>