Shades of Electric Indigo #7420FF
Tints of Electric Indigo #7420FF
RGB
CMYK
RGB Variations
Color information
#7420FF (or 0x7420FF) is known color: Electric Indigo. HEX triplet: 74, 20 and FF. RGB value is (116,32,255). Sum of RGB (Red+Green+Blue) = 116+32+255=403 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.78% from 403); Green value is 32 (12.89% from 255 or 7.94% from 403); Blue value is 255 (100% from 255 or 63.28% from 403); Max value from RGB is 255 - color contains mainly: blue. Hex color #7420FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7420FF is #8BDF00. Grayscale: #515151. Windows color (decimal): -9166593 or 16719988. OLE color: 16719988.
HSL color Cylindrical-coordinate representation of color #7420FF: hue angle of 262.6º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7420FF is Cyan = 0.55, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 32 | 255 | - |
| CMYK | 0.55 | 0.87 | 0 | 0 |
| HSL | 262.6º | 1% | 0.56% | - |
| HSV(B) | 262.6º | 0.87% | 1% | - |
| XYZ | 25.77 | 11.97 | 95.56 | - |
| YUV | 82.54 | 225.33 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 32 | 255 | 0.55 | 0.87 | 0 | 0 | 262.6 | 1 | 0.56 |
| Hex | 74 | 20 | FF | 37 | 57 | 0 | 0 | 107 | 64 | 38 |
| Octal | 164 | 40 | 377 | 67 | 127 | 0 | 0 | 407 | 144 | 70 |
| Binary | 1110100 | 100000 | 11111111 | 110111 | 1010111 | 0 | 0 | 100000111 | 1100100 | 111000 |
Color Harmonies of #7420FF
Complementary color
Monochromatic Colors of #7420FF
Black with #7420FF
Text Example
Text Example
White with #7420FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7420FF; }
p { color: rgb(116,32,255); }
H1.HeaderClassName
{
color: #7420FF;
}
.AnyTagClassName
{
color: #7420FF;
}
</style>
background-color css
<style>
a { background-color: #7420FF; }
a { background-color: rgb(116,32,255); }
div.DivClassName
{
background-color: #7420FF;
}
.BgClassName
{
background-color: #7420FF;
}
</style>
border-color css
<style>
span { border-color: #7420FF; }
span { border-color: rgb(116,32,255); }
td.TdClassName
{
border-color: #7420FF;
}
.TagClassName
{
border-color: #7420FF;
}
</style>