Shades of Electric Indigo #7A03EE
Tints of Electric Indigo #7A03EE
RGB
CMYK
RGB Variations
Color information
#7A03EE (or 0x7A03EE) is known color: Electric Indigo. HEX triplet: 7A, 03 and EE. RGB value is (122,3,238). Sum of RGB (Red+Green+Blue) = 122+3+238=363 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.61% from 363); Green value is 3 (1.56% from 255 or 0.83% from 363); Blue value is 238 (93.36% from 255 or 65.56% from 363); Max value from RGB is 238 - color contains mainly: blue. Hex color #7A03EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A03EE is #85FC11. Grayscale: #404040. Windows color (decimal): -8780818 or 15598458. OLE color: 15598458.
HSL color Cylindrical-coordinate representation of color #7A03EE: hue angle of 270.38º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7A03EE is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 3 | 238 | - |
| CMYK | 0.49 | 0.99 | 0 | 0.07 |
| HSL | 270.38º | 0.98% | 0.47% | - |
| HSV(B) | 270.38º | 0.99% | 0.93% | - |
| XYZ | 23.49 | 10.38 | 81.65 | - |
| YUV | 65.37 | 225.42 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 3 | 238 | 0.49 | 0.99 | 0 | 0.07 | 270.38 | 0.98 | 0.47 |
| Hex | 7A | 3 | EE | 31 | 63 | 0 | 7 | 10E | 62 | 2F |
| Octal | 172 | 3 | 356 | 61 | 143 | 0 | 7 | 416 | 142 | 57 |
| Binary | 1111010 | 11 | 11101110 | 110001 | 1100011 | 0 | 111 | 100001110 | 1100010 | 101111 |
Color Harmonies of #7A03EE
Complementary color
Monochromatic Colors of #7A03EE
Black with #7A03EE
Text Example
Text Example
White with #7A03EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A03EE; }
p { color: rgb(122,3,238); }
H1.HeaderClassName
{
color: #7A03EE;
}
.AnyTagClassName
{
color: #7A03EE;
}
</style>
background-color css
<style>
a { background-color: #7A03EE; }
a { background-color: rgb(122,3,238); }
div.DivClassName
{
background-color: #7A03EE;
}
.BgClassName
{
background-color: #7A03EE;
}
</style>
border-color css
<style>
span { border-color: #7A03EE; }
span { border-color: rgb(122,3,238); }
td.TdClassName
{
border-color: #7A03EE;
}
.TagClassName
{
border-color: #7A03EE;
}
</style>