Shades of Electric Indigo #7701FA
Tints of Electric Indigo #7701FA
RGB
CMYK
RGB Variations
Color information
#7701FA (or 0x7701FA) is known color: Electric Indigo. HEX triplet: 77, 01 and FA. RGB value is (119,1,250). Sum of RGB (Red+Green+Blue) = 119+1+250=370 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.16% from 370); Green value is 1 (0.78% from 255 or 0.27% from 370); Blue value is 250 (98.05% from 255 or 67.57% from 370); Max value from RGB is 250 - color contains mainly: blue. Hex color #7701FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7701FA is #88FE05. Grayscale: #3F3F3F. Windows color (decimal): -8977926 or 16384375. OLE color: 16384375.
HSL color Cylindrical-coordinate representation of color #7701FA: hue angle of 268.43º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7701FA is Cyan = 0.52, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 1 | 250 | - |
| CMYK | 0.52 | 1.00 | 0 | 0.02 |
| HSL | 268.43º | 0.99% | 0.49% | - |
| HSV(B) | 268.43º | 1% | 0.98% | - |
| XYZ | 24.87 | 10.85 | 91.22 | - |
| YUV | 64.67 | 232.59 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 1 | 250 | 0.52 | 1.00 | 0 | 0.02 | 268.43 | 0.99 | 0.49 |
| Hex | 77 | 1 | FA | 34 | 64 | 0 | 2 | 10C | 63 | 31 |
| Octal | 167 | 1 | 372 | 64 | 144 | 0 | 2 | 414 | 143 | 61 |
| Binary | 1110111 | 1 | 11111010 | 110100 | 1100100 | 0 | 10 | 100001100 | 1100011 | 110001 |
Color Harmonies of #7701FA
Complementary color
Monochromatic Colors of #7701FA
Black with #7701FA
Text Example
Text Example
White with #7701FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7701FA; }
p { color: rgb(119,1,250); }
H1.HeaderClassName
{
color: #7701FA;
}
.AnyTagClassName
{
color: #7701FA;
}
</style>
background-color css
<style>
a { background-color: #7701FA; }
a { background-color: rgb(119,1,250); }
div.DivClassName
{
background-color: #7701FA;
}
.BgClassName
{
background-color: #7701FA;
}
</style>
border-color css
<style>
span { border-color: #7701FA; }
span { border-color: rgb(119,1,250); }
td.TdClassName
{
border-color: #7701FA;
}
.TagClassName
{
border-color: #7701FA;
}
</style>