Shades of Electric Indigo #7402E6
Tints of Electric Indigo #7402E6
RGB
CMYK
RGB Variations
Color information
#7402E6 (or 0x7402E6) is known color: Electric Indigo. HEX triplet: 74, 02 and E6. RGB value is (116,2,230). Sum of RGB (Red+Green+Blue) = 116+2+230=348 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.33% from 348); Green value is 2 (1.17% from 255 or 0.57% from 348); Blue value is 230 (90.23% from 255 or 66.09% from 348); Max value from RGB is 230 - color contains mainly: blue. Hex color #7402E6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7402E6 is #8BFD19. Grayscale: #3D3D3D. Windows color (decimal): -9174298 or 15073908. OLE color: 15073908.
HSL color Cylindrical-coordinate representation of color #7402E6: hue angle of 270º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7402E6 is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 116 | 2 | 230 | - |
| CMYK | 0.50 | 0.99 | 0 | 0.10 |
| HSL | 270º | 0.98% | 0.45% | - |
| HSV(B) | 270º | 0.99% | 0.9% | - |
| XYZ | 21.51 | 9.47 | 75.56 | - |
| YUV | 62.08 | 222.77 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 2 | 230 | 0.50 | 0.99 | 0 | 0.10 | 270 | 0.98 | 0.45 |
| Hex | 74 | 2 | E6 | 32 | 63 | 0 | A | 10E | 62 | 2D |
| Octal | 164 | 2 | 346 | 62 | 143 | 0 | 12 | 416 | 142 | 55 |
| Binary | 1110100 | 10 | 11100110 | 110010 | 1100011 | 0 | 1010 | 100001110 | 1100010 | 101101 |
Color Harmonies of #7402E6
Complementary color
Monochromatic Colors of #7402E6
Black with #7402E6
Text Example
Text Example
White with #7402E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7402E6; }
p { color: rgb(116,2,230); }
H1.HeaderClassName
{
color: #7402E6;
}
.AnyTagClassName
{
color: #7402E6;
}
</style>
background-color css
<style>
a { background-color: #7402E6; }
a { background-color: rgb(116,2,230); }
div.DivClassName
{
background-color: #7402E6;
}
.BgClassName
{
background-color: #7402E6;
}
</style>
border-color css
<style>
span { border-color: #7402E6; }
span { border-color: rgb(116,2,230); }
td.TdClassName
{
border-color: #7402E6;
}
.TagClassName
{
border-color: #7402E6;
}
</style>