Shades of Electric Indigo #7F00EE
Tints of Electric Indigo #7F00EE
RGB
CMYK
RGB Variations
Color information
#7F00EE (or 0x7F00EE) is known color: Electric Indigo. HEX triplet: 7F, 00 and EE. RGB value is (127,0,238). Sum of RGB (Red+Green+Blue) = 127+0+238=365 (48% of max value = 765). Red value is 127 (50% from 255 or 34.79% from 365); Green value is 0 (0.39% from 255 or 0% from 365); Blue value is 238 (93.36% from 255 or 65.21% from 365); Max value from RGB is 238 - color contains mainly: blue. Hex color #7F00EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F00EE is #80FF11. Grayscale: #404040. Windows color (decimal): -8453906 or 15597695. OLE color: 15597695.
HSL color Cylindrical-coordinate representation of color #7F00EE: hue angle of 272.02º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7F00EE is Cyan = 0.47, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 0 | 238 | - |
| CMYK | 0.47 | 1 | 0 | 0.07 |
| HSL | 272.02º | 1% | 0.47% | - |
| HSV(B) | 272.02º | 1% | 0.93% | - |
| XYZ | 24.19 | 10.69 | 81.68 | - |
| YUV | 65.11 | 225.58 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 0 | 238 | 0.47 | 1 | 0 | 0.07 | 272.02 | 1 | 0.47 |
| Hex | 7F | 0 | EE | 2F | 64 | 0 | 7 | 110 | 64 | 2F |
| Octal | 177 | 0 | 356 | 57 | 144 | 0 | 7 | 420 | 144 | 57 |
| Binary | 1111111 | 0 | 11101110 | 101111 | 1100100 | 0 | 111 | 100010000 | 1100100 | 101111 |
Color Harmonies of #7F00EE
Complementary color
Monochromatic Colors of #7F00EE
Black with #7F00EE
Text Example
Text Example
White with #7F00EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F00EE; }
p { color: rgb(127,0,238); }
H1.HeaderClassName
{
color: #7F00EE;
}
.AnyTagClassName
{
color: #7F00EE;
}
</style>
background-color css
<style>
a { background-color: #7F00EE; }
a { background-color: rgb(127,0,238); }
div.DivClassName
{
background-color: #7F00EE;
}
.BgClassName
{
background-color: #7F00EE;
}
</style>
border-color css
<style>
span { border-color: #7F00EE; }
span { border-color: rgb(127,0,238); }
td.TdClassName
{
border-color: #7F00EE;
}
.TagClassName
{
border-color: #7F00EE;
}
</style>