Shades of Electric Indigo #730EE7
Tints of Electric Indigo #730EE7
RGB
CMYK
RGB Variations
Color information
#730EE7 (or 0x730EE7) is known color: Electric Indigo. HEX triplet: 73, 0E and E7. RGB value is (115,14,231). Sum of RGB (Red+Green+Blue) = 115+14+231=360 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.94% from 360); Green value is 14 (5.86% from 255 or 3.89% from 360); Blue value is 231 (90.62% from 255 or 64.17% from 360); Max value from RGB is 231 - color contains mainly: blue. Hex color #730EE7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #730EE7 is #8CF118. Grayscale: #444444. Windows color (decimal): -9236761 or 15142515. OLE color: 15142515.
HSL color Cylindrical-coordinate representation of color #730EE7: hue angle of 267.93º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730EE7 is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 115 | 14 | 231 | - |
| CMYK | 0.50 | 0.94 | 0 | 0.09 |
| HSL | 267.93º | 0.89% | 0.48% | - |
| HSV(B) | 267.93º | 0.94% | 0.91% | - |
| XYZ | 21.65 | 9.73 | 76.34 | - |
| YUV | 68.94 | 219.46 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 14 | 231 | 0.50 | 0.94 | 0 | 0.09 | 267.93 | 0.89 | 0.48 |
| Hex | 73 | E | E7 | 32 | 5E | 0 | 9 | 10C | 59 | 30 |
| Octal | 163 | 16 | 347 | 62 | 136 | 0 | 11 | 414 | 131 | 60 |
| Binary | 1110011 | 1110 | 11100111 | 110010 | 1011110 | 0 | 1001 | 100001100 | 1011001 | 110000 |
Color Harmonies of #730EE7
Complementary color
Monochromatic Colors of #730EE7
Black with #730EE7
Text Example
Text Example
White with #730EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730EE7; }
p { color: rgb(115,14,231); }
H1.HeaderClassName
{
color: #730EE7;
}
.AnyTagClassName
{
color: #730EE7;
}
</style>
background-color css
<style>
a { background-color: #730EE7; }
a { background-color: rgb(115,14,231); }
div.DivClassName
{
background-color: #730EE7;
}
.BgClassName
{
background-color: #730EE7;
}
</style>
border-color css
<style>
span { border-color: #730EE7; }
span { border-color: rgb(115,14,231); }
td.TdClassName
{
border-color: #730EE7;
}
.TagClassName
{
border-color: #730EE7;
}
</style>