Shades of Electric Indigo #731AFE
Tints of Electric Indigo #731AFE
RGB
CMYK
RGB Variations
Color information
#731AFE (or 0x731AFE) is known color: Electric Indigo. HEX triplet: 73, 1A and FE. RGB value is (115,26,254). Sum of RGB (Red+Green+Blue) = 115+26+254=395 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.11% from 395); Green value is 26 (10.55% from 255 or 6.58% from 395); Blue value is 254 (99.61% from 255 or 64.30% from 395); Max value from RGB is 254 - color contains mainly: blue. Hex color #731AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #731AFE is #8CE501. Grayscale: #4D4D4D. Windows color (decimal): -9233666 or 16652915. OLE color: 16652915.
HSL color Cylindrical-coordinate representation of color #731AFE: hue angle of 263.42º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #731AFE is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 115 | 26 | 254 | - |
| CMYK | 0.55 | 0.90 | 0 | 0.00 |
| HSL | 263.42º | 0.99% | 0.55% | - |
| HSV(B) | 263.42º | 0.9% | 1% | - |
| XYZ | 25.33 | 11.54 | 94.66 | - |
| YUV | 78.6 | 226.99 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 26 | 254 | 0.55 | 0.90 | 0 | 0.00 | 263.42 | 0.99 | 0.55 |
| Hex | 73 | 1A | FE | 37 | 5A | 0 | 0 | 107 | 63 | 37 |
| Octal | 163 | 32 | 376 | 67 | 132 | 0 | 0 | 407 | 143 | 67 |
| Binary | 1110011 | 11010 | 11111110 | 110111 | 1011010 | 0 | 0 | 100000111 | 1100011 | 110111 |
Color Harmonies of #731AFE
Complementary color
Monochromatic Colors of #731AFE
Black with #731AFE
Text Example
Text Example
White with #731AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731AFE; }
p { color: rgb(115,26,254); }
H1.HeaderClassName
{
color: #731AFE;
}
.AnyTagClassName
{
color: #731AFE;
}
</style>
background-color css
<style>
a { background-color: #731AFE; }
a { background-color: rgb(115,26,254); }
div.DivClassName
{
background-color: #731AFE;
}
.BgClassName
{
background-color: #731AFE;
}
</style>
border-color css
<style>
span { border-color: #731AFE; }
span { border-color: rgb(115,26,254); }
td.TdClassName
{
border-color: #731AFE;
}
.TagClassName
{
border-color: #731AFE;
}
</style>