Shades of Electric Indigo #791CFE
Tints of Electric Indigo #791CFE
RGB
CMYK
RGB Variations
Color information
#791CFE (or 0x791CFE) is known color: Electric Indigo. HEX triplet: 79, 1C and FE. RGB value is (121,28,254). Sum of RGB (Red+Green+Blue) = 121+28+254=403 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.02% from 403); Green value is 28 (11.33% from 255 or 6.95% from 403); Blue value is 254 (99.61% from 255 or 63.03% from 403); Max value from RGB is 254 - color contains mainly: blue. Hex color #791CFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #791CFE is #86E301. Grayscale: #505050. Windows color (decimal): -8839938 or 16653433. OLE color: 16653433.
HSL color Cylindrical-coordinate representation of color #791CFE: hue angle of 264.69º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #791CFE is Cyan = 0.52, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 121 | 28 | 254 | - |
| CMYK | 0.52 | 0.89 | 0 | 0.00 |
| HSL | 264.69º | 0.99% | 0.55% | - |
| HSV(B) | 264.69º | 0.89% | 1% | - |
| XYZ | 26.19 | 12.05 | 94.71 | - |
| YUV | 81.57 | 225.31 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 28 | 254 | 0.52 | 0.89 | 0 | 0.00 | 264.69 | 0.99 | 0.55 |
| Hex | 79 | 1C | FE | 34 | 59 | 0 | 0 | 109 | 63 | 37 |
| Octal | 171 | 34 | 376 | 64 | 131 | 0 | 0 | 411 | 143 | 67 |
| Binary | 1111001 | 11100 | 11111110 | 110100 | 1011001 | 0 | 0 | 100001001 | 1100011 | 110111 |
Color Harmonies of #791CFE
Complementary color
Monochromatic Colors of #791CFE
Black with #791CFE
Text Example
Text Example
White with #791CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791CFE; }
p { color: rgb(121,28,254); }
H1.HeaderClassName
{
color: #791CFE;
}
.AnyTagClassName
{
color: #791CFE;
}
</style>
background-color css
<style>
a { background-color: #791CFE; }
a { background-color: rgb(121,28,254); }
div.DivClassName
{
background-color: #791CFE;
}
.BgClassName
{
background-color: #791CFE;
}
</style>
border-color css
<style>
span { border-color: #791CFE; }
span { border-color: rgb(121,28,254); }
td.TdClassName
{
border-color: #791CFE;
}
.TagClassName
{
border-color: #791CFE;
}
</style>