Shades of Electric Indigo #731DF4
Tints of Electric Indigo #731DF4
RGB
CMYK
RGB Variations
Color information
#731DF4 (or 0x731DF4) is known color: Electric Indigo. HEX triplet: 73, 1D and F4. RGB value is (115,29,244). Sum of RGB (Red+Green+Blue) = 115+29+244=388 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.64% from 388); Green value is 29 (11.72% from 255 or 7.47% from 388); Blue value is 244 (95.70% from 255 or 62.89% from 388); Max value from RGB is 244 - color contains mainly: blue. Hex color #731DF4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #731DF4 is #8CE20B. Grayscale: #4E4E4E. Windows color (decimal): -9232908 or 15998323. OLE color: 15998323.
HSL color Cylindrical-coordinate representation of color #731DF4: hue angle of 264º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #731DF4 is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 115 | 29 | 244 | - |
| CMYK | 0.53 | 0.88 | 0 | 0.04 |
| HSL | 264º | 0.91% | 0.54% | - |
| HSV(B) | 264º | 0.88% | 0.96% | - |
| XYZ | 23.84 | 11.06 | 86.47 | - |
| YUV | 79.22 | 220.99 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 29 | 244 | 0.53 | 0.88 | 0 | 0.04 | 264 | 0.91 | 0.54 |
| Hex | 73 | 1D | F4 | 35 | 58 | 0 | 4 | 108 | 5B | 36 |
| Octal | 163 | 35 | 364 | 65 | 130 | 0 | 4 | 410 | 133 | 66 |
| Binary | 1110011 | 11101 | 11110100 | 110101 | 1011000 | 0 | 100 | 100001000 | 1011011 | 110110 |
Color Harmonies of #731DF4
Complementary color
Monochromatic Colors of #731DF4
Black with #731DF4
Text Example
Text Example
White with #731DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731DF4; }
p { color: rgb(115,29,244); }
H1.HeaderClassName
{
color: #731DF4;
}
.AnyTagClassName
{
color: #731DF4;
}
</style>
background-color css
<style>
a { background-color: #731DF4; }
a { background-color: rgb(115,29,244); }
div.DivClassName
{
background-color: #731DF4;
}
.BgClassName
{
background-color: #731DF4;
}
</style>
border-color css
<style>
span { border-color: #731DF4; }
span { border-color: rgb(115,29,244); }
td.TdClassName
{
border-color: #731DF4;
}
.TagClassName
{
border-color: #731DF4;
}
</style>