Shades of Electric Indigo #7310FE
Tints of Electric Indigo #7310FE
RGB
CMYK
RGB Variations
Color information
#7310FE (or 0x7310FE) is known color: Electric Indigo. HEX triplet: 73, 10 and FE. RGB value is (115,16,254). Sum of RGB (Red+Green+Blue) = 115+16+254=385 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.87% from 385); Green value is 16 (6.64% from 255 or 4.16% from 385); Blue value is 254 (99.61% from 255 or 65.97% from 385); Max value from RGB is 254 - color contains mainly: blue. Hex color #7310FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7310FE is #8CEF01. Grayscale: #474747. Windows color (decimal): -9236226 or 16650355. OLE color: 16650355.
HSL color Cylindrical-coordinate representation of color #7310FE: hue angle of 264.96º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7310FE is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 115 | 16 | 254 | - |
| CMYK | 0.55 | 0.94 | 0 | 0.00 |
| HSL | 264.96º | 0.99% | 0.53% | - |
| HSV(B) | 264.96º | 0.94% | 1% | - |
| XYZ | 25.14 | 11.17 | 94.6 | - |
| YUV | 72.73 | 230.3 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 16 | 254 | 0.55 | 0.94 | 0 | 0.00 | 264.96 | 0.99 | 0.53 |
| Hex | 73 | 10 | FE | 37 | 5E | 0 | 0 | 109 | 63 | 35 |
| Octal | 163 | 20 | 376 | 67 | 136 | 0 | 0 | 411 | 143 | 65 |
| Binary | 1110011 | 10000 | 11111110 | 110111 | 1011110 | 0 | 0 | 100001001 | 1100011 | 110101 |
Color Harmonies of #7310FE
Complementary color
Monochromatic Colors of #7310FE
Black with #7310FE
Text Example
Text Example
White with #7310FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7310FE; }
p { color: rgb(115,16,254); }
H1.HeaderClassName
{
color: #7310FE;
}
.AnyTagClassName
{
color: #7310FE;
}
</style>
background-color css
<style>
a { background-color: #7310FE; }
a { background-color: rgb(115,16,254); }
div.DivClassName
{
background-color: #7310FE;
}
.BgClassName
{
background-color: #7310FE;
}
</style>
border-color css
<style>
span { border-color: #7310FE; }
span { border-color: rgb(115,16,254); }
td.TdClassName
{
border-color: #7310FE;
}
.TagClassName
{
border-color: #7310FE;
}
</style>