Shades of Electric Indigo #7B01FE
Tints of Electric Indigo #7B01FE
RGB
CMYK
RGB Variations
Color information
#7B01FE (or 0x7B01FE) is known color: Electric Indigo. HEX triplet: 7B, 01 and FE. RGB value is (123,1,254). Sum of RGB (Red+Green+Blue) = 123+1+254=378 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.54% from 378); Green value is 1 (0.78% from 255 or 0.26% from 378); Blue value is 254 (99.61% from 255 or 67.20% from 378); Max value from RGB is 254 - color contains mainly: blue. Hex color #7B01FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7B01FE is #84FE01. Grayscale: #414141. Windows color (decimal): -8715778 or 16646523. OLE color: 16646523.
HSL color Cylindrical-coordinate representation of color #7B01FE: hue angle of 268.93º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7B01FE is Cyan = 0.52, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 1 | 254 | - |
| CMYK | 0.52 | 1.00 | 0 | 0.00 |
| HSL | 268.93º | 0.99% | 0.5% | - |
| HSV(B) | 268.93º | 1% | 1% | - |
| XYZ | 26.07 | 11.39 | 94.59 | - |
| YUV | 66.32 | 233.92 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 1 | 254 | 0.52 | 1.00 | 0 | 0.00 | 268.93 | 0.99 | 0.5 |
| Hex | 7B | 1 | FE | 34 | 64 | 0 | 0 | 10D | 63 | 32 |
| Octal | 173 | 1 | 376 | 64 | 144 | 0 | 0 | 415 | 143 | 62 |
| Binary | 1111011 | 1 | 11111110 | 110100 | 1100100 | 0 | 0 | 100001101 | 1100011 | 110010 |
Color Harmonies of #7B01FE
Complementary color
Monochromatic Colors of #7B01FE
Black with #7B01FE
Text Example
Text Example
White with #7B01FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B01FE; }
p { color: rgb(123,1,254); }
H1.HeaderClassName
{
color: #7B01FE;
}
.AnyTagClassName
{
color: #7B01FE;
}
</style>
background-color css
<style>
a { background-color: #7B01FE; }
a { background-color: rgb(123,1,254); }
div.DivClassName
{
background-color: #7B01FE;
}
.BgClassName
{
background-color: #7B01FE;
}
</style>
border-color css
<style>
span { border-color: #7B01FE; }
span { border-color: rgb(123,1,254); }
td.TdClassName
{
border-color: #7B01FE;
}
.TagClassName
{
border-color: #7B01FE;
}
</style>