Shades of Electric Indigo #731EFF
Tints of Electric Indigo #731EFF
RGB
CMYK
RGB Variations
Color information
#731EFF (or 0x731EFF) is known color: Electric Indigo. HEX triplet: 73, 1E and FF. RGB value is (115,30,255). Sum of RGB (Red+Green+Blue) = 115+30+255=400 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.75% from 400); Green value is 30 (12.11% from 255 or 7.5% from 400); Blue value is 255 (100% from 255 or 63.75% from 400); Max value from RGB is 255 - color contains mainly: blue. Hex color #731EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #731EFF is #8CE100. Grayscale: #505050. Windows color (decimal): -9232641 or 16719475. OLE color: 16719475.
HSL color Cylindrical-coordinate representation of color #731EFF: hue angle of 262.67º 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 #731EFF is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 30 | 255 | - |
| CMYK | 0.55 | 0.88 | 0 | 0 |
| HSL | 262.67º | 1% | 0.56% | - |
| HSV(B) | 262.67º | 0.88% | 1% | - |
| XYZ | 25.58 | 11.79 | 95.54 | - |
| YUV | 81.07 | 226.16 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 30 | 255 | 0.55 | 0.88 | 0 | 0 | 262.67 | 1 | 0.56 |
| Hex | 73 | 1E | FF | 37 | 58 | 0 | 0 | 107 | 64 | 38 |
| Octal | 163 | 36 | 377 | 67 | 130 | 0 | 0 | 407 | 144 | 70 |
| Binary | 1110011 | 11110 | 11111111 | 110111 | 1011000 | 0 | 0 | 100000111 | 1100100 | 111000 |
Color Harmonies of #731EFF
Complementary color
Monochromatic Colors of #731EFF
Black with #731EFF
Text Example
Text Example
White with #731EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731EFF; }
p { color: rgb(115,30,255); }
H1.HeaderClassName
{
color: #731EFF;
}
.AnyTagClassName
{
color: #731EFF;
}
</style>
background-color css
<style>
a { background-color: #731EFF; }
a { background-color: rgb(115,30,255); }
div.DivClassName
{
background-color: #731EFF;
}
.BgClassName
{
background-color: #731EFF;
}
</style>
border-color css
<style>
span { border-color: #731EFF; }
span { border-color: rgb(115,30,255); }
td.TdClassName
{
border-color: #731EFF;
}
.TagClassName
{
border-color: #731EFF;
}
</style>