Shades of Electric Indigo #7C18FD
Tints of Electric Indigo #7C18FD
RGB
CMYK
RGB Variations
Color information
#7C18FD (or 0x7C18FD) is known color: Electric Indigo. HEX triplet: 7C, 18 and FD. RGB value is (124,24,253). Sum of RGB (Red+Green+Blue) = 124+24+253=401 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.92% from 401); Green value is 24 (9.77% from 255 or 5.99% from 401); Blue value is 253 (99.22% from 255 or 63.09% from 401); Max value from RGB is 253 - color contains mainly: blue. Hex color #7C18FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7C18FD is #83E702. Grayscale: #4F4F4F. Windows color (decimal): -8644355 or 16586876. OLE color: 16586876.
HSL color Cylindrical-coordinate representation of color #7C18FD: hue angle of 266.2º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7C18FD is Cyan = 0.51, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 124 | 24 | 253 | - |
| CMYK | 0.51 | 0.91 | 0 | 0.01 |
| HSL | 266.2º | 0.98% | 0.54% | - |
| HSV(B) | 266.2º | 0.91% | 0.99% | - |
| XYZ | 26.37 | 12.03 | 93.86 | - |
| YUV | 80.01 | 225.63 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 24 | 253 | 0.51 | 0.91 | 0 | 0.01 | 266.2 | 0.98 | 0.54 |
| Hex | 7C | 18 | FD | 33 | 5B | 0 | 1 | 10A | 62 | 36 |
| Octal | 174 | 30 | 375 | 63 | 133 | 0 | 1 | 412 | 142 | 66 |
| Binary | 1111100 | 11000 | 11111101 | 110011 | 1011011 | 0 | 1 | 100001010 | 1100010 | 110110 |
Color Harmonies of #7C18FD
Complementary color
Monochromatic Colors of #7C18FD
Black with #7C18FD
Text Example
Text Example
White with #7C18FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C18FD; }
p { color: rgb(124,24,253); }
H1.HeaderClassName
{
color: #7C18FD;
}
.AnyTagClassName
{
color: #7C18FD;
}
</style>
background-color css
<style>
a { background-color: #7C18FD; }
a { background-color: rgb(124,24,253); }
div.DivClassName
{
background-color: #7C18FD;
}
.BgClassName
{
background-color: #7C18FD;
}
</style>
border-color css
<style>
span { border-color: #7C18FD; }
span { border-color: rgb(124,24,253); }
td.TdClassName
{
border-color: #7C18FD;
}
.TagClassName
{
border-color: #7C18FD;
}
</style>