Shades of Electric Indigo #7D05FF
Tints of Electric Indigo #7D05FF
RGB
CMYK
RGB Variations
Color information
#7D05FF (or 0x7D05FF) is known color: Electric Indigo. HEX triplet: 7D, 05 and FF. RGB value is (125,5,255). Sum of RGB (Red+Green+Blue) = 125+5+255=385 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.47% from 385); Green value is 5 (2.34% from 255 or 1.30% from 385); Blue value is 255 (100% from 255 or 66.23% from 385); Max value from RGB is 255 - color contains mainly: blue. Hex color #7D05FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D05FF is #82FA00. Grayscale: #444444. Windows color (decimal): -8583681 or 16713085. OLE color: 16713085.
HSL color Cylindrical-coordinate representation of color #7D05FF: hue angle of 268.8º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7D05FF is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 125 | 5 | 255 | - |
| CMYK | 0.51 | 0.98 | 0 | 0 |
| HSL | 268.8º | 1% | 0.51% | - |
| HSV(B) | 268.8º | 0.98% | 1% | - |
| XYZ | 26.56 | 11.69 | 95.46 | - |
| YUV | 69.38 | 232.76 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 5 | 255 | 0.51 | 0.98 | 0 | 0 | 268.8 | 1 | 0.51 |
| Hex | 7D | 5 | FF | 33 | 62 | 0 | 0 | 10D | 64 | 33 |
| Octal | 175 | 5 | 377 | 63 | 142 | 0 | 0 | 415 | 144 | 63 |
| Binary | 1111101 | 101 | 11111111 | 110011 | 1100010 | 0 | 0 | 100001101 | 1100100 | 110011 |
Color Harmonies of #7D05FF
Complementary color
Monochromatic Colors of #7D05FF
Black with #7D05FF
Text Example
Text Example
White with #7D05FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D05FF; }
p { color: rgb(125,5,255); }
H1.HeaderClassName
{
color: #7D05FF;
}
.AnyTagClassName
{
color: #7D05FF;
}
</style>
background-color css
<style>
a { background-color: #7D05FF; }
a { background-color: rgb(125,5,255); }
div.DivClassName
{
background-color: #7D05FF;
}
.BgClassName
{
background-color: #7D05FF;
}
</style>
border-color css
<style>
span { border-color: #7D05FF; }
span { border-color: rgb(125,5,255); }
td.TdClassName
{
border-color: #7D05FF;
}
.TagClassName
{
border-color: #7D05FF;
}
</style>