Shades of Electric Indigo #7313FF
Tints of Electric Indigo #7313FF
RGB
CMYK
RGB Variations
Color information
#7313FF (or 0x7313FF) is known color: Electric Indigo. HEX triplet: 73, 13 and FF. RGB value is (115,19,255). Sum of RGB (Red+Green+Blue) = 115+19+255=389 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.56% from 389); Green value is 19 (7.81% from 255 or 4.88% from 389); Blue value is 255 (100% from 255 or 65.55% from 389); Max value from RGB is 255 - color contains mainly: blue. Hex color #7313FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7313FF is #8CEC00. Grayscale: #494949. Windows color (decimal): -9235457 or 16716659. OLE color: 16716659.
HSL color Cylindrical-coordinate representation of color #7313FF: hue angle of 264.41º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7313FF is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 19 | 255 | - |
| CMYK | 0.55 | 0.93 | 0 | 0 |
| HSL | 264.41º | 1% | 0.54% | - |
| HSV(B) | 264.41º | 0.93% | 1% | - |
| XYZ | 25.35 | 11.33 | 95.46 | - |
| YUV | 74.61 | 229.8 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 19 | 255 | 0.55 | 0.93 | 0 | 0 | 264.41 | 1 | 0.54 |
| Hex | 73 | 13 | FF | 37 | 5D | 0 | 0 | 108 | 64 | 36 |
| Octal | 163 | 23 | 377 | 67 | 135 | 0 | 0 | 410 | 144 | 66 |
| Binary | 1110011 | 10011 | 11111111 | 110111 | 1011101 | 0 | 0 | 100001000 | 1100100 | 110110 |
Color Harmonies of #7313FF
Complementary color
Monochromatic Colors of #7313FF
Black with #7313FF
Text Example
Text Example
White with #7313FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7313FF; }
p { color: rgb(115,19,255); }
H1.HeaderClassName
{
color: #7313FF;
}
.AnyTagClassName
{
color: #7313FF;
}
</style>
background-color css
<style>
a { background-color: #7313FF; }
a { background-color: rgb(115,19,255); }
div.DivClassName
{
background-color: #7313FF;
}
.BgClassName
{
background-color: #7313FF;
}
</style>
border-color css
<style>
span { border-color: #7313FF; }
span { border-color: rgb(115,19,255); }
td.TdClassName
{
border-color: #7313FF;
}
.TagClassName
{
border-color: #7313FF;
}
</style>