Shades of Electric Indigo #7D0CFC
Tints of Electric Indigo #7D0CFC
RGB
CMYK
RGB Variations
Color information
#7D0CFC (or 0x7D0CFC) is known color: Electric Indigo. HEX triplet: 7D, 0C and FC. RGB value is (125,12,252). Sum of RGB (Red+Green+Blue) = 125+12+252=389 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.13% from 389); Green value is 12 (5.08% from 255 or 3.08% from 389); Blue value is 252 (98.83% from 255 or 64.78% from 389); Max value from RGB is 252 - color contains mainly: blue. Hex color #7D0CFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D0CFC is #82F303. Grayscale: #484848. Windows color (decimal): -8581892 or 16518269. OLE color: 16518269.
HSL color Cylindrical-coordinate representation of color #7D0CFC: hue angle of 268.25º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7D0CFC is Cyan = 0.50, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 125 | 12 | 252 | - |
| CMYK | 0.50 | 0.95 | 0 | 0.01 |
| HSL | 268.25º | 0.98% | 0.52% | - |
| HSV(B) | 268.25º | 0.95% | 0.99% | - |
| XYZ | 26.16 | 11.65 | 92.97 | - |
| YUV | 73.15 | 228.94 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 12 | 252 | 0.50 | 0.95 | 0 | 0.01 | 268.25 | 0.98 | 0.52 |
| Hex | 7D | C | FC | 32 | 5F | 0 | 1 | 10C | 62 | 34 |
| Octal | 175 | 14 | 374 | 62 | 137 | 0 | 1 | 414 | 142 | 64 |
| Binary | 1111101 | 1100 | 11111100 | 110010 | 1011111 | 0 | 1 | 100001100 | 1100010 | 110100 |
Color Harmonies of #7D0CFC
Complementary color
Monochromatic Colors of #7D0CFC
Black with #7D0CFC
Text Example
Text Example
White with #7D0CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0CFC; }
p { color: rgb(125,12,252); }
H1.HeaderClassName
{
color: #7D0CFC;
}
.AnyTagClassName
{
color: #7D0CFC;
}
</style>
background-color css
<style>
a { background-color: #7D0CFC; }
a { background-color: rgb(125,12,252); }
div.DivClassName
{
background-color: #7D0CFC;
}
.BgClassName
{
background-color: #7D0CFC;
}
</style>
border-color css
<style>
span { border-color: #7D0CFC; }
span { border-color: rgb(125,12,252); }
td.TdClassName
{
border-color: #7D0CFC;
}
.TagClassName
{
border-color: #7D0CFC;
}
</style>