Shades of Electric Indigo #731BFE
Tints of Electric Indigo #731BFE
RGB
CMYK
RGB Variations
Color information
#731BFE (or 0x731BFE) is known color: Electric Indigo. HEX triplet: 73, 1B and FE. RGB value is (115,27,254). Sum of RGB (Red+Green+Blue) = 115+27+254=396 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.04% from 396); Green value is 27 (10.94% from 255 or 6.82% from 396); Blue value is 254 (99.61% from 255 or 64.14% from 396); Max value from RGB is 254 - color contains mainly: blue. Hex color #731BFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #731BFE is #8CE401. Grayscale: #4E4E4E. Windows color (decimal): -9233410 or 16653171. OLE color: 16653171.
HSL color Cylindrical-coordinate representation of color #731BFE: hue angle of 263.26º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #731BFE is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 115 | 27 | 254 | - |
| CMYK | 0.55 | 0.89 | 0 | 0.00 |
| HSL | 263.26º | 0.99% | 0.55% | - |
| HSV(B) | 263.26º | 0.89% | 1% | - |
| XYZ | 25.35 | 11.58 | 94.67 | - |
| YUV | 79.19 | 226.65 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 27 | 254 | 0.55 | 0.89 | 0 | 0.00 | 263.26 | 0.99 | 0.55 |
| Hex | 73 | 1B | FE | 37 | 59 | 0 | 0 | 107 | 63 | 37 |
| Octal | 163 | 33 | 376 | 67 | 131 | 0 | 0 | 407 | 143 | 67 |
| Binary | 1110011 | 11011 | 11111110 | 110111 | 1011001 | 0 | 0 | 100000111 | 1100011 | 110111 |
Color Harmonies of #731BFE
Complementary color
Monochromatic Colors of #731BFE
Black with #731BFE
Text Example
Text Example
White with #731BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731BFE; }
p { color: rgb(115,27,254); }
H1.HeaderClassName
{
color: #731BFE;
}
.AnyTagClassName
{
color: #731BFE;
}
</style>
background-color css
<style>
a { background-color: #731BFE; }
a { background-color: rgb(115,27,254); }
div.DivClassName
{
background-color: #731BFE;
}
.BgClassName
{
background-color: #731BFE;
}
</style>
border-color css
<style>
span { border-color: #731BFE; }
span { border-color: rgb(115,27,254); }
td.TdClassName
{
border-color: #731BFE;
}
.TagClassName
{
border-color: #731BFE;
}
</style>