Shades of Electric Indigo #731FFF
Tints of Electric Indigo #731FFF
RGB
CMYK
RGB Variations
Color information
#731FFF (or 0x731FFF) is known color: Electric Indigo. HEX triplet: 73, 1F and FF. RGB value is (115,31,255). Sum of RGB (Red+Green+Blue) = 115+31+255=401 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.68% from 401); Green value is 31 (12.5% from 255 or 7.73% from 401); Blue value is 255 (100% from 255 or 63.59% from 401); Max value from RGB is 255 - color contains mainly: blue. Hex color #731FFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #731FFF is #8CE000. Grayscale: #505050. Windows color (decimal): -9232385 or 16719731. OLE color: 16719731.
HSL color Cylindrical-coordinate representation of color #731FFF: hue angle of 262.5º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #731FFF is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 31 | 255 | - |
| CMYK | 0.55 | 0.88 | 0 | 0 |
| HSL | 262.5º | 1% | 0.56% | - |
| HSV(B) | 262.5º | 0.88% | 1% | - |
| XYZ | 25.61 | 11.84 | 95.54 | - |
| YUV | 81.65 | 225.83 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 31 | 255 | 0.55 | 0.88 | 0 | 0 | 262.5 | 1 | 0.56 |
| Hex | 73 | 1F | FF | 37 | 58 | 0 | 0 | 106 | 64 | 38 |
| Octal | 163 | 37 | 377 | 67 | 130 | 0 | 0 | 406 | 144 | 70 |
| Binary | 1110011 | 11111 | 11111111 | 110111 | 1011000 | 0 | 0 | 100000110 | 1100100 | 111000 |
Color Harmonies of #731FFF
Complementary color
Monochromatic Colors of #731FFF
Black with #731FFF
Text Example
Text Example
White with #731FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731FFF; }
p { color: rgb(115,31,255); }
H1.HeaderClassName
{
color: #731FFF;
}
.AnyTagClassName
{
color: #731FFF;
}
</style>
background-color css
<style>
a { background-color: #731FFF; }
a { background-color: rgb(115,31,255); }
div.DivClassName
{
background-color: #731FFF;
}
.BgClassName
{
background-color: #731FFF;
}
</style>
border-color css
<style>
span { border-color: #731FFF; }
span { border-color: rgb(115,31,255); }
td.TdClassName
{
border-color: #731FFF;
}
.TagClassName
{
border-color: #731FFF;
}
</style>