Shades of Electric Indigo #7701E8
Tints of Electric Indigo #7701E8
RGB
CMYK
RGB Variations
Color information
#7701E8 (or 0x7701E8) is known color: Electric Indigo. HEX triplet: 77, 01 and E8. RGB value is (119,1,232). Sum of RGB (Red+Green+Blue) = 119+1+232=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 1 (0.78% from 255 or 0.28% from 352); Blue value is 232 (91.02% from 255 or 65.91% from 352); Max value from RGB is 232 - color contains mainly: blue. Hex color #7701E8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7701E8 is #88FE17. Grayscale: #3D3D3D. Windows color (decimal): -8977944 or 15204727. OLE color: 15204727.
HSL color Cylindrical-coordinate representation of color #7701E8: hue angle of 270.65º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7701E8 is Cyan = 0.49, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 119 | 1 | 232 | - |
| CMYK | 0.49 | 1.00 | 0 | 0.09 |
| HSL | 270.65º | 0.99% | 0.46% | - |
| HSV(B) | 270.65º | 1% | 0.91% | - |
| XYZ | 22.18 | 9.77 | 77.06 | - |
| YUV | 62.62 | 223.59 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 1 | 232 | 0.49 | 1.00 | 0 | 0.09 | 270.65 | 0.99 | 0.46 |
| Hex | 77 | 1 | E8 | 31 | 64 | 0 | 9 | 10F | 63 | 2E |
| Octal | 167 | 1 | 350 | 61 | 144 | 0 | 11 | 417 | 143 | 56 |
| Binary | 1110111 | 1 | 11101000 | 110001 | 1100100 | 0 | 1001 | 100001111 | 1100011 | 101110 |
Color Harmonies of #7701E8
Complementary color
Monochromatic Colors of #7701E8
Black with #7701E8
Text Example
Text Example
White with #7701E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7701E8; }
p { color: rgb(119,1,232); }
H1.HeaderClassName
{
color: #7701E8;
}
.AnyTagClassName
{
color: #7701E8;
}
</style>
background-color css
<style>
a { background-color: #7701E8; }
a { background-color: rgb(119,1,232); }
div.DivClassName
{
background-color: #7701E8;
}
.BgClassName
{
background-color: #7701E8;
}
</style>
border-color css
<style>
span { border-color: #7701E8; }
span { border-color: rgb(119,1,232); }
td.TdClassName
{
border-color: #7701E8;
}
.TagClassName
{
border-color: #7701E8;
}
</style>