Shades of Electric Indigo #7319FA
Tints of Electric Indigo #7319FA
RGB
CMYK
RGB Variations
Color information
#7319FA (or 0x7319FA) is known color: Electric Indigo. HEX triplet: 73, 19 and FA. RGB value is (115,25,250). Sum of RGB (Red+Green+Blue) = 115+25+250=390 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.49% from 390); Green value is 25 (10.16% from 255 or 6.41% from 390); Blue value is 250 (98.05% from 255 or 64.10% from 390); Max value from RGB is 250 - color contains mainly: blue. Hex color #7319FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7319FA is #8CE605. Grayscale: #4C4C4C. Windows color (decimal): -9233926 or 16390515. OLE color: 16390515.
HSL color Cylindrical-coordinate representation of color #7319FA: hue angle of 264º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7319FA is Cyan = 0.54, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 25 | 250 | - |
| CMYK | 0.54 | 0.9 | 0 | 0.02 |
| HSL | 264º | 0.96% | 0.54% | - |
| HSV(B) | 264º | 0.9% | 0.98% | - |
| XYZ | 24.67 | 11.24 | 91.31 | - |
| YUV | 77.56 | 225.32 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 25 | 250 | 0.54 | 0.9 | 0 | 0.02 | 264 | 0.96 | 0.54 |
| Hex | 73 | 19 | FA | 36 | 5A | 0 | 2 | 108 | 60 | 36 |
| Octal | 163 | 31 | 372 | 66 | 132 | 0 | 2 | 410 | 140 | 66 |
| Binary | 1110011 | 11001 | 11111010 | 110110 | 1011010 | 0 | 10 | 100001000 | 1100000 | 110110 |
Color Harmonies of #7319FA
Complementary color
Monochromatic Colors of #7319FA
Black with #7319FA
Text Example
Text Example
White with #7319FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7319FA; }
p { color: rgb(115,25,250); }
H1.HeaderClassName
{
color: #7319FA;
}
.AnyTagClassName
{
color: #7319FA;
}
</style>
background-color css
<style>
a { background-color: #7319FA; }
a { background-color: rgb(115,25,250); }
div.DivClassName
{
background-color: #7319FA;
}
.BgClassName
{
background-color: #7319FA;
}
</style>
border-color css
<style>
span { border-color: #7319FA; }
span { border-color: rgb(115,25,250); }
td.TdClassName
{
border-color: #7319FA;
}
.TagClassName
{
border-color: #7319FA;
}
</style>