Shades of Electric Indigo #731AF1
Tints of Electric Indigo #731AF1
RGB
CMYK
RGB Variations
Color information
#731AF1 (or 0x731AF1) is known color: Electric Indigo. HEX triplet: 73, 1A and F1. RGB value is (115,26,241). Sum of RGB (Red+Green+Blue) = 115+26+241=382 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.10% from 382); Green value is 26 (10.55% from 255 or 6.81% from 382); Blue value is 241 (94.53% from 255 or 63.09% from 382); Max value from RGB is 241 - color contains mainly: blue. Hex color #731AF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #731AF1 is #8CE50E. Grayscale: #4C4C4C. Windows color (decimal): -9233679 or 15800947. OLE color: 15800947.
HSL color Cylindrical-coordinate representation of color #731AF1: hue angle of 264.84º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #731AF1 is Cyan = 0.52, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 115 | 26 | 241 | - |
| CMYK | 0.52 | 0.89 | 0 | 0.05 |
| HSL | 264.84º | 0.88% | 0.52% | - |
| HSV(B) | 264.84º | 0.89% | 0.95% | - |
| XYZ | 23.32 | 10.73 | 84.06 | - |
| YUV | 77.12 | 220.49 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 26 | 241 | 0.52 | 0.89 | 0 | 0.05 | 264.84 | 0.88 | 0.52 |
| Hex | 73 | 1A | F1 | 34 | 59 | 0 | 5 | 109 | 58 | 34 |
| Octal | 163 | 32 | 361 | 64 | 131 | 0 | 5 | 411 | 130 | 64 |
| Binary | 1110011 | 11010 | 11110001 | 110100 | 1011001 | 0 | 101 | 100001001 | 1011000 | 110100 |
Color Harmonies of #731AF1
Complementary color
Monochromatic Colors of #731AF1
Black with #731AF1
Text Example
Text Example
White with #731AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731AF1; }
p { color: rgb(115,26,241); }
H1.HeaderClassName
{
color: #731AF1;
}
.AnyTagClassName
{
color: #731AF1;
}
</style>
background-color css
<style>
a { background-color: #731AF1; }
a { background-color: rgb(115,26,241); }
div.DivClassName
{
background-color: #731AF1;
}
.BgClassName
{
background-color: #731AF1;
}
</style>
border-color css
<style>
span { border-color: #731AF1; }
span { border-color: rgb(115,26,241); }
td.TdClassName
{
border-color: #731AF1;
}
.TagClassName
{
border-color: #731AF1;
}
</style>