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