Shades of Electric Indigo #7D0EFC
Tints of Electric Indigo #7D0EFC
RGB
CMYK
RGB Variations
Color information
#7D0EFC (or 0x7D0EFC) is known color: Electric Indigo. HEX triplet: 7D, 0E and FC. RGB value is (125,14,252). Sum of RGB (Red+Green+Blue) = 125+14+252=391 (51% of max value = 765). Red value is 125 (49.22% from 255 or 31.97% from 391); Green value is 14 (5.86% from 255 or 3.58% from 391); Blue value is 252 (98.83% from 255 or 64.45% from 391); Max value from RGB is 252 - color contains mainly: blue. Hex color #7D0EFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D0EFC is #82F103. Grayscale: #494949. Windows color (decimal): -8581380 or 16518781. OLE color: 16518781.
HSL color Cylindrical-coordinate representation of color #7D0EFC: hue angle of 267.98º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7D0EFC is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 125 | 14 | 252 | - |
| CMYK | 0.50 | 0.94 | 0 | 0.01 |
| HSL | 267.98º | 0.98% | 0.52% | - |
| HSV(B) | 267.98º | 0.94% | 0.99% | - |
| XYZ | 26.19 | 11.7 | 92.97 | - |
| YUV | 74.32 | 228.27 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 14 | 252 | 0.50 | 0.94 | 0 | 0.01 | 267.98 | 0.98 | 0.52 |
| Hex | 7D | E | FC | 32 | 5E | 0 | 1 | 10C | 62 | 34 |
| Octal | 175 | 16 | 374 | 62 | 136 | 0 | 1 | 414 | 142 | 64 |
| Binary | 1111101 | 1110 | 11111100 | 110010 | 1011110 | 0 | 1 | 100001100 | 1100010 | 110100 |
Color Harmonies of #7D0EFC
Complementary color
Monochromatic Colors of #7D0EFC
Black with #7D0EFC
Text Example
Text Example
White with #7D0EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0EFC; }
p { color: rgb(125,14,252); }
H1.HeaderClassName
{
color: #7D0EFC;
}
.AnyTagClassName
{
color: #7D0EFC;
}
</style>
background-color css
<style>
a { background-color: #7D0EFC; }
a { background-color: rgb(125,14,252); }
div.DivClassName
{
background-color: #7D0EFC;
}
.BgClassName
{
background-color: #7D0EFC;
}
</style>
border-color css
<style>
span { border-color: #7D0EFC; }
span { border-color: rgb(125,14,252); }
td.TdClassName
{
border-color: #7D0EFC;
}
.TagClassName
{
border-color: #7D0EFC;
}
</style>