Shades of Electric Indigo #7303FA
Tints of Electric Indigo #7303FA
RGB
CMYK
RGB Variations
Color information
#7303FA (or 0x7303FA) is known color: Electric Indigo. HEX triplet: 73, 03 and FA. RGB value is (115,3,250). Sum of RGB (Red+Green+Blue) = 115+3+250=368 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.25% from 368); Green value is 3 (1.56% from 255 or 0.82% from 368); Blue value is 250 (98.05% from 255 or 67.93% from 368); Max value from RGB is 250 - color contains mainly: blue. Hex color #7303FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7303FA is #8CFC05. Grayscale: #3F3F3F. Windows color (decimal): -9239558 or 16384883. OLE color: 16384883.
HSL color Cylindrical-coordinate representation of color #7303FA: hue angle of 267.21º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7303FA is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 3 | 250 | - |
| CMYK | 0.54 | 0.99 | 0 | 0.02 |
| HSL | 267.21º | 0.98% | 0.5% | - |
| HSV(B) | 267.21º | 0.99% | 0.98% | - |
| XYZ | 24.36 | 10.61 | 91.21 | - |
| YUV | 64.65 | 232.61 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 3 | 250 | 0.54 | 0.99 | 0 | 0.02 | 267.21 | 0.98 | 0.5 |
| Hex | 73 | 3 | FA | 36 | 63 | 0 | 2 | 10B | 62 | 32 |
| Octal | 163 | 3 | 372 | 66 | 143 | 0 | 2 | 413 | 142 | 62 |
| Binary | 1110011 | 11 | 11111010 | 110110 | 1100011 | 0 | 10 | 100001011 | 1100010 | 110010 |
Color Harmonies of #7303FA
Complementary color
Monochromatic Colors of #7303FA
Black with #7303FA
Text Example
Text Example
White with #7303FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7303FA; }
p { color: rgb(115,3,250); }
H1.HeaderClassName
{
color: #7303FA;
}
.AnyTagClassName
{
color: #7303FA;
}
</style>
background-color css
<style>
a { background-color: #7303FA; }
a { background-color: rgb(115,3,250); }
div.DivClassName
{
background-color: #7303FA;
}
.BgClassName
{
background-color: #7303FA;
}
</style>
border-color css
<style>
span { border-color: #7303FA; }
span { border-color: rgb(115,3,250); }
td.TdClassName
{
border-color: #7303FA;
}
.TagClassName
{
border-color: #7303FA;
}
</style>