Shades of Electric Indigo #731BFF
Tints of Electric Indigo #731BFF
RGB
CMYK
RGB Variations
Color information
#731BFF (or 0x731BFF) is known color: Electric Indigo. HEX triplet: 73, 1B and FF. RGB value is (115,27,255). Sum of RGB (Red+Green+Blue) = 115+27+255=397 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.97% from 397); Green value is 27 (10.94% from 255 or 6.80% from 397); Blue value is 255 (100% from 255 or 64.23% from 397); Max value from RGB is 255 - color contains mainly: blue. Hex color #731BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #731BFF is #8CE400. Grayscale: #4E4E4E. Windows color (decimal): -9233409 or 16718707. OLE color: 16718707.
HSL color Cylindrical-coordinate representation of color #731BFF: hue angle of 263.16º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #731BFF is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 27 | 255 | - |
| CMYK | 0.55 | 0.89 | 0 | 0 |
| HSL | 263.16º | 1% | 0.55% | - |
| HSV(B) | 263.16º | 0.89% | 1% | - |
| XYZ | 25.51 | 11.65 | 95.51 | - |
| YUV | 79.3 | 227.15 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 27 | 255 | 0.55 | 0.89 | 0 | 0 | 263.16 | 1 | 0.55 |
| Hex | 73 | 1B | FF | 37 | 59 | 0 | 0 | 107 | 64 | 37 |
| Octal | 163 | 33 | 377 | 67 | 131 | 0 | 0 | 407 | 144 | 67 |
| Binary | 1110011 | 11011 | 11111111 | 110111 | 1011001 | 0 | 0 | 100000111 | 1100100 | 110111 |
Color Harmonies of #731BFF
Complementary color
Monochromatic Colors of #731BFF
Black with #731BFF
Text Example
Text Example
White with #731BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731BFF; }
p { color: rgb(115,27,255); }
H1.HeaderClassName
{
color: #731BFF;
}
.AnyTagClassName
{
color: #731BFF;
}
</style>
background-color css
<style>
a { background-color: #731BFF; }
a { background-color: rgb(115,27,255); }
div.DivClassName
{
background-color: #731BFF;
}
.BgClassName
{
background-color: #731BFF;
}
</style>
border-color css
<style>
span { border-color: #731BFF; }
span { border-color: rgb(115,27,255); }
td.TdClassName
{
border-color: #731BFF;
}
.TagClassName
{
border-color: #731BFF;
}
</style>