Shades of Electric Indigo #730EF3
Tints of Electric Indigo #730EF3
RGB
CMYK
RGB Variations
Color information
#730EF3 (or 0x730EF3) is known color: Electric Indigo. HEX triplet: 73, 0E and F3. RGB value is (115,14,243). Sum of RGB (Red+Green+Blue) = 115+14+243=372 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.91% from 372); Green value is 14 (5.86% from 255 or 3.76% from 372); Blue value is 243 (95.31% from 255 or 65.32% from 372); Max value from RGB is 243 - color contains mainly: blue. Hex color #730EF3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #730EF3 is #8CF10C. Grayscale: #454545. Windows color (decimal): -9236749 or 15928947. OLE color: 15928947.
HSL color Cylindrical-coordinate representation of color #730EF3: hue angle of 266.46º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730EF3 is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 115 | 14 | 243 | - |
| CMYK | 0.53 | 0.94 | 0 | 0.05 |
| HSL | 266.46º | 0.91% | 0.5% | - |
| HSV(B) | 266.46º | 0.94% | 0.95% | - |
| XYZ | 23.4 | 10.43 | 85.57 | - |
| YUV | 70.31 | 225.46 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 14 | 243 | 0.53 | 0.94 | 0 | 0.05 | 266.46 | 0.91 | 0.5 |
| Hex | 73 | E | F3 | 35 | 5E | 0 | 5 | 10A | 5B | 32 |
| Octal | 163 | 16 | 363 | 65 | 136 | 0 | 5 | 412 | 133 | 62 |
| Binary | 1110011 | 1110 | 11110011 | 110101 | 1011110 | 0 | 101 | 100001010 | 1011011 | 110010 |
Color Harmonies of #730EF3
Complementary color
Monochromatic Colors of #730EF3
Black with #730EF3
Text Example
Text Example
White with #730EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730EF3; }
p { color: rgb(115,14,243); }
H1.HeaderClassName
{
color: #730EF3;
}
.AnyTagClassName
{
color: #730EF3;
}
</style>
background-color css
<style>
a { background-color: #730EF3; }
a { background-color: rgb(115,14,243); }
div.DivClassName
{
background-color: #730EF3;
}
.BgClassName
{
background-color: #730EF3;
}
</style>
border-color css
<style>
span { border-color: #730EF3; }
span { border-color: rgb(115,14,243); }
td.TdClassName
{
border-color: #730EF3;
}
.TagClassName
{
border-color: #730EF3;
}
</style>