Shades of Electric Indigo #731FFE
Tints of Electric Indigo #731FFE
RGB
CMYK
RGB Variations
Color information
#731FFE (or 0x731FFE) is known color: Electric Indigo. HEX triplet: 73, 1F and FE. RGB value is (115,31,254). Sum of RGB (Red+Green+Blue) = 115+31+254=400 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.75% from 400); Green value is 31 (12.5% from 255 or 7.75% from 400); Blue value is 254 (99.61% from 255 or 63.5% from 400); Max value from RGB is 254 - color contains mainly: blue. Hex color #731FFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #731FFE is #8CE001. Grayscale: #505050. Windows color (decimal): -9232386 or 16654195. OLE color: 16654195.
HSL color Cylindrical-coordinate representation of color #731FFE: hue angle of 262.6º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #731FFE is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 115 | 31 | 254 | - |
| CMYK | 0.55 | 0.88 | 0 | 0.00 |
| HSL | 262.6º | 0.99% | 0.56% | - |
| HSV(B) | 262.6º | 0.88% | 1% | - |
| XYZ | 25.45 | 11.78 | 94.7 | - |
| YUV | 81.54 | 225.33 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 31 | 254 | 0.55 | 0.88 | 0 | 0.00 | 262.6 | 0.99 | 0.56 |
| Hex | 73 | 1F | FE | 37 | 58 | 0 | 0 | 107 | 63 | 38 |
| Octal | 163 | 37 | 376 | 67 | 130 | 0 | 0 | 407 | 143 | 70 |
| Binary | 1110011 | 11111 | 11111110 | 110111 | 1011000 | 0 | 0 | 100000111 | 1100011 | 111000 |
Color Harmonies of #731FFE
Complementary color
Monochromatic Colors of #731FFE
Black with #731FFE
Text Example
Text Example
White with #731FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731FFE; }
p { color: rgb(115,31,254); }
H1.HeaderClassName
{
color: #731FFE;
}
.AnyTagClassName
{
color: #731FFE;
}
</style>
background-color css
<style>
a { background-color: #731FFE; }
a { background-color: rgb(115,31,254); }
div.DivClassName
{
background-color: #731FFE;
}
.BgClassName
{
background-color: #731FFE;
}
</style>
border-color css
<style>
span { border-color: #731FFE; }
span { border-color: rgb(115,31,254); }
td.TdClassName
{
border-color: #731FFE;
}
.TagClassName
{
border-color: #731FFE;
}
</style>