Shades of Electric Indigo #7B03FE
Tints of Electric Indigo #7B03FE
RGB
CMYK
RGB Variations
Color information
#7B03FE (or 0x7B03FE) is known color: Electric Indigo. HEX triplet: 7B, 03 and FE. RGB value is (123,3,254). Sum of RGB (Red+Green+Blue) = 123+3+254=380 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.37% from 380); Green value is 3 (1.56% from 255 or 0.79% from 380); Blue value is 254 (99.61% from 255 or 66.84% from 380); Max value from RGB is 254 - color contains mainly: blue. Hex color #7B03FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7B03FE is #84FC01. Grayscale: #424242. Windows color (decimal): -8715266 or 16647035. OLE color: 16647035.
HSL color Cylindrical-coordinate representation of color #7B03FE: hue angle of 268.69º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7B03FE is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 3 | 254 | - |
| CMYK | 0.52 | 0.99 | 0 | 0.00 |
| HSL | 268.69º | 0.99% | 0.5% | - |
| HSV(B) | 268.69º | 0.99% | 1% | - |
| XYZ | 26.09 | 11.43 | 94.6 | - |
| YUV | 67.49 | 233.26 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 3 | 254 | 0.52 | 0.99 | 0 | 0.00 | 268.69 | 0.99 | 0.5 |
| Hex | 7B | 3 | FE | 34 | 63 | 0 | 0 | 10D | 63 | 32 |
| Octal | 173 | 3 | 376 | 64 | 143 | 0 | 0 | 415 | 143 | 62 |
| Binary | 1111011 | 11 | 11111110 | 110100 | 1100011 | 0 | 0 | 100001101 | 1100011 | 110010 |
Color Harmonies of #7B03FE
Complementary color
Monochromatic Colors of #7B03FE
Black with #7B03FE
Text Example
Text Example
White with #7B03FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B03FE; }
p { color: rgb(123,3,254); }
H1.HeaderClassName
{
color: #7B03FE;
}
.AnyTagClassName
{
color: #7B03FE;
}
</style>
background-color css
<style>
a { background-color: #7B03FE; }
a { background-color: rgb(123,3,254); }
div.DivClassName
{
background-color: #7B03FE;
}
.BgClassName
{
background-color: #7B03FE;
}
</style>
border-color css
<style>
span { border-color: #7B03FE; }
span { border-color: rgb(123,3,254); }
td.TdClassName
{
border-color: #7B03FE;
}
.TagClassName
{
border-color: #7B03FE;
}
</style>