Shades of Electric Indigo #731DFF
Tints of Electric Indigo #731DFF
RGB
CMYK
RGB Variations
Color information
#731DFF (or 0x731DFF) is known color: Electric Indigo. HEX triplet: 73, 1D and FF. RGB value is (115,29,255). Sum of RGB (Red+Green+Blue) = 115+29+255=399 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.82% from 399); Green value is 29 (11.72% from 255 or 7.27% from 399); Blue value is 255 (100% from 255 or 63.91% from 399); Max value from RGB is 255 - color contains mainly: blue. Hex color #731DFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #731DFF is #8CE200. Grayscale: #4F4F4F. Windows color (decimal): -9232897 or 16719219. OLE color: 16719219.
HSL color Cylindrical-coordinate representation of color #731DFF: hue angle of 262.83º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #731DFF is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 29 | 255 | - |
| CMYK | 0.55 | 0.89 | 0 | 0 |
| HSL | 262.83º | 1% | 0.56% | - |
| HSV(B) | 262.83º | 0.89% | 1% | - |
| XYZ | 25.56 | 11.74 | 95.53 | - |
| YUV | 80.48 | 226.49 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 29 | 255 | 0.55 | 0.89 | 0 | 0 | 262.83 | 1 | 0.56 |
| Hex | 73 | 1D | FF | 37 | 59 | 0 | 0 | 107 | 64 | 38 |
| Octal | 163 | 35 | 377 | 67 | 131 | 0 | 0 | 407 | 144 | 70 |
| Binary | 1110011 | 11101 | 11111111 | 110111 | 1011001 | 0 | 0 | 100000111 | 1100100 | 111000 |
Color Harmonies of #731DFF
Complementary color
Monochromatic Colors of #731DFF
Black with #731DFF
Text Example
Text Example
White with #731DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731DFF; }
p { color: rgb(115,29,255); }
H1.HeaderClassName
{
color: #731DFF;
}
.AnyTagClassName
{
color: #731DFF;
}
</style>
background-color css
<style>
a { background-color: #731DFF; }
a { background-color: rgb(115,29,255); }
div.DivClassName
{
background-color: #731DFF;
}
.BgClassName
{
background-color: #731DFF;
}
</style>
border-color css
<style>
span { border-color: #731DFF; }
span { border-color: rgb(115,29,255); }
td.TdClassName
{
border-color: #731DFF;
}
.TagClassName
{
border-color: #731DFF;
}
</style>