Shades of Electric Indigo #7422FF
Tints of Electric Indigo #7422FF
RGB
CMYK
RGB Variations
Color information
#7422FF (or 0x7422FF) is known color: Electric Indigo. HEX triplet: 74, 22 and FF. RGB value is (116,34,255). Sum of RGB (Red+Green+Blue) = 116+34+255=405 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.64% from 405); Green value is 34 (13.67% from 255 or 8.40% from 405); Blue value is 255 (100% from 255 or 62.96% from 405); Max value from RGB is 255 - color contains mainly: blue. Hex color #7422FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7422FF is #8BDD00. Grayscale: #525252. Windows color (decimal): -9166081 or 16720500. OLE color: 16720500.
HSL color Cylindrical-coordinate representation of color #7422FF: hue angle of 262.26º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7422FF is Cyan = 0.55, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 34 | 255 | - |
| CMYK | 0.55 | 0.87 | 0 | 0 |
| HSL | 262.26º | 1% | 0.57% | - |
| HSV(B) | 262.26º | 0.87% | 1% | - |
| XYZ | 25.82 | 12.08 | 95.58 | - |
| YUV | 83.71 | 224.67 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 34 | 255 | 0.55 | 0.87 | 0 | 0 | 262.26 | 1 | 0.57 |
| Hex | 74 | 22 | FF | 37 | 57 | 0 | 0 | 106 | 64 | 39 |
| Octal | 164 | 42 | 377 | 67 | 127 | 0 | 0 | 406 | 144 | 71 |
| Binary | 1110100 | 100010 | 11111111 | 110111 | 1010111 | 0 | 0 | 100000110 | 1100100 | 111001 |
Color Harmonies of #7422FF
Complementary color
Monochromatic Colors of #7422FF
Black with #7422FF
Text Example
Text Example
White with #7422FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7422FF; }
p { color: rgb(116,34,255); }
H1.HeaderClassName
{
color: #7422FF;
}
.AnyTagClassName
{
color: #7422FF;
}
</style>
background-color css
<style>
a { background-color: #7422FF; }
a { background-color: rgb(116,34,255); }
div.DivClassName
{
background-color: #7422FF;
}
.BgClassName
{
background-color: #7422FF;
}
</style>
border-color css
<style>
span { border-color: #7422FF; }
span { border-color: rgb(116,34,255); }
td.TdClassName
{
border-color: #7422FF;
}
.TagClassName
{
border-color: #7422FF;
}
</style>