Shades of Electric Indigo #7A03FC
Tints of Electric Indigo #7A03FC
RGB
CMYK
RGB Variations
Color information
#7A03FC (or 0x7A03FC) is known color: Electric Indigo. HEX triplet: 7A, 03 and FC. RGB value is (122,3,252). Sum of RGB (Red+Green+Blue) = 122+3+252=377 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.36% from 377); Green value is 3 (1.56% from 255 or 0.80% from 377); Blue value is 252 (98.83% from 255 or 66.84% from 377); Max value from RGB is 252 - color contains mainly: blue. Hex color #7A03FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A03FC is #85FC03. Grayscale: #424242. Windows color (decimal): -8780804 or 16515962. OLE color: 16515962.
HSL color Cylindrical-coordinate representation of color #7A03FC: hue angle of 268.67º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7A03FC is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 3 | 252 | - |
| CMYK | 0.52 | 0.99 | 0 | 0.01 |
| HSL | 268.67º | 0.98% | 0.5% | - |
| HSV(B) | 268.67º | 0.99% | 0.99% | - |
| XYZ | 25.63 | 11.23 | 92.91 | - |
| YUV | 66.97 | 232.42 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 3 | 252 | 0.52 | 0.99 | 0 | 0.01 | 268.67 | 0.98 | 0.5 |
| Hex | 7A | 3 | FC | 34 | 63 | 0 | 1 | 10D | 62 | 32 |
| Octal | 172 | 3 | 374 | 64 | 143 | 0 | 1 | 415 | 142 | 62 |
| Binary | 1111010 | 11 | 11111100 | 110100 | 1100011 | 0 | 1 | 100001101 | 1100010 | 110010 |
Color Harmonies of #7A03FC
Complementary color
Monochromatic Colors of #7A03FC
Black with #7A03FC
Text Example
Text Example
White with #7A03FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A03FC; }
p { color: rgb(122,3,252); }
H1.HeaderClassName
{
color: #7A03FC;
}
.AnyTagClassName
{
color: #7A03FC;
}
</style>
background-color css
<style>
a { background-color: #7A03FC; }
a { background-color: rgb(122,3,252); }
div.DivClassName
{
background-color: #7A03FC;
}
.BgClassName
{
background-color: #7A03FC;
}
</style>
border-color css
<style>
span { border-color: #7A03FC; }
span { border-color: rgb(122,3,252); }
td.TdClassName
{
border-color: #7A03FC;
}
.TagClassName
{
border-color: #7A03FC;
}
</style>