Shades of Electric Indigo #7302FA
Tints of Electric Indigo #7302FA
RGB
CMYK
RGB Variations
Color information
#7302FA (or 0x7302FA) is known color: Electric Indigo. HEX triplet: 73, 02 and FA. RGB value is (115,2,250). Sum of RGB (Red+Green+Blue) = 115+2+250=367 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.34% from 367); Green value is 2 (1.17% from 255 or 0.54% from 367); Blue value is 250 (98.05% from 255 or 68.12% from 367); Max value from RGB is 250 - color contains mainly: blue. Hex color #7302FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7302FA is #8CFD05. Grayscale: #3F3F3F. Windows color (decimal): -9239814 or 16384627. OLE color: 16384627.
HSL color Cylindrical-coordinate representation of color #7302FA: hue angle of 267.34º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7302FA is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 2 | 250 | - |
| CMYK | 0.54 | 0.99 | 0 | 0.02 |
| HSL | 267.34º | 0.98% | 0.49% | - |
| HSV(B) | 267.34º | 0.99% | 0.98% | - |
| XYZ | 24.35 | 10.59 | 91.2 | - |
| YUV | 64.06 | 232.94 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 2 | 250 | 0.54 | 0.99 | 0 | 0.02 | 267.34 | 0.98 | 0.49 |
| Hex | 73 | 2 | FA | 36 | 63 | 0 | 2 | 10B | 62 | 31 |
| Octal | 163 | 2 | 372 | 66 | 143 | 0 | 2 | 413 | 142 | 61 |
| Binary | 1110011 | 10 | 11111010 | 110110 | 1100011 | 0 | 10 | 100001011 | 1100010 | 110001 |
Color Harmonies of #7302FA
Complementary color
Monochromatic Colors of #7302FA
Black with #7302FA
Text Example
Text Example
White with #7302FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7302FA; }
p { color: rgb(115,2,250); }
H1.HeaderClassName
{
color: #7302FA;
}
.AnyTagClassName
{
color: #7302FA;
}
</style>
background-color css
<style>
a { background-color: #7302FA; }
a { background-color: rgb(115,2,250); }
div.DivClassName
{
background-color: #7302FA;
}
.BgClassName
{
background-color: #7302FA;
}
</style>
border-color css
<style>
span { border-color: #7302FA; }
span { border-color: rgb(115,2,250); }
td.TdClassName
{
border-color: #7302FA;
}
.TagClassName
{
border-color: #7302FA;
}
</style>