Shades of Electric Indigo #7F0CEE
Tints of Electric Indigo #7F0CEE
RGB
CMYK
RGB Variations
Color information
#7F0CEE (or 0x7F0CEE) is known color: Electric Indigo. HEX triplet: 7F, 0C and EE. RGB value is (127,12,238). Sum of RGB (Red+Green+Blue) = 127+12+238=377 (49% of max value = 765). Red value is 127 (50% from 255 or 33.69% from 377); Green value is 12 (5.08% from 255 or 3.18% from 377); Blue value is 238 (93.36% from 255 or 63.13% from 377); Max value from RGB is 238 - color contains mainly: blue. Hex color #7F0CEE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F0CEE is #80F311. Grayscale: #474747. Windows color (decimal): -8450834 or 15600767. OLE color: 15600767.
HSL color Cylindrical-coordinate representation of color #7F0CEE: hue angle of 270.53º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7F0CEE is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 12 | 238 | - |
| CMYK | 0.47 | 0.95 | 0 | 0.07 |
| HSL | 270.53º | 0.9% | 0.49% | - |
| HSV(B) | 270.53º | 0.95% | 0.93% | - |
| XYZ | 24.32 | 10.95 | 81.72 | - |
| YUV | 72.15 | 221.6 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 12 | 238 | 0.47 | 0.95 | 0 | 0.07 | 270.53 | 0.9 | 0.49 |
| Hex | 7F | C | EE | 2F | 5F | 0 | 7 | 10F | 5A | 31 |
| Octal | 177 | 14 | 356 | 57 | 137 | 0 | 7 | 417 | 132 | 61 |
| Binary | 1111111 | 1100 | 11101110 | 101111 | 1011111 | 0 | 111 | 100001111 | 1011010 | 110001 |
Color Harmonies of #7F0CEE
Complementary color
Monochromatic Colors of #7F0CEE
Black with #7F0CEE
Text Example
Text Example
White with #7F0CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0CEE; }
p { color: rgb(127,12,238); }
H1.HeaderClassName
{
color: #7F0CEE;
}
.AnyTagClassName
{
color: #7F0CEE;
}
</style>
background-color css
<style>
a { background-color: #7F0CEE; }
a { background-color: rgb(127,12,238); }
div.DivClassName
{
background-color: #7F0CEE;
}
.BgClassName
{
background-color: #7F0CEE;
}
</style>
border-color css
<style>
span { border-color: #7F0CEE; }
span { border-color: rgb(127,12,238); }
td.TdClassName
{
border-color: #7F0CEE;
}
.TagClassName
{
border-color: #7F0CEE;
}
</style>