Shades of Electric Indigo #7D03FF
Tints of Electric Indigo #7D03FF
RGB
CMYK
RGB Variations
Color information
#7D03FF (or 0x7D03FF) is known color: Electric Indigo. HEX triplet: 7D, 03 and FF. RGB value is (125,3,255). Sum of RGB (Red+Green+Blue) = 125+3+255=383 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.64% from 383); Green value is 3 (1.56% from 255 or 0.78% from 383); Blue value is 255 (100% from 255 or 66.58% from 383); Max value from RGB is 255 - color contains mainly: blue. Hex color #7D03FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D03FF is #82FC00. Grayscale: #434343. Windows color (decimal): -8584193 or 16712573. OLE color: 16712573.
HSL color Cylindrical-coordinate representation of color #7D03FF: hue angle of 269.05º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7D03FF is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 125 | 3 | 255 | - |
| CMYK | 0.51 | 0.99 | 0 | 0 |
| HSL | 269.05º | 1% | 0.51% | - |
| HSV(B) | 269.05º | 0.99% | 1% | - |
| XYZ | 26.54 | 11.65 | 95.46 | - |
| YUV | 68.21 | 233.42 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 3 | 255 | 0.51 | 0.99 | 0 | 0 | 269.05 | 1 | 0.51 |
| Hex | 7D | 3 | FF | 33 | 63 | 0 | 0 | 10D | 64 | 33 |
| Octal | 175 | 3 | 377 | 63 | 143 | 0 | 0 | 415 | 144 | 63 |
| Binary | 1111101 | 11 | 11111111 | 110011 | 1100011 | 0 | 0 | 100001101 | 1100100 | 110011 |
Color Harmonies of #7D03FF
Complementary color
Monochromatic Colors of #7D03FF
Black with #7D03FF
Text Example
Text Example
White with #7D03FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D03FF; }
p { color: rgb(125,3,255); }
H1.HeaderClassName
{
color: #7D03FF;
}
.AnyTagClassName
{
color: #7D03FF;
}
</style>
background-color css
<style>
a { background-color: #7D03FF; }
a { background-color: rgb(125,3,255); }
div.DivClassName
{
background-color: #7D03FF;
}
.BgClassName
{
background-color: #7D03FF;
}
</style>
border-color css
<style>
span { border-color: #7D03FF; }
span { border-color: rgb(125,3,255); }
td.TdClassName
{
border-color: #7D03FF;
}
.TagClassName
{
border-color: #7D03FF;
}
</style>