Shades of Electric Indigo #790BFA
Tints of Electric Indigo #790BFA
RGB
CMYK
RGB Variations
Color information
#790BFA (or 0x790BFA) is known color: Electric Indigo. HEX triplet: 79, 0B and FA. RGB value is (121,11,250). Sum of RGB (Red+Green+Blue) = 121+11+250=382 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.68% from 382); Green value is 11 (4.69% from 255 or 2.88% from 382); Blue value is 250 (98.05% from 255 or 65.45% from 382); Max value from RGB is 250 - color contains mainly: blue. Hex color #790BFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #790BFA is #86F405. Grayscale: #464646. Windows color (decimal): -8844294 or 16386937. OLE color: 16386937.
HSL color Cylindrical-coordinate representation of color #790BFA: hue angle of 267.62º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #790BFA is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 121 | 11 | 250 | - |
| CMYK | 0.52 | 0.96 | 0 | 0.02 |
| HSL | 267.62º | 0.96% | 0.51% | - |
| HSV(B) | 267.62º | 0.96% | 0.98% | - |
| XYZ | 25.26 | 11.21 | 91.27 | - |
| YUV | 71.14 | 228.94 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 11 | 250 | 0.52 | 0.96 | 0 | 0.02 | 267.62 | 0.96 | 0.51 |
| Hex | 79 | B | FA | 34 | 60 | 0 | 2 | 10C | 60 | 33 |
| Octal | 171 | 13 | 372 | 64 | 140 | 0 | 2 | 414 | 140 | 63 |
| Binary | 1111001 | 1011 | 11111010 | 110100 | 1100000 | 0 | 10 | 100001100 | 1100000 | 110011 |
Color Harmonies of #790BFA
Complementary color
Monochromatic Colors of #790BFA
Black with #790BFA
Text Example
Text Example
White with #790BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790BFA; }
p { color: rgb(121,11,250); }
H1.HeaderClassName
{
color: #790BFA;
}
.AnyTagClassName
{
color: #790BFA;
}
</style>
background-color css
<style>
a { background-color: #790BFA; }
a { background-color: rgb(121,11,250); }
div.DivClassName
{
background-color: #790BFA;
}
.BgClassName
{
background-color: #790BFA;
}
</style>
border-color css
<style>
span { border-color: #790BFA; }
span { border-color: rgb(121,11,250); }
td.TdClassName
{
border-color: #790BFA;
}
.TagClassName
{
border-color: #790BFA;
}
</style>