Shades of Electric Indigo #7D00FF
Tints of Electric Indigo #7D00FF
RGB
CMYK
RGB Variations
Color information
#7D00FF (or 0x7D00FF) is known color: Electric Indigo. HEX triplet: 7D, 00 and FF. RGB value is (125,0,255). Sum of RGB (Red+Green+Blue) = 125+0+255=380 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.89% from 380); Green value is 0 (0.39% from 255 or 0% from 380); Blue value is 255 (100% from 255 or 67.11% from 380); Max value from RGB is 255 - color contains mainly: blue. Hex color #7D00FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D00FF is #82FF00. Grayscale: #414141. Windows color (decimal): -8584961 or 16711805. OLE color: 16711805.
HSL color Cylindrical-coordinate representation of color #7D00FF: hue angle of 269.41º 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 #7D00FF is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 125 | 0 | 255 | - |
| CMYK | 0.51 | 1 | 0 | 0 |
| HSL | 269.41º | 1% | 0.5% | - |
| HSV(B) | 269.41º | 1% | 1% | - |
| XYZ | 26.51 | 11.58 | 95.45 | - |
| YUV | 66.45 | 234.41 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 0 | 255 | 0.51 | 1 | 0 | 0 | 269.41 | 1 | 0.5 |
| Hex | 7D | 0 | FF | 33 | 64 | 0 | 0 | 10D | 64 | 32 |
| Octal | 175 | 0 | 377 | 63 | 144 | 0 | 0 | 415 | 144 | 62 |
| Binary | 1111101 | 0 | 11111111 | 110011 | 1100100 | 0 | 0 | 100001101 | 1100100 | 110010 |
Color Harmonies of #7D00FF
Complementary color
Monochromatic Colors of #7D00FF
Black with #7D00FF
Text Example
Text Example
White with #7D00FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D00FF; }
p { color: rgb(125,0,255); }
H1.HeaderClassName
{
color: #7D00FF;
}
.AnyTagClassName
{
color: #7D00FF;
}
</style>
background-color css
<style>
a { background-color: #7D00FF; }
a { background-color: rgb(125,0,255); }
div.DivClassName
{
background-color: #7D00FF;
}
.BgClassName
{
background-color: #7D00FF;
}
</style>
border-color css
<style>
span { border-color: #7D00FF; }
span { border-color: rgb(125,0,255); }
td.TdClassName
{
border-color: #7D00FF;
}
.TagClassName
{
border-color: #7D00FF;
}
</style>