Shades of Electric Indigo #7418F8
Tints of Electric Indigo #7418F8
RGB
CMYK
RGB Variations
Color information
#7418F8 (or 0x7418F8) is known color: Electric Indigo. HEX triplet: 74, 18 and F8. RGB value is (116,24,248). Sum of RGB (Red+Green+Blue) = 116+24+248=388 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.90% from 388); Green value is 24 (9.77% from 255 or 6.19% from 388); Blue value is 248 (97.27% from 255 or 63.92% from 388); Max value from RGB is 248 - color contains mainly: blue. Hex color #7418F8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7418F8 is #8BE707. Grayscale: #4C4C4C. Windows color (decimal): -9168648 or 16259188. OLE color: 16259188.
HSL color Cylindrical-coordinate representation of color #7418F8: hue angle of 264.64º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7418F8 is Cyan = 0.53, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 116 | 24 | 248 | - |
| CMYK | 0.53 | 0.90 | 0 | 0.03 |
| HSL | 264.64º | 0.94% | 0.53% | - |
| HSV(B) | 264.64º | 0.9% | 0.97% | - |
| XYZ | 24.47 | 11.14 | 89.67 | - |
| YUV | 77.04 | 224.48 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 24 | 248 | 0.53 | 0.90 | 0 | 0.03 | 264.64 | 0.94 | 0.53 |
| Hex | 74 | 18 | F8 | 35 | 5A | 0 | 3 | 109 | 5E | 35 |
| Octal | 164 | 30 | 370 | 65 | 132 | 0 | 3 | 411 | 136 | 65 |
| Binary | 1110100 | 11000 | 11111000 | 110101 | 1011010 | 0 | 11 | 100001001 | 1011110 | 110101 |
Color Harmonies of #7418F8
Complementary color
Monochromatic Colors of #7418F8
Black with #7418F8
Text Example
Text Example
White with #7418F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7418F8; }
p { color: rgb(116,24,248); }
H1.HeaderClassName
{
color: #7418F8;
}
.AnyTagClassName
{
color: #7418F8;
}
</style>
background-color css
<style>
a { background-color: #7418F8; }
a { background-color: rgb(116,24,248); }
div.DivClassName
{
background-color: #7418F8;
}
.BgClassName
{
background-color: #7418F8;
}
</style>
border-color css
<style>
span { border-color: #7418F8; }
span { border-color: rgb(116,24,248); }
td.TdClassName
{
border-color: #7418F8;
}
.TagClassName
{
border-color: #7418F8;
}
</style>