Shades of Electric Indigo #7400E8
Tints of Electric Indigo #7400E8
RGB
CMYK
RGB Variations
Color information
#7400E8 (or 0x7400E8) is known color: Electric Indigo. HEX triplet: 74, 00 and E8. RGB value is (116,0,232). Sum of RGB (Red+Green+Blue) = 116+0+232=348 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.33% from 348); Green value is 0 (0.39% from 255 or 0% from 348); Blue value is 232 (91.02% from 255 or 66.67% from 348); Max value from RGB is 232 - color contains mainly: blue. Hex color #7400E8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7400E8 is #8BFF17. Grayscale: #3C3C3C. Windows color (decimal): -9174808 or 15204468. OLE color: 15204468.
HSL color Cylindrical-coordinate representation of color #7400E8: hue angle of 270º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7400E8 is Cyan = 0.50, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 116 | 0 | 232 | - |
| CMYK | 0.50 | 1 | 0 | 0.09 |
| HSL | 270º | 1% | 0.45% | - |
| HSV(B) | 270º | 1% | 0.91% | - |
| XYZ | 21.77 | 9.54 | 77.04 | - |
| YUV | 61.13 | 224.43 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 0 | 232 | 0.50 | 1 | 0 | 0.09 | 270 | 1 | 0.45 |
| Hex | 74 | 0 | E8 | 32 | 64 | 0 | 9 | 10E | 64 | 2D |
| Octal | 164 | 0 | 350 | 62 | 144 | 0 | 11 | 416 | 144 | 55 |
| Binary | 1110100 | 0 | 11101000 | 110010 | 1100100 | 0 | 1001 | 100001110 | 1100100 | 101101 |
Color Harmonies of #7400E8
Complementary color
Monochromatic Colors of #7400E8
Black with #7400E8
Text Example
Text Example
White with #7400E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7400E8; }
p { color: rgb(116,0,232); }
H1.HeaderClassName
{
color: #7400E8;
}
.AnyTagClassName
{
color: #7400E8;
}
</style>
background-color css
<style>
a { background-color: #7400E8; }
a { background-color: rgb(116,0,232); }
div.DivClassName
{
background-color: #7400E8;
}
.BgClassName
{
background-color: #7400E8;
}
</style>
border-color css
<style>
span { border-color: #7400E8; }
span { border-color: rgb(116,0,232); }
td.TdClassName
{
border-color: #7400E8;
}
.TagClassName
{
border-color: #7400E8;
}
</style>