Shades of Electric Indigo #791BFA
Tints of Electric Indigo #791BFA
RGB
CMYK
RGB Variations
Color information
#791BFA (or 0x791BFA) is known color: Electric Indigo. HEX triplet: 79, 1B and FA. RGB value is (121,27,250). Sum of RGB (Red+Green+Blue) = 121+27+250=398 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.40% from 398); Green value is 27 (10.94% from 255 or 6.78% from 398); Blue value is 250 (98.05% from 255 or 62.81% from 398); Max value from RGB is 250 - color contains mainly: blue. Hex color #791BFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #791BFA is #86E405. Grayscale: #4F4F4F. Windows color (decimal): -8840198 or 16391033. OLE color: 16391033.
HSL color Cylindrical-coordinate representation of color #791BFA: hue angle of 265.29º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #791BFA is Cyan = 0.52, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 121 | 27 | 250 | - |
| CMYK | 0.52 | 0.89 | 0 | 0.02 |
| HSL | 265.29º | 0.96% | 0.54% | - |
| HSV(B) | 265.29º | 0.89% | 0.98% | - |
| XYZ | 25.53 | 11.75 | 91.36 | - |
| YUV | 80.53 | 223.64 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 27 | 250 | 0.52 | 0.89 | 0 | 0.02 | 265.29 | 0.96 | 0.54 |
| Hex | 79 | 1B | FA | 34 | 59 | 0 | 2 | 109 | 60 | 36 |
| Octal | 171 | 33 | 372 | 64 | 131 | 0 | 2 | 411 | 140 | 66 |
| Binary | 1111001 | 11011 | 11111010 | 110100 | 1011001 | 0 | 10 | 100001001 | 1100000 | 110110 |
Color Harmonies of #791BFA
Complementary color
Monochromatic Colors of #791BFA
Black with #791BFA
Text Example
Text Example
White with #791BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791BFA; }
p { color: rgb(121,27,250); }
H1.HeaderClassName
{
color: #791BFA;
}
.AnyTagClassName
{
color: #791BFA;
}
</style>
background-color css
<style>
a { background-color: #791BFA; }
a { background-color: rgb(121,27,250); }
div.DivClassName
{
background-color: #791BFA;
}
.BgClassName
{
background-color: #791BFA;
}
</style>
border-color css
<style>
span { border-color: #791BFA; }
span { border-color: rgb(121,27,250); }
td.TdClassName
{
border-color: #791BFA;
}
.TagClassName
{
border-color: #791BFA;
}
</style>