Shades of Electric Indigo #790BFF
Tints of Electric Indigo #790BFF
RGB
CMYK
RGB Variations
Color information
#790BFF (or 0x790BFF) is known color: Electric Indigo. HEX triplet: 79, 0B and FF. RGB value is (121,11,255). Sum of RGB (Red+Green+Blue) = 121+11+255=387 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.27% from 387); Green value is 11 (4.69% from 255 or 2.84% from 387); Blue value is 255 (100% from 255 or 65.89% from 387); Max value from RGB is 255 - color contains mainly: blue. Hex color #790BFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #790BFF is #86F400. Grayscale: #464646. Windows color (decimal): -8844289 or 16714617. OLE color: 16714617.
HSL color Cylindrical-coordinate representation of color #790BFF: hue angle of 267.05º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #790BFF is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 121 | 11 | 255 | - |
| CMYK | 0.53 | 0.96 | 0 | 0 |
| HSL | 267.05º | 1% | 0.52% | - |
| HSV(B) | 267.05º | 0.96% | 1% | - |
| XYZ | 26.05 | 11.52 | 95.46 | - |
| YUV | 71.71 | 231.44 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 11 | 255 | 0.53 | 0.96 | 0 | 0 | 267.05 | 1 | 0.52 |
| Hex | 79 | B | FF | 35 | 60 | 0 | 0 | 10B | 64 | 34 |
| Octal | 171 | 13 | 377 | 65 | 140 | 0 | 0 | 413 | 144 | 64 |
| Binary | 1111001 | 1011 | 11111111 | 110101 | 1100000 | 0 | 0 | 100001011 | 1100100 | 110100 |
Color Harmonies of #790BFF
Complementary color
Monochromatic Colors of #790BFF
Black with #790BFF
Text Example
Text Example
White with #790BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790BFF; }
p { color: rgb(121,11,255); }
H1.HeaderClassName
{
color: #790BFF;
}
.AnyTagClassName
{
color: #790BFF;
}
</style>
background-color css
<style>
a { background-color: #790BFF; }
a { background-color: rgb(121,11,255); }
div.DivClassName
{
background-color: #790BFF;
}
.BgClassName
{
background-color: #790BFF;
}
</style>
border-color css
<style>
span { border-color: #790BFF; }
span { border-color: rgb(121,11,255); }
td.TdClassName
{
border-color: #790BFF;
}
.TagClassName
{
border-color: #790BFF;
}
</style>