Shades of Electric Indigo #731BFB
Tints of Electric Indigo #731BFB
RGB
CMYK
RGB Variations
Color information
#731BFB (or 0x731BFB) is known color: Electric Indigo. HEX triplet: 73, 1B and FB. RGB value is (115,27,251). Sum of RGB (Red+Green+Blue) = 115+27+251=393 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.26% from 393); Green value is 27 (10.94% from 255 or 6.87% from 393); Blue value is 251 (98.44% from 255 or 63.87% from 393); Max value from RGB is 251 - color contains mainly: blue. Hex color #731BFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #731BFB is #8CE404. Grayscale: #4E4E4E. Windows color (decimal): -9233413 or 16456563. OLE color: 16456563.
HSL color Cylindrical-coordinate representation of color #731BFB: hue angle of 263.57º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #731BFB is Cyan = 0.54, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 27 | 251 | - |
| CMYK | 0.54 | 0.89 | 0 | 0.02 |
| HSL | 263.57º | 0.97% | 0.55% | - |
| HSV(B) | 263.57º | 0.89% | 0.98% | - |
| XYZ | 24.87 | 11.39 | 92.15 | - |
| YUV | 78.85 | 225.15 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 27 | 251 | 0.54 | 0.89 | 0 | 0.02 | 263.57 | 0.97 | 0.55 |
| Hex | 73 | 1B | FB | 36 | 59 | 0 | 2 | 108 | 61 | 37 |
| Octal | 163 | 33 | 373 | 66 | 131 | 0 | 2 | 410 | 141 | 67 |
| Binary | 1110011 | 11011 | 11111011 | 110110 | 1011001 | 0 | 10 | 100001000 | 1100001 | 110111 |
Color Harmonies of #731BFB
Complementary color
Monochromatic Colors of #731BFB
Black with #731BFB
Text Example
Text Example
White with #731BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731BFB; }
p { color: rgb(115,27,251); }
H1.HeaderClassName
{
color: #731BFB;
}
.AnyTagClassName
{
color: #731BFB;
}
</style>
background-color css
<style>
a { background-color: #731BFB; }
a { background-color: rgb(115,27,251); }
div.DivClassName
{
background-color: #731BFB;
}
.BgClassName
{
background-color: #731BFB;
}
</style>
border-color css
<style>
span { border-color: #731BFB; }
span { border-color: rgb(115,27,251); }
td.TdClassName
{
border-color: #731BFB;
}
.TagClassName
{
border-color: #731BFB;
}
</style>