Shades of Electric Indigo #7C13FE
Tints of Electric Indigo #7C13FE
RGB
CMYK
RGB Variations
Color information
#7C13FE (or 0x7C13FE) is known color: Electric Indigo. HEX triplet: 7C, 13 and FE. RGB value is (124,19,254). Sum of RGB (Red+Green+Blue) = 124+19+254=397 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.23% from 397); Green value is 19 (7.81% from 255 or 4.79% from 397); Blue value is 254 (99.61% from 255 or 63.98% from 397); Max value from RGB is 254 - color contains mainly: blue. Hex color #7C13FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7C13FE is #83EC01. Grayscale: #4C4C4C. Windows color (decimal): -8645634 or 16651132. OLE color: 16651132.
HSL color Cylindrical-coordinate representation of color #7C13FE: hue angle of 266.81º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7C13FE is Cyan = 0.51, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 124 | 19 | 254 | - |
| CMYK | 0.51 | 0.93 | 0 | 0.00 |
| HSL | 266.81º | 0.99% | 0.54% | - |
| HSV(B) | 266.81º | 0.93% | 1% | - |
| XYZ | 26.43 | 11.91 | 94.67 | - |
| YUV | 77.19 | 227.79 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 19 | 254 | 0.51 | 0.93 | 0 | 0.00 | 266.81 | 0.99 | 0.54 |
| Hex | 7C | 13 | FE | 33 | 5D | 0 | 0 | 10B | 63 | 36 |
| Octal | 174 | 23 | 376 | 63 | 135 | 0 | 0 | 413 | 143 | 66 |
| Binary | 1111100 | 10011 | 11111110 | 110011 | 1011101 | 0 | 0 | 100001011 | 1100011 | 110110 |
Color Harmonies of #7C13FE
Complementary color
Monochromatic Colors of #7C13FE
Black with #7C13FE
Text Example
Text Example
White with #7C13FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C13FE; }
p { color: rgb(124,19,254); }
H1.HeaderClassName
{
color: #7C13FE;
}
.AnyTagClassName
{
color: #7C13FE;
}
</style>
background-color css
<style>
a { background-color: #7C13FE; }
a { background-color: rgb(124,19,254); }
div.DivClassName
{
background-color: #7C13FE;
}
.BgClassName
{
background-color: #7C13FE;
}
</style>
border-color css
<style>
span { border-color: #7C13FE; }
span { border-color: rgb(124,19,254); }
td.TdClassName
{
border-color: #7C13FE;
}
.TagClassName
{
border-color: #7C13FE;
}
</style>