Shades of Electric Indigo #7305EC
Tints of Electric Indigo #7305EC
RGB
CMYK
RGB Variations
Color information
#7305EC (or 0x7305EC) is known color: Electric Indigo. HEX triplet: 73, 05 and EC. RGB value is (115,5,236). Sum of RGB (Red+Green+Blue) = 115+5+236=356 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.30% from 356); Green value is 5 (2.34% from 255 or 1.40% from 356); Blue value is 236 (92.58% from 255 or 66.29% from 356); Max value from RGB is 236 - color contains mainly: blue. Hex color #7305EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7305EC is #8CFA13. Grayscale: #3F3F3F. Windows color (decimal): -9239060 or 15467891. OLE color: 15467891.
HSL color Cylindrical-coordinate representation of color #7305EC: hue angle of 268.57º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7305EC is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 5 | 236 | - |
| CMYK | 0.51 | 0.98 | 0 | 0.07 |
| HSL | 268.57º | 0.96% | 0.47% | - |
| HSV(B) | 268.57º | 0.98% | 0.93% | - |
| XYZ | 22.26 | 9.81 | 80.08 | - |
| YUV | 64.22 | 224.94 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 5 | 236 | 0.51 | 0.98 | 0 | 0.07 | 268.57 | 0.96 | 0.47 |
| Hex | 73 | 5 | EC | 33 | 62 | 0 | 7 | 10D | 60 | 2F |
| Octal | 163 | 5 | 354 | 63 | 142 | 0 | 7 | 415 | 140 | 57 |
| Binary | 1110011 | 101 | 11101100 | 110011 | 1100010 | 0 | 111 | 100001101 | 1100000 | 101111 |
Color Harmonies of #7305EC
Complementary color
Monochromatic Colors of #7305EC
Black with #7305EC
Text Example
Text Example
White with #7305EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7305EC; }
p { color: rgb(115,5,236); }
H1.HeaderClassName
{
color: #7305EC;
}
.AnyTagClassName
{
color: #7305EC;
}
</style>
background-color css
<style>
a { background-color: #7305EC; }
a { background-color: rgb(115,5,236); }
div.DivClassName
{
background-color: #7305EC;
}
.BgClassName
{
background-color: #7305EC;
}
</style>
border-color css
<style>
span { border-color: #7305EC; }
span { border-color: rgb(115,5,236); }
td.TdClassName
{
border-color: #7305EC;
}
.TagClassName
{
border-color: #7305EC;
}
</style>