Shades of Electric Indigo #7D00FE
Tints of Electric Indigo #7D00FE
RGB
CMYK
RGB Variations
Color information
#7D00FE (or 0x7D00FE) is known color: Electric Indigo. HEX triplet: 7D, 00 and FE. RGB value is (125,0,254). Sum of RGB (Red+Green+Blue) = 125+0+254=379 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.98% from 379); Green value is 0 (0.39% from 255 or 0% from 379); Blue value is 254 (99.61% from 255 or 67.02% from 379); Max value from RGB is 254 - color contains mainly: blue. Hex color #7D00FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D00FE is #82FF01. Grayscale: #414141. Windows color (decimal): -8584962 or 16646269. OLE color: 16646269.
HSL color Cylindrical-coordinate representation of color #7D00FE: hue angle of 269.53º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7D00FE is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 125 | 0 | 254 | - |
| CMYK | 0.51 | 1 | 0 | 0.00 |
| HSL | 269.53º | 1% | 0.5% | - |
| HSV(B) | 269.53º | 1% | 1% | - |
| XYZ | 26.35 | 11.52 | 94.6 | - |
| YUV | 66.33 | 233.91 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 0 | 254 | 0.51 | 1 | 0 | 0.00 | 269.53 | 1 | 0.5 |
| Hex | 7D | 0 | FE | 33 | 64 | 0 | 0 | 10E | 64 | 32 |
| Octal | 175 | 0 | 376 | 63 | 144 | 0 | 0 | 416 | 144 | 62 |
| Binary | 1111101 | 0 | 11111110 | 110011 | 1100100 | 0 | 0 | 100001110 | 1100100 | 110010 |
Color Harmonies of #7D00FE
Complementary color
Monochromatic Colors of #7D00FE
Black with #7D00FE
Text Example
Text Example
White with #7D00FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D00FE; }
p { color: rgb(125,0,254); }
H1.HeaderClassName
{
color: #7D00FE;
}
.AnyTagClassName
{
color: #7D00FE;
}
</style>
background-color css
<style>
a { background-color: #7D00FE; }
a { background-color: rgb(125,0,254); }
div.DivClassName
{
background-color: #7D00FE;
}
.BgClassName
{
background-color: #7D00FE;
}
</style>
border-color css
<style>
span { border-color: #7D00FE; }
span { border-color: rgb(125,0,254); }
td.TdClassName
{
border-color: #7D00FE;
}
.TagClassName
{
border-color: #7D00FE;
}
</style>