Shades of Electric Indigo #7302E9
Tints of Electric Indigo #7302E9
RGB
CMYK
RGB Variations
Color information
#7302E9 (or 0x7302E9) is known color: Electric Indigo. HEX triplet: 73, 02 and E9. RGB value is (115,2,233). Sum of RGB (Red+Green+Blue) = 115+2+233=350 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.86% from 350); Green value is 2 (1.17% from 255 or 0.57% from 350); Blue value is 233 (91.41% from 255 or 66.57% from 350); Max value from RGB is 233 - color contains mainly: blue. Hex color #7302E9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7302E9 is #8CFD16. Grayscale: #3D3D3D. Windows color (decimal): -9239831 or 15270515. OLE color: 15270515.
HSL color Cylindrical-coordinate representation of color #7302E9: hue angle of 269.35º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7302E9 is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 115 | 2 | 233 | - |
| CMYK | 0.51 | 0.99 | 0 | 0.09 |
| HSL | 269.35º | 0.98% | 0.46% | - |
| HSV(B) | 269.35º | 0.99% | 0.91% | - |
| XYZ | 21.8 | 9.57 | 77.79 | - |
| YUV | 62.12 | 224.44 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 2 | 233 | 0.51 | 0.99 | 0 | 0.09 | 269.35 | 0.98 | 0.46 |
| Hex | 73 | 2 | E9 | 33 | 63 | 0 | 9 | 10D | 62 | 2E |
| Octal | 163 | 2 | 351 | 63 | 143 | 0 | 11 | 415 | 142 | 56 |
| Binary | 1110011 | 10 | 11101001 | 110011 | 1100011 | 0 | 1001 | 100001101 | 1100010 | 101110 |
Color Harmonies of #7302E9
Complementary color
Monochromatic Colors of #7302E9
Black with #7302E9
Text Example
Text Example
White with #7302E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7302E9; }
p { color: rgb(115,2,233); }
H1.HeaderClassName
{
color: #7302E9;
}
.AnyTagClassName
{
color: #7302E9;
}
</style>
background-color css
<style>
a { background-color: #7302E9; }
a { background-color: rgb(115,2,233); }
div.DivClassName
{
background-color: #7302E9;
}
.BgClassName
{
background-color: #7302E9;
}
</style>
border-color css
<style>
span { border-color: #7302E9; }
span { border-color: rgb(115,2,233); }
td.TdClassName
{
border-color: #7302E9;
}
.TagClassName
{
border-color: #7302E9;
}
</style>