Shades of Electric Indigo #7302F3
Tints of Electric Indigo #7302F3
RGB
CMYK
RGB Variations
Color information
#7302F3 (or 0x7302F3) is known color: Electric Indigo. HEX triplet: 73, 02 and F3. RGB value is (115,2,243). Sum of RGB (Red+Green+Blue) = 115+2+243=360 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.94% from 360); Green value is 2 (1.17% from 255 or 0.56% from 360); Blue value is 243 (95.31% from 255 or 67.5% from 360); Max value from RGB is 243 - color contains mainly: blue. Hex color #7302F3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7302F3 is #8CFD0C. Grayscale: #3E3E3E. Windows color (decimal): -9239821 or 15925875. OLE color: 15925875.
HSL color Cylindrical-coordinate representation of color #7302F3: hue angle of 268.13º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7302F3 is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 115 | 2 | 243 | - |
| CMYK | 0.53 | 0.99 | 0 | 0.05 |
| HSL | 268.13º | 0.98% | 0.48% | - |
| HSV(B) | 268.13º | 0.99% | 0.95% | - |
| XYZ | 23.27 | 10.16 | 85.53 | - |
| YUV | 63.26 | 229.44 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 2 | 243 | 0.53 | 0.99 | 0 | 0.05 | 268.13 | 0.98 | 0.48 |
| Hex | 73 | 2 | F3 | 35 | 63 | 0 | 5 | 10C | 62 | 30 |
| Octal | 163 | 2 | 363 | 65 | 143 | 0 | 5 | 414 | 142 | 60 |
| Binary | 1110011 | 10 | 11110011 | 110101 | 1100011 | 0 | 101 | 100001100 | 1100010 | 110000 |
Color Harmonies of #7302F3
Complementary color
Monochromatic Colors of #7302F3
Black with #7302F3
Text Example
Text Example
White with #7302F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7302F3; }
p { color: rgb(115,2,243); }
H1.HeaderClassName
{
color: #7302F3;
}
.AnyTagClassName
{
color: #7302F3;
}
</style>
background-color css
<style>
a { background-color: #7302F3; }
a { background-color: rgb(115,2,243); }
div.DivClassName
{
background-color: #7302F3;
}
.BgClassName
{
background-color: #7302F3;
}
</style>
border-color css
<style>
span { border-color: #7302F3; }
span { border-color: rgb(115,2,243); }
td.TdClassName
{
border-color: #7302F3;
}
.TagClassName
{
border-color: #7302F3;
}
</style>