Shades of Electric Indigo #7903FB
Tints of Electric Indigo #7903FB
RGB
CMYK
RGB Variations
Color information
#7903FB (or 0x7903FB) is known color: Electric Indigo. HEX triplet: 79, 03 and FB. RGB value is (121,3,251). Sum of RGB (Red+Green+Blue) = 121+3+251=375 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.27% from 375); Green value is 3 (1.56% from 255 or 0.8% from 375); Blue value is 251 (98.44% from 255 or 66.93% from 375); Max value from RGB is 251 - color contains mainly: blue. Hex color #7903FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7903FB is #86FC04. Grayscale: #414141. Windows color (decimal): -8846341 or 16450425. OLE color: 16450425.
HSL color Cylindrical-coordinate representation of color #7903FB: hue angle of 268.55º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7903FB is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 121 | 3 | 251 | - |
| CMYK | 0.52 | 0.99 | 0 | 0.02 |
| HSL | 268.55º | 0.98% | 0.5% | - |
| HSV(B) | 268.55º | 0.99% | 0.98% | - |
| XYZ | 25.33 | 11.1 | 92.07 | - |
| YUV | 66.55 | 232.09 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 3 | 251 | 0.52 | 0.99 | 0 | 0.02 | 268.55 | 0.98 | 0.5 |
| Hex | 79 | 3 | FB | 34 | 63 | 0 | 2 | 10D | 62 | 32 |
| Octal | 171 | 3 | 373 | 64 | 143 | 0 | 2 | 415 | 142 | 62 |
| Binary | 1111001 | 11 | 11111011 | 110100 | 1100011 | 0 | 10 | 100001101 | 1100010 | 110010 |
Color Harmonies of #7903FB
Complementary color
Monochromatic Colors of #7903FB
Black with #7903FB
Text Example
Text Example
White with #7903FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7903FB; }
p { color: rgb(121,3,251); }
H1.HeaderClassName
{
color: #7903FB;
}
.AnyTagClassName
{
color: #7903FB;
}
</style>
background-color css
<style>
a { background-color: #7903FB; }
a { background-color: rgb(121,3,251); }
div.DivClassName
{
background-color: #7903FB;
}
.BgClassName
{
background-color: #7903FB;
}
</style>
border-color css
<style>
span { border-color: #7903FB; }
span { border-color: rgb(121,3,251); }
td.TdClassName
{
border-color: #7903FB;
}
.TagClassName
{
border-color: #7903FB;
}
</style>