Shades of Electric Indigo #7718F4
Tints of Electric Indigo #7718F4
RGB
CMYK
RGB Variations
Color information
#7718F4 (or 0x7718F4) is known color: Electric Indigo. HEX triplet: 77, 18 and F4. RGB value is (119,24,244). Sum of RGB (Red+Green+Blue) = 119+24+244=387 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.75% from 387); Green value is 24 (9.77% from 255 or 6.20% from 387); Blue value is 244 (95.70% from 255 or 63.05% from 387); Max value from RGB is 244 - color contains mainly: blue. Hex color #7718F4 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7718F4 is #88E70B. Grayscale: #4C4C4C. Windows color (decimal): -8972044 or 15997047. OLE color: 15997047.
HSL color Cylindrical-coordinate representation of color #7718F4: hue angle of 265.91º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7718F4 is Cyan = 0.51, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 119 | 24 | 244 | - |
| CMYK | 0.51 | 0.90 | 0 | 0.04 |
| HSL | 265.91º | 0.91% | 0.53% | - |
| HSV(B) | 265.91º | 0.9% | 0.96% | - |
| XYZ | 24.26 | 11.11 | 86.45 | - |
| YUV | 77.49 | 221.97 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 24 | 244 | 0.51 | 0.90 | 0 | 0.04 | 265.91 | 0.91 | 0.53 |
| Hex | 77 | 18 | F4 | 33 | 5A | 0 | 4 | 10A | 5B | 35 |
| Octal | 167 | 30 | 364 | 63 | 132 | 0 | 4 | 412 | 133 | 65 |
| Binary | 1110111 | 11000 | 11110100 | 110011 | 1011010 | 0 | 100 | 100001010 | 1011011 | 110101 |
Color Harmonies of #7718F4
Complementary color
Monochromatic Colors of #7718F4
Black with #7718F4
Text Example
Text Example
White with #7718F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7718F4; }
p { color: rgb(119,24,244); }
H1.HeaderClassName
{
color: #7718F4;
}
.AnyTagClassName
{
color: #7718F4;
}
</style>
background-color css
<style>
a { background-color: #7718F4; }
a { background-color: rgb(119,24,244); }
div.DivClassName
{
background-color: #7718F4;
}
.BgClassName
{
background-color: #7718F4;
}
</style>
border-color css
<style>
span { border-color: #7718F4; }
span { border-color: rgb(119,24,244); }
td.TdClassName
{
border-color: #7718F4;
}
.TagClassName
{
border-color: #7718F4;
}
</style>