Shades of Electric Indigo #7312FE
Tints of Electric Indigo #7312FE
RGB
CMYK
RGB Variations
Color information
#7312FE (or 0x7312FE) is known color: Electric Indigo. HEX triplet: 73, 12 and FE. RGB value is (115,18,254). Sum of RGB (Red+Green+Blue) = 115+18+254=387 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.72% from 387); Green value is 18 (7.42% from 255 or 4.65% from 387); Blue value is 254 (99.61% from 255 or 65.63% from 387); Max value from RGB is 254 - color contains mainly: blue. Hex color #7312FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7312FE is #8CED01. Grayscale: #494949. Windows color (decimal): -9235714 or 16650867. OLE color: 16650867.
HSL color Cylindrical-coordinate representation of color #7312FE: hue angle of 264.66º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7312FE is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 115 | 18 | 254 | - |
| CMYK | 0.55 | 0.93 | 0 | 0.00 |
| HSL | 264.66º | 0.99% | 0.53% | - |
| HSV(B) | 264.66º | 0.93% | 1% | - |
| XYZ | 25.18 | 11.23 | 94.61 | - |
| YUV | 73.91 | 229.64 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 18 | 254 | 0.55 | 0.93 | 0 | 0.00 | 264.66 | 0.99 | 0.53 |
| Hex | 73 | 12 | FE | 37 | 5D | 0 | 0 | 109 | 63 | 35 |
| Octal | 163 | 22 | 376 | 67 | 135 | 0 | 0 | 411 | 143 | 65 |
| Binary | 1110011 | 10010 | 11111110 | 110111 | 1011101 | 0 | 0 | 100001001 | 1100011 | 110101 |
Color Harmonies of #7312FE
Complementary color
Monochromatic Colors of #7312FE
Black with #7312FE
Text Example
Text Example
White with #7312FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7312FE; }
p { color: rgb(115,18,254); }
H1.HeaderClassName
{
color: #7312FE;
}
.AnyTagClassName
{
color: #7312FE;
}
</style>
background-color css
<style>
a { background-color: #7312FE; }
a { background-color: rgb(115,18,254); }
div.DivClassName
{
background-color: #7312FE;
}
.BgClassName
{
background-color: #7312FE;
}
</style>
border-color css
<style>
span { border-color: #7312FE; }
span { border-color: rgb(115,18,254); }
td.TdClassName
{
border-color: #7312FE;
}
.TagClassName
{
border-color: #7312FE;
}
</style>