Shades of Electric Indigo #7D03ED
Tints of Electric Indigo #7D03ED
RGB
CMYK
RGB Variations
Color information
#7D03ED (or 0x7D03ED) is known color: Electric Indigo. HEX triplet: 7D, 03 and ED. RGB value is (125,3,237). Sum of RGB (Red+Green+Blue) = 125+3+237=365 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.25% from 365); Green value is 3 (1.56% from 255 or 0.82% from 365); Blue value is 237 (92.97% from 255 or 64.93% from 365); Max value from RGB is 237 - color contains mainly: blue. Hex color #7D03ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D03ED is #82FC12. Grayscale: #414141. Windows color (decimal): -8584211 or 15532925. OLE color: 15532925.
HSL color Cylindrical-coordinate representation of color #7D03ED: hue angle of 271.28º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7D03ED is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 3 | 237 | - |
| CMYK | 0.47 | 0.99 | 0 | 0.07 |
| HSL | 271.28º | 0.98% | 0.47% | - |
| HSV(B) | 271.28º | 0.99% | 0.93% | - |
| XYZ | 23.78 | 10.54 | 80.9 | - |
| YUV | 66.15 | 224.42 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 3 | 237 | 0.47 | 0.99 | 0 | 0.07 | 271.28 | 0.98 | 0.47 |
| Hex | 7D | 3 | ED | 2F | 63 | 0 | 7 | 10F | 62 | 2F |
| Octal | 175 | 3 | 355 | 57 | 143 | 0 | 7 | 417 | 142 | 57 |
| Binary | 1111101 | 11 | 11101101 | 101111 | 1100011 | 0 | 111 | 100001111 | 1100010 | 101111 |
Color Harmonies of #7D03ED
Complementary color
Monochromatic Colors of #7D03ED
Black with #7D03ED
Text Example
Text Example
White with #7D03ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D03ED; }
p { color: rgb(125,3,237); }
H1.HeaderClassName
{
color: #7D03ED;
}
.AnyTagClassName
{
color: #7D03ED;
}
</style>
background-color css
<style>
a { background-color: #7D03ED; }
a { background-color: rgb(125,3,237); }
div.DivClassName
{
background-color: #7D03ED;
}
.BgClassName
{
background-color: #7D03ED;
}
</style>
border-color css
<style>
span { border-color: #7D03ED; }
span { border-color: rgb(125,3,237); }
td.TdClassName
{
border-color: #7D03ED;
}
.TagClassName
{
border-color: #7D03ED;
}
</style>