Shades of Electric Indigo #7310FF
Tints of Electric Indigo #7310FF
RGB
CMYK
RGB Variations
Color information
#7310FF (or 0x7310FF) is known color: Electric Indigo. HEX triplet: 73, 10 and FF. RGB value is (115,16,255). Sum of RGB (Red+Green+Blue) = 115+16+255=386 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.79% from 386); Green value is 16 (6.64% from 255 or 4.15% from 386); Blue value is 255 (100% from 255 or 66.06% from 386); Max value from RGB is 255 - color contains mainly: blue. Hex color #7310FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7310FF is #8CEF00. Grayscale: #474747. Windows color (decimal): -9236225 or 16715891. OLE color: 16715891.
HSL color Cylindrical-coordinate representation of color #7310FF: hue angle of 264.85º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7310FF is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 16 | 255 | - |
| CMYK | 0.55 | 0.94 | 0 | 0 |
| HSL | 264.85º | 1% | 0.53% | - |
| HSV(B) | 264.85º | 0.94% | 1% | - |
| XYZ | 25.31 | 11.24 | 95.44 | - |
| YUV | 72.85 | 230.8 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 16 | 255 | 0.55 | 0.94 | 0 | 0 | 264.85 | 1 | 0.53 |
| Hex | 73 | 10 | FF | 37 | 5E | 0 | 0 | 109 | 64 | 35 |
| Octal | 163 | 20 | 377 | 67 | 136 | 0 | 0 | 411 | 144 | 65 |
| Binary | 1110011 | 10000 | 11111111 | 110111 | 1011110 | 0 | 0 | 100001001 | 1100100 | 110101 |
Color Harmonies of #7310FF
Complementary color
Monochromatic Colors of #7310FF
Black with #7310FF
Text Example
Text Example
White with #7310FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7310FF; }
p { color: rgb(115,16,255); }
H1.HeaderClassName
{
color: #7310FF;
}
.AnyTagClassName
{
color: #7310FF;
}
</style>
background-color css
<style>
a { background-color: #7310FF; }
a { background-color: rgb(115,16,255); }
div.DivClassName
{
background-color: #7310FF;
}
.BgClassName
{
background-color: #7310FF;
}
</style>
border-color css
<style>
span { border-color: #7310FF; }
span { border-color: rgb(115,16,255); }
td.TdClassName
{
border-color: #7310FF;
}
.TagClassName
{
border-color: #7310FF;
}
</style>