Shades of Electric Indigo #7319FF
Tints of Electric Indigo #7319FF
RGB
CMYK
RGB Variations
Color information
#7319FF (or 0x7319FF) is known color: Electric Indigo. HEX triplet: 73, 19 and FF. RGB value is (115,25,255). Sum of RGB (Red+Green+Blue) = 115+25+255=395 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.11% from 395); Green value is 25 (10.16% from 255 or 6.33% from 395); Blue value is 255 (100% from 255 or 64.56% from 395); Max value from RGB is 255 - color contains mainly: blue. Hex color #7319FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7319FF is #8CE600. Grayscale: #4D4D4D. Windows color (decimal): -9233921 or 16718195. OLE color: 16718195.
HSL color Cylindrical-coordinate representation of color #7319FF: hue angle of 263.48º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7319FF is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 25 | 255 | - |
| CMYK | 0.55 | 0.90 | 0 | 0 |
| HSL | 263.48º | 1% | 0.55% | - |
| HSV(B) | 263.48º | 0.9% | 1% | - |
| XYZ | 25.47 | 11.56 | 95.5 | - |
| YUV | 78.13 | 227.82 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 25 | 255 | 0.55 | 0.90 | 0 | 0 | 263.48 | 1 | 0.55 |
| Hex | 73 | 19 | FF | 37 | 5A | 0 | 0 | 107 | 64 | 37 |
| Octal | 163 | 31 | 377 | 67 | 132 | 0 | 0 | 407 | 144 | 67 |
| Binary | 1110011 | 11001 | 11111111 | 110111 | 1011010 | 0 | 0 | 100000111 | 1100100 | 110111 |
Color Harmonies of #7319FF
Complementary color
Monochromatic Colors of #7319FF
Black with #7319FF
Text Example
Text Example
White with #7319FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7319FF; }
p { color: rgb(115,25,255); }
H1.HeaderClassName
{
color: #7319FF;
}
.AnyTagClassName
{
color: #7319FF;
}
</style>
background-color css
<style>
a { background-color: #7319FF; }
a { background-color: rgb(115,25,255); }
div.DivClassName
{
background-color: #7319FF;
}
.BgClassName
{
background-color: #7319FF;
}
</style>
border-color css
<style>
span { border-color: #7319FF; }
span { border-color: rgb(115,25,255); }
td.TdClassName
{
border-color: #7319FF;
}
.TagClassName
{
border-color: #7319FF;
}
</style>