Shades of Electric Indigo #7C1AFC
Tints of Electric Indigo #7C1AFC
RGB
CMYK
RGB Variations
Color information
#7C1AFC (or 0x7C1AFC) is known color: Electric Indigo. HEX triplet: 7C, 1A and FC. RGB value is (124,26,252). Sum of RGB (Red+Green+Blue) = 124+26+252=402 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.85% from 402); Green value is 26 (10.55% from 255 or 6.47% from 402); Blue value is 252 (98.83% from 255 or 62.69% from 402); Max value from RGB is 252 - color contains mainly: blue. Hex color #7C1AFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C1AFC is #83E503. Grayscale: #505050. Windows color (decimal): -8643844 or 16521852. OLE color: 16521852.
HSL color Cylindrical-coordinate representation of color #7C1AFC: hue angle of 266.02º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7C1AFC is Cyan = 0.51, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 124 | 26 | 252 | - |
| CMYK | 0.51 | 0.90 | 0 | 0.01 |
| HSL | 266.02º | 0.97% | 0.55% | - |
| HSV(B) | 266.02º | 0.9% | 0.99% | - |
| XYZ | 26.25 | 12.05 | 93.04 | - |
| YUV | 81.07 | 224.47 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 26 | 252 | 0.51 | 0.90 | 0 | 0.01 | 266.02 | 0.97 | 0.55 |
| Hex | 7C | 1A | FC | 33 | 5A | 0 | 1 | 10A | 61 | 37 |
| Octal | 174 | 32 | 374 | 63 | 132 | 0 | 1 | 412 | 141 | 67 |
| Binary | 1111100 | 11010 | 11111100 | 110011 | 1011010 | 0 | 1 | 100001010 | 1100001 | 110111 |
Color Harmonies of #7C1AFC
Complementary color
Monochromatic Colors of #7C1AFC
Black with #7C1AFC
Text Example
Text Example
White with #7C1AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1AFC; }
p { color: rgb(124,26,252); }
H1.HeaderClassName
{
color: #7C1AFC;
}
.AnyTagClassName
{
color: #7C1AFC;
}
</style>
background-color css
<style>
a { background-color: #7C1AFC; }
a { background-color: rgb(124,26,252); }
div.DivClassName
{
background-color: #7C1AFC;
}
.BgClassName
{
background-color: #7C1AFC;
}
</style>
border-color css
<style>
span { border-color: #7C1AFC; }
span { border-color: rgb(124,26,252); }
td.TdClassName
{
border-color: #7C1AFC;
}
.TagClassName
{
border-color: #7C1AFC;
}
</style>