Shades of Electric Indigo #7705ED
Tints of Electric Indigo #7705ED
RGB
CMYK
RGB Variations
Color information
#7705ED (or 0x7705ED) is known color: Electric Indigo. HEX triplet: 77, 05 and ED. RGB value is (119,5,237). Sum of RGB (Red+Green+Blue) = 119+5+237=361 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.96% from 361); Green value is 5 (2.34% from 255 or 1.39% from 361); Blue value is 237 (92.97% from 255 or 65.65% from 361); Max value from RGB is 237 - color contains mainly: blue. Hex color #7705ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7705ED is #88FA12. Grayscale: #404040. Windows color (decimal): -8976915 or 15533431. OLE color: 15533431.
HSL color Cylindrical-coordinate representation of color #7705ED: hue angle of 269.48º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7705ED is Cyan = 0.50, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 5 | 237 | - |
| CMYK | 0.50 | 0.98 | 0 | 0.07 |
| HSL | 269.48º | 0.96% | 0.47% | - |
| HSV(B) | 269.48º | 0.98% | 0.93% | - |
| XYZ | 22.95 | 10.14 | 80.87 | - |
| YUV | 65.53 | 224.77 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 5 | 237 | 0.50 | 0.98 | 0 | 0.07 | 269.48 | 0.96 | 0.47 |
| Hex | 77 | 5 | ED | 32 | 62 | 0 | 7 | 10D | 60 | 2F |
| Octal | 167 | 5 | 355 | 62 | 142 | 0 | 7 | 415 | 140 | 57 |
| Binary | 1110111 | 101 | 11101101 | 110010 | 1100010 | 0 | 111 | 100001101 | 1100000 | 101111 |
Color Harmonies of #7705ED
Complementary color
Monochromatic Colors of #7705ED
Black with #7705ED
Text Example
Text Example
White with #7705ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7705ED; }
p { color: rgb(119,5,237); }
H1.HeaderClassName
{
color: #7705ED;
}
.AnyTagClassName
{
color: #7705ED;
}
</style>
background-color css
<style>
a { background-color: #7705ED; }
a { background-color: rgb(119,5,237); }
div.DivClassName
{
background-color: #7705ED;
}
.BgClassName
{
background-color: #7705ED;
}
</style>
border-color css
<style>
span { border-color: #7705ED; }
span { border-color: rgb(119,5,237); }
td.TdClassName
{
border-color: #7705ED;
}
.TagClassName
{
border-color: #7705ED;
}
</style>