Shades of Electric Indigo #7314FE
Tints of Electric Indigo #7314FE
RGB
CMYK
RGB Variations
Color information
#7314FE (or 0x7314FE) is known color: Electric Indigo. HEX triplet: 73, 14 and FE. RGB value is (115,20,254). Sum of RGB (Red+Green+Blue) = 115+20+254=389 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.56% from 389); Green value is 20 (8.20% from 255 or 5.14% from 389); Blue value is 254 (99.61% from 255 or 65.30% from 389); Max value from RGB is 254 - color contains mainly: blue. Hex color #7314FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7314FE is #8CEB01. Grayscale: #4A4A4A. Windows color (decimal): -9235202 or 16651379. OLE color: 16651379.
HSL color Cylindrical-coordinate representation of color #7314FE: hue angle of 264.36º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7314FE is Cyan = 0.55, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 115 | 20 | 254 | - |
| CMYK | 0.55 | 0.92 | 0 | 0.00 |
| HSL | 264.36º | 0.99% | 0.54% | - |
| HSV(B) | 264.36º | 0.92% | 1% | - |
| XYZ | 25.21 | 11.3 | 94.62 | - |
| YUV | 75.08 | 228.97 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 20 | 254 | 0.55 | 0.92 | 0 | 0.00 | 264.36 | 0.99 | 0.54 |
| Hex | 73 | 14 | FE | 37 | 5C | 0 | 0 | 108 | 63 | 36 |
| Octal | 163 | 24 | 376 | 67 | 134 | 0 | 0 | 410 | 143 | 66 |
| Binary | 1110011 | 10100 | 11111110 | 110111 | 1011100 | 0 | 0 | 100001000 | 1100011 | 110110 |
Color Harmonies of #7314FE
Complementary color
Monochromatic Colors of #7314FE
Black with #7314FE
Text Example
Text Example
White with #7314FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7314FE; }
p { color: rgb(115,20,254); }
H1.HeaderClassName
{
color: #7314FE;
}
.AnyTagClassName
{
color: #7314FE;
}
</style>
background-color css
<style>
a { background-color: #7314FE; }
a { background-color: rgb(115,20,254); }
div.DivClassName
{
background-color: #7314FE;
}
.BgClassName
{
background-color: #7314FE;
}
</style>
border-color css
<style>
span { border-color: #7314FE; }
span { border-color: rgb(115,20,254); }
td.TdClassName
{
border-color: #7314FE;
}
.TagClassName
{
border-color: #7314FE;
}
</style>