Shades of Electric Indigo #731CFA
Tints of Electric Indigo #731CFA
RGB
CMYK
RGB Variations
Color information
#731CFA (or 0x731CFA) is known color: Electric Indigo. HEX triplet: 73, 1C and FA. RGB value is (115,28,250). Sum of RGB (Red+Green+Blue) = 115+28+250=393 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.26% from 393); Green value is 28 (11.33% from 255 or 7.12% from 393); Blue value is 250 (98.05% from 255 or 63.61% from 393); Max value from RGB is 250 - color contains mainly: blue. Hex color #731CFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #731CFA is #8CE305. Grayscale: #4E4E4E. Windows color (decimal): -9233158 or 16391283. OLE color: 16391283.
HSL color Cylindrical-coordinate representation of color #731CFA: hue angle of 263.51º degrees, saturation: 0.96, 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 #731CFA is Cyan = 0.54, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 28 | 250 | - |
| CMYK | 0.54 | 0.89 | 0 | 0.02 |
| HSL | 263.51º | 0.96% | 0.55% | - |
| HSV(B) | 263.51º | 0.89% | 0.98% | - |
| XYZ | 24.74 | 11.38 | 91.33 | - |
| YUV | 79.32 | 224.32 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 28 | 250 | 0.54 | 0.89 | 0 | 0.02 | 263.51 | 0.96 | 0.55 |
| Hex | 73 | 1C | FA | 36 | 59 | 0 | 2 | 108 | 60 | 37 |
| Octal | 163 | 34 | 372 | 66 | 131 | 0 | 2 | 410 | 140 | 67 |
| Binary | 1110011 | 11100 | 11111010 | 110110 | 1011001 | 0 | 10 | 100001000 | 1100000 | 110111 |
Color Harmonies of #731CFA
Complementary color
Monochromatic Colors of #731CFA
Black with #731CFA
Text Example
Text Example
White with #731CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731CFA; }
p { color: rgb(115,28,250); }
H1.HeaderClassName
{
color: #731CFA;
}
.AnyTagClassName
{
color: #731CFA;
}
</style>
background-color css
<style>
a { background-color: #731CFA; }
a { background-color: rgb(115,28,250); }
div.DivClassName
{
background-color: #731CFA;
}
.BgClassName
{
background-color: #731CFA;
}
</style>
border-color css
<style>
span { border-color: #731CFA; }
span { border-color: rgb(115,28,250); }
td.TdClassName
{
border-color: #731CFA;
}
.TagClassName
{
border-color: #731CFA;
}
</style>