Shades of Electric Indigo #731CF7
Tints of Electric Indigo #731CF7
RGB
CMYK
RGB Variations
Color information
#731CF7 (or 0x731CF7) is known color: Electric Indigo. HEX triplet: 73, 1C and F7. RGB value is (115,28,247). Sum of RGB (Red+Green+Blue) = 115+28+247=390 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.49% from 390); Green value is 28 (11.33% from 255 or 7.18% from 390); Blue value is 247 (96.88% from 255 or 63.33% from 390); Max value from RGB is 247 - color contains mainly: blue. Hex color #731CF7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #731CF7 is #8CE308. Grayscale: #4E4E4E. Windows color (decimal): -9233161 or 16194675. OLE color: 16194675.
HSL color Cylindrical-coordinate representation of color #731CF7: hue angle of 263.84º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #731CF7 is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 115 | 28 | 247 | - |
| CMYK | 0.53 | 0.89 | 0 | 0.03 |
| HSL | 263.84º | 0.93% | 0.54% | - |
| HSV(B) | 263.84º | 0.89% | 0.97% | - |
| XYZ | 24.27 | 11.19 | 88.88 | - |
| YUV | 78.98 | 222.82 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 28 | 247 | 0.53 | 0.89 | 0 | 0.03 | 263.84 | 0.93 | 0.54 |
| Hex | 73 | 1C | F7 | 35 | 59 | 0 | 3 | 108 | 5D | 36 |
| Octal | 163 | 34 | 367 | 65 | 131 | 0 | 3 | 410 | 135 | 66 |
| Binary | 1110011 | 11100 | 11110111 | 110101 | 1011001 | 0 | 11 | 100001000 | 1011101 | 110110 |
Color Harmonies of #731CF7
Complementary color
Monochromatic Colors of #731CF7
Black with #731CF7
Text Example
Text Example
White with #731CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731CF7; }
p { color: rgb(115,28,247); }
H1.HeaderClassName
{
color: #731CF7;
}
.AnyTagClassName
{
color: #731CF7;
}
</style>
background-color css
<style>
a { background-color: #731CF7; }
a { background-color: rgb(115,28,247); }
div.DivClassName
{
background-color: #731CF7;
}
.BgClassName
{
background-color: #731CF7;
}
</style>
border-color css
<style>
span { border-color: #731CF7; }
span { border-color: rgb(115,28,247); }
td.TdClassName
{
border-color: #731CF7;
}
.TagClassName
{
border-color: #731CF7;
}
</style>