Shades of Electric Indigo #7A03FF
Tints of Electric Indigo #7A03FF
RGB
CMYK
RGB Variations
Color information
#7A03FF (or 0x7A03FF) is known color: Electric Indigo. HEX triplet: 7A, 03 and FF. RGB value is (122,3,255). Sum of RGB (Red+Green+Blue) = 122+3+255=380 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.11% from 380); Green value is 3 (1.56% from 255 or 0.79% 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 #7A03FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A03FF is #85FC00. Grayscale: #424242. Windows color (decimal): -8780801 or 16712570. OLE color: 16712570.
HSL color Cylindrical-coordinate representation of color #7A03FF: hue angle of 268.33º 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 #7A03FF is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 122 | 3 | 255 | - |
| CMYK | 0.52 | 0.99 | 0 | 0 |
| HSL | 268.33º | 1% | 0.51% | - |
| HSV(B) | 268.33º | 0.99% | 1% | - |
| XYZ | 26.11 | 11.42 | 95.44 | - |
| YUV | 67.31 | 233.92 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 3 | 255 | 0.52 | 0.99 | 0 | 0 | 268.33 | 1 | 0.51 |
| Hex | 7A | 3 | FF | 34 | 63 | 0 | 0 | 10C | 64 | 33 |
| Octal | 172 | 3 | 377 | 64 | 143 | 0 | 0 | 414 | 144 | 63 |
| Binary | 1111010 | 11 | 11111111 | 110100 | 1100011 | 0 | 0 | 100001100 | 1100100 | 110011 |
Color Harmonies of #7A03FF
Complementary color
Monochromatic Colors of #7A03FF
Black with #7A03FF
Text Example
Text Example
White with #7A03FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A03FF; }
p { color: rgb(122,3,255); }
H1.HeaderClassName
{
color: #7A03FF;
}
.AnyTagClassName
{
color: #7A03FF;
}
</style>
background-color css
<style>
a { background-color: #7A03FF; }
a { background-color: rgb(122,3,255); }
div.DivClassName
{
background-color: #7A03FF;
}
.BgClassName
{
background-color: #7A03FF;
}
</style>
border-color css
<style>
span { border-color: #7A03FF; }
span { border-color: rgb(122,3,255); }
td.TdClassName
{
border-color: #7A03FF;
}
.TagClassName
{
border-color: #7A03FF;
}
</style>