Shades of Electric Indigo #7303EC
Tints of Electric Indigo #7303EC
RGB
CMYK
RGB Variations
Color information
#7303EC (or 0x7303EC) is known color: Electric Indigo. HEX triplet: 73, 03 and EC. RGB value is (115,3,236). Sum of RGB (Red+Green+Blue) = 115+3+236=354 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.49% from 354); Green value is 3 (1.56% from 255 or 0.85% from 354); Blue value is 236 (92.58% from 255 or 66.67% from 354); Max value from RGB is 236 - color contains mainly: blue. Hex color #7303EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7303EC is #8CFC13. Grayscale: #3E3E3E. Windows color (decimal): -9239572 or 15467379. OLE color: 15467379.
HSL color Cylindrical-coordinate representation of color #7303EC: hue angle of 268.84º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7303EC is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 3 | 236 | - |
| CMYK | 0.51 | 0.99 | 0 | 0.07 |
| HSL | 268.84º | 0.97% | 0.47% | - |
| HSV(B) | 268.84º | 0.99% | 0.93% | - |
| XYZ | 22.24 | 9.77 | 80.07 | - |
| YUV | 63.05 | 225.61 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 3 | 236 | 0.51 | 0.99 | 0 | 0.07 | 268.84 | 0.97 | 0.47 |
| Hex | 73 | 3 | EC | 33 | 63 | 0 | 7 | 10D | 61 | 2F |
| Octal | 163 | 3 | 354 | 63 | 143 | 0 | 7 | 415 | 141 | 57 |
| Binary | 1110011 | 11 | 11101100 | 110011 | 1100011 | 0 | 111 | 100001101 | 1100001 | 101111 |
Color Harmonies of #7303EC
Complementary color
Monochromatic Colors of #7303EC
Black with #7303EC
Text Example
Text Example
White with #7303EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7303EC; }
p { color: rgb(115,3,236); }
H1.HeaderClassName
{
color: #7303EC;
}
.AnyTagClassName
{
color: #7303EC;
}
</style>
background-color css
<style>
a { background-color: #7303EC; }
a { background-color: rgb(115,3,236); }
div.DivClassName
{
background-color: #7303EC;
}
.BgClassName
{
background-color: #7303EC;
}
</style>
border-color css
<style>
span { border-color: #7303EC; }
span { border-color: rgb(115,3,236); }
td.TdClassName
{
border-color: #7303EC;
}
.TagClassName
{
border-color: #7303EC;
}
</style>