Shades of Electric Indigo #7416FF
Tints of Electric Indigo #7416FF
RGB
CMYK
RGB Variations
Color information
#7416FF (or 0x7416FF) is known color: Electric Indigo. HEX triplet: 74, 16 and FF. RGB value is (116,22,255). Sum of RGB (Red+Green+Blue) = 116+22+255=393 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.52% from 393); Green value is 22 (8.98% from 255 or 5.60% from 393); Blue value is 255 (100% from 255 or 64.89% from 393); Max value from RGB is 255 - color contains mainly: blue. Hex color #7416FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7416FF is #8BE900. Grayscale: #4B4B4B. Windows color (decimal): -9169153 or 16717428. OLE color: 16717428.
HSL color Cylindrical-coordinate representation of color #7416FF: hue angle of 264.21º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7416FF is Cyan = 0.55, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 22 | 255 | - |
| CMYK | 0.55 | 0.91 | 0 | 0 |
| HSL | 264.21º | 1% | 0.54% | - |
| HSV(B) | 264.21º | 0.91% | 1% | - |
| XYZ | 25.54 | 11.51 | 95.48 | - |
| YUV | 76.67 | 228.64 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 22 | 255 | 0.55 | 0.91 | 0 | 0 | 264.21 | 1 | 0.54 |
| Hex | 74 | 16 | FF | 37 | 5B | 0 | 0 | 108 | 64 | 36 |
| Octal | 164 | 26 | 377 | 67 | 133 | 0 | 0 | 410 | 144 | 66 |
| Binary | 1110100 | 10110 | 11111111 | 110111 | 1011011 | 0 | 0 | 100001000 | 1100100 | 110110 |
Color Harmonies of #7416FF
Complementary color
Monochromatic Colors of #7416FF
Black with #7416FF
Text Example
Text Example
White with #7416FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7416FF; }
p { color: rgb(116,22,255); }
H1.HeaderClassName
{
color: #7416FF;
}
.AnyTagClassName
{
color: #7416FF;
}
</style>
background-color css
<style>
a { background-color: #7416FF; }
a { background-color: rgb(116,22,255); }
div.DivClassName
{
background-color: #7416FF;
}
.BgClassName
{
background-color: #7416FF;
}
</style>
border-color css
<style>
span { border-color: #7416FF; }
span { border-color: rgb(116,22,255); }
td.TdClassName
{
border-color: #7416FF;
}
.TagClassName
{
border-color: #7416FF;
}
</style>