Shades of Electric Indigo #7618F4
Tints of Electric Indigo #7618F4
RGB
CMYK
RGB Variations
Color information
#7618F4 (or 0x7618F4) is known color: Electric Indigo. HEX triplet: 76, 18 and F4. RGB value is (118,24,244). Sum of RGB (Red+Green+Blue) = 118+24+244=386 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.57% from 386); Green value is 24 (9.77% from 255 or 6.22% from 386); Blue value is 244 (95.70% from 255 or 63.21% from 386); Max value from RGB is 244 - color contains mainly: blue. Hex color #7618F4 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7618F4 is #89E70B. Grayscale: #4C4C4C. Windows color (decimal): -9037580 or 15997046. OLE color: 15997046.
HSL color Cylindrical-coordinate representation of color #7618F4: hue angle of 265.64º 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 #7618F4 is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 118 | 24 | 244 | - |
| CMYK | 0.52 | 0.90 | 0 | 0.04 |
| HSL | 265.64º | 0.91% | 0.53% | - |
| HSV(B) | 265.64º | 0.9% | 0.96% | - |
| XYZ | 24.13 | 11.04 | 86.45 | - |
| YUV | 77.19 | 222.14 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 24 | 244 | 0.52 | 0.90 | 0 | 0.04 | 265.64 | 0.91 | 0.53 |
| Hex | 76 | 18 | F4 | 34 | 5A | 0 | 4 | 10A | 5B | 35 |
| Octal | 166 | 30 | 364 | 64 | 132 | 0 | 4 | 412 | 133 | 65 |
| Binary | 1110110 | 11000 | 11110100 | 110100 | 1011010 | 0 | 100 | 100001010 | 1011011 | 110101 |
Color Harmonies of #7618F4
Complementary color
Monochromatic Colors of #7618F4
Black with #7618F4
Text Example
Text Example
White with #7618F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7618F4; }
p { color: rgb(118,24,244); }
H1.HeaderClassName
{
color: #7618F4;
}
.AnyTagClassName
{
color: #7618F4;
}
</style>
background-color css
<style>
a { background-color: #7618F4; }
a { background-color: rgb(118,24,244); }
div.DivClassName
{
background-color: #7618F4;
}
.BgClassName
{
background-color: #7618F4;
}
</style>
border-color css
<style>
span { border-color: #7618F4; }
span { border-color: rgb(118,24,244); }
td.TdClassName
{
border-color: #7618F4;
}
.TagClassName
{
border-color: #7618F4;
}
</style>