Shades of Electric Indigo #7C18FE
Tints of Electric Indigo #7C18FE
RGB
CMYK
RGB Variations
Color information
#7C18FE (or 0x7C18FE) is known color: Electric Indigo. HEX triplet: 7C, 18 and FE. RGB value is (124,24,254). Sum of RGB (Red+Green+Blue) = 124+24+254=402 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.85% from 402); Green value is 24 (9.77% from 255 or 5.97% from 402); Blue value is 254 (99.61% from 255 or 63.18% from 402); Max value from RGB is 254 - color contains mainly: blue. Hex color #7C18FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7C18FE is #83E701. Grayscale: #4F4F4F. Windows color (decimal): -8644354 or 16652412. OLE color: 16652412.
HSL color Cylindrical-coordinate representation of color #7C18FE: hue angle of 266.09º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7C18FE is Cyan = 0.51, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 124 | 24 | 254 | - |
| CMYK | 0.51 | 0.91 | 0 | 0.00 |
| HSL | 266.09º | 0.99% | 0.55% | - |
| HSV(B) | 266.09º | 0.91% | 1% | - |
| XYZ | 26.53 | 12.09 | 94.7 | - |
| YUV | 80.12 | 226.13 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 24 | 254 | 0.51 | 0.91 | 0 | 0.00 | 266.09 | 0.99 | 0.55 |
| Hex | 7C | 18 | FE | 33 | 5B | 0 | 0 | 10A | 63 | 37 |
| Octal | 174 | 30 | 376 | 63 | 133 | 0 | 0 | 412 | 143 | 67 |
| Binary | 1111100 | 11000 | 11111110 | 110011 | 1011011 | 0 | 0 | 100001010 | 1100011 | 110111 |
Color Harmonies of #7C18FE
Complementary color
Monochromatic Colors of #7C18FE
Black with #7C18FE
Text Example
Text Example
White with #7C18FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C18FE; }
p { color: rgb(124,24,254); }
H1.HeaderClassName
{
color: #7C18FE;
}
.AnyTagClassName
{
color: #7C18FE;
}
</style>
background-color css
<style>
a { background-color: #7C18FE; }
a { background-color: rgb(124,24,254); }
div.DivClassName
{
background-color: #7C18FE;
}
.BgClassName
{
background-color: #7C18FE;
}
</style>
border-color css
<style>
span { border-color: #7C18FE; }
span { border-color: rgb(124,24,254); }
td.TdClassName
{
border-color: #7C18FE;
}
.TagClassName
{
border-color: #7C18FE;
}
</style>