Shades of Electric Indigo #7803FB
Tints of Electric Indigo #7803FB
RGB
CMYK
RGB Variations
Color information
#7803FB (or 0x7803FB) is known color: Electric Indigo. HEX triplet: 78, 03 and FB. RGB value is (120,3,251). Sum of RGB (Red+Green+Blue) = 120+3+251=374 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.09% from 374); Green value is 3 (1.56% from 255 or 0.80% from 374); Blue value is 251 (98.44% from 255 or 67.11% from 374); Max value from RGB is 251 - color contains mainly: blue. Hex color #7803FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7803FB is #87FC04. Grayscale: #414141. Windows color (decimal): -8911877 or 16450424. OLE color: 16450424.
HSL color Cylindrical-coordinate representation of color #7803FB: hue angle of 268.31º 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 #7803FB is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 120 | 3 | 251 | - |
| CMYK | 0.52 | 0.99 | 0 | 0.02 |
| HSL | 268.31º | 0.98% | 0.5% | - |
| HSV(B) | 268.31º | 0.99% | 0.98% | - |
| XYZ | 25.19 | 11.02 | 92.07 | - |
| YUV | 66.26 | 232.26 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 3 | 251 | 0.52 | 0.99 | 0 | 0.02 | 268.31 | 0.98 | 0.5 |
| Hex | 78 | 3 | FB | 34 | 63 | 0 | 2 | 10C | 62 | 32 |
| Octal | 170 | 3 | 373 | 64 | 143 | 0 | 2 | 414 | 142 | 62 |
| Binary | 1111000 | 11 | 11111011 | 110100 | 1100011 | 0 | 10 | 100001100 | 1100010 | 110010 |
Color Harmonies of #7803FB
Complementary color
Monochromatic Colors of #7803FB
Black with #7803FB
Text Example
Text Example
White with #7803FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7803FB; }
p { color: rgb(120,3,251); }
H1.HeaderClassName
{
color: #7803FB;
}
.AnyTagClassName
{
color: #7803FB;
}
</style>
background-color css
<style>
a { background-color: #7803FB; }
a { background-color: rgb(120,3,251); }
div.DivClassName
{
background-color: #7803FB;
}
.BgClassName
{
background-color: #7803FB;
}
</style>
border-color css
<style>
span { border-color: #7803FB; }
span { border-color: rgb(120,3,251); }
td.TdClassName
{
border-color: #7803FB;
}
.TagClassName
{
border-color: #7803FB;
}
</style>