Shades of Electric Indigo #7D0CEE
Tints of Electric Indigo #7D0CEE
RGB
CMYK
RGB Variations
Color information
#7D0CEE (or 0x7D0CEE) is known color: Electric Indigo. HEX triplet: 7D, 0C and EE. RGB value is (125,12,238). Sum of RGB (Red+Green+Blue) = 125+12+238=375 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.33% from 375); Green value is 12 (5.08% from 255 or 3.2% from 375); Blue value is 238 (93.36% from 255 or 63.47% from 375); Max value from RGB is 238 - color contains mainly: blue. Hex color #7D0CEE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D0CEE is #82F311. Grayscale: #464646. Windows color (decimal): -8581906 or 15600765. OLE color: 15600765.
HSL color Cylindrical-coordinate representation of color #7D0CEE: hue angle of 270º 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 #7D0CEE is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 12 | 238 | - |
| CMYK | 0.47 | 0.95 | 0 | 0.07 |
| HSL | 270º | 0.9% | 0.49% | - |
| HSV(B) | 270º | 0.95% | 0.93% | - |
| XYZ | 24.02 | 10.8 | 81.71 | - |
| YUV | 71.55 | 221.94 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 12 | 238 | 0.47 | 0.95 | 0 | 0.07 | 270 | 0.9 | 0.49 |
| Hex | 7D | C | EE | 2F | 5F | 0 | 7 | 10E | 5A | 31 |
| Octal | 175 | 14 | 356 | 57 | 137 | 0 | 7 | 416 | 132 | 61 |
| Binary | 1111101 | 1100 | 11101110 | 101111 | 1011111 | 0 | 111 | 100001110 | 1011010 | 110001 |
Color Harmonies of #7D0CEE
Complementary color
Monochromatic Colors of #7D0CEE
Black with #7D0CEE
Text Example
Text Example
White with #7D0CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0CEE; }
p { color: rgb(125,12,238); }
H1.HeaderClassName
{
color: #7D0CEE;
}
.AnyTagClassName
{
color: #7D0CEE;
}
</style>
background-color css
<style>
a { background-color: #7D0CEE; }
a { background-color: rgb(125,12,238); }
div.DivClassName
{
background-color: #7D0CEE;
}
.BgClassName
{
background-color: #7D0CEE;
}
</style>
border-color css
<style>
span { border-color: #7D0CEE; }
span { border-color: rgb(125,12,238); }
td.TdClassName
{
border-color: #7D0CEE;
}
.TagClassName
{
border-color: #7D0CEE;
}
</style>