Shades of Electric Indigo #7417EE
Tints of Electric Indigo #7417EE
RGB
CMYK
RGB Variations
Color information
#7417EE (or 0x7417EE) is known color: Electric Indigo. HEX triplet: 74, 17 and EE. RGB value is (116,23,238). Sum of RGB (Red+Green+Blue) = 116+23+238=377 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.77% from 377); Green value is 23 (9.38% from 255 or 6.10% from 377); Blue value is 238 (93.36% from 255 or 63.13% from 377); Max value from RGB is 238 - color contains mainly: blue. Hex color #7417EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7417EE is #8BE811. Grayscale: #4A4A4A. Windows color (decimal): -9168914 or 15603572. OLE color: 15603572.
HSL color Cylindrical-coordinate representation of color #7417EE: hue angle of 265.95º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7417EE is Cyan = 0.51, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 23 | 238 | - |
| CMYK | 0.51 | 0.90 | 0 | 0.07 |
| HSL | 265.95º | 0.86% | 0.51% | - |
| HSV(B) | 265.95º | 0.9% | 0.93% | - |
| XYZ | 22.94 | 10.5 | 81.71 | - |
| YUV | 75.32 | 219.81 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 23 | 238 | 0.51 | 0.90 | 0 | 0.07 | 265.95 | 0.86 | 0.51 |
| Hex | 74 | 17 | EE | 33 | 5A | 0 | 7 | 10A | 56 | 33 |
| Octal | 164 | 27 | 356 | 63 | 132 | 0 | 7 | 412 | 126 | 63 |
| Binary | 1110100 | 10111 | 11101110 | 110011 | 1011010 | 0 | 111 | 100001010 | 1010110 | 110011 |
Color Harmonies of #7417EE
Complementary color
Monochromatic Colors of #7417EE
Black with #7417EE
Text Example
Text Example
White with #7417EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7417EE; }
p { color: rgb(116,23,238); }
H1.HeaderClassName
{
color: #7417EE;
}
.AnyTagClassName
{
color: #7417EE;
}
</style>
background-color css
<style>
a { background-color: #7417EE; }
a { background-color: rgb(116,23,238); }
div.DivClassName
{
background-color: #7417EE;
}
.BgClassName
{
background-color: #7417EE;
}
</style>
border-color css
<style>
span { border-color: #7417EE; }
span { border-color: rgb(116,23,238); }
td.TdClassName
{
border-color: #7417EE;
}
.TagClassName
{
border-color: #7417EE;
}
</style>