Shades of Electric Indigo #7701FE
Tints of Electric Indigo #7701FE
RGB
CMYK
RGB Variations
Color information
#7701FE (or 0x7701FE) is known color: Electric Indigo. HEX triplet: 77, 01 and FE. RGB value is (119,1,254). Sum of RGB (Red+Green+Blue) = 119+1+254=374 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.82% from 374); Green value is 1 (0.78% from 255 or 0.27% from 374); Blue value is 254 (99.61% from 255 or 67.91% from 374); Max value from RGB is 254 - color contains mainly: blue. Hex color #7701FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7701FE is #88FE01. Grayscale: #404040. Windows color (decimal): -8977922 or 16646519. OLE color: 16646519.
HSL color Cylindrical-coordinate representation of color #7701FE: hue angle of 267.98º 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 #7701FE is Cyan = 0.53, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 119 | 1 | 254 | - |
| CMYK | 0.53 | 1.00 | 0 | 0.00 |
| HSL | 267.98º | 0.99% | 0.5% | - |
| HSV(B) | 267.98º | 1% | 1% | - |
| XYZ | 25.51 | 11.1 | 94.56 | - |
| YUV | 65.12 | 234.59 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 1 | 254 | 0.53 | 1.00 | 0 | 0.00 | 267.98 | 0.99 | 0.5 |
| Hex | 77 | 1 | FE | 35 | 64 | 0 | 0 | 10C | 63 | 32 |
| Octal | 167 | 1 | 376 | 65 | 144 | 0 | 0 | 414 | 143 | 62 |
| Binary | 1110111 | 1 | 11111110 | 110101 | 1100100 | 0 | 0 | 100001100 | 1100011 | 110010 |
Color Harmonies of #7701FE
Complementary color
Monochromatic Colors of #7701FE
Black with #7701FE
Text Example
Text Example
White with #7701FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7701FE; }
p { color: rgb(119,1,254); }
H1.HeaderClassName
{
color: #7701FE;
}
.AnyTagClassName
{
color: #7701FE;
}
</style>
background-color css
<style>
a { background-color: #7701FE; }
a { background-color: rgb(119,1,254); }
div.DivClassName
{
background-color: #7701FE;
}
.BgClassName
{
background-color: #7701FE;
}
</style>
border-color css
<style>
span { border-color: #7701FE; }
span { border-color: rgb(119,1,254); }
td.TdClassName
{
border-color: #7701FE;
}
.TagClassName
{
border-color: #7701FE;
}
</style>