Shades of Electric Indigo #730CE7
Tints of Electric Indigo #730CE7
RGB
CMYK
RGB Variations
Color information
#730CE7 (or 0x730CE7) is known color: Electric Indigo. HEX triplet: 73, 0C and E7. RGB value is (115,12,231). Sum of RGB (Red+Green+Blue) = 115+12+231=358 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.12% from 358); Green value is 12 (5.08% from 255 or 3.35% from 358); Blue value is 231 (90.62% from 255 or 64.53% from 358); Max value from RGB is 231 - color contains mainly: blue. Hex color #730CE7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #730CE7 is #8CF318. Grayscale: #424242. Windows color (decimal): -9237273 or 15142003. OLE color: 15142003.
HSL color Cylindrical-coordinate representation of color #730CE7: hue angle of 268.22º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #730CE7 is Cyan = 0.50, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 115 | 12 | 231 | - |
| CMYK | 0.50 | 0.95 | 0 | 0.09 |
| HSL | 268.22º | 0.9% | 0.48% | - |
| HSV(B) | 268.22º | 0.95% | 0.91% | - |
| XYZ | 21.63 | 9.68 | 76.33 | - |
| YUV | 67.76 | 220.12 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 12 | 231 | 0.50 | 0.95 | 0 | 0.09 | 268.22 | 0.9 | 0.48 |
| Hex | 73 | C | E7 | 32 | 5F | 0 | 9 | 10C | 5A | 30 |
| Octal | 163 | 14 | 347 | 62 | 137 | 0 | 11 | 414 | 132 | 60 |
| Binary | 1110011 | 1100 | 11100111 | 110010 | 1011111 | 0 | 1001 | 100001100 | 1011010 | 110000 |
Color Harmonies of #730CE7
Complementary color
Monochromatic Colors of #730CE7
Black with #730CE7
Text Example
Text Example
White with #730CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730CE7; }
p { color: rgb(115,12,231); }
H1.HeaderClassName
{
color: #730CE7;
}
.AnyTagClassName
{
color: #730CE7;
}
</style>
background-color css
<style>
a { background-color: #730CE7; }
a { background-color: rgb(115,12,231); }
div.DivClassName
{
background-color: #730CE7;
}
.BgClassName
{
background-color: #730CE7;
}
</style>
border-color css
<style>
span { border-color: #730CE7; }
span { border-color: rgb(115,12,231); }
td.TdClassName
{
border-color: #730CE7;
}
.TagClassName
{
border-color: #730CE7;
}
</style>