Shades of Electric Indigo #7C0FF3
Tints of Electric Indigo #7C0FF3
RGB
CMYK
RGB Variations
Color information
#7C0FF3 (or 0x7C0FF3) is known color: Electric Indigo. HEX triplet: 7C, 0F and F3. RGB value is (124,15,243). Sum of RGB (Red+Green+Blue) = 124+15+243=382 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.46% from 382); Green value is 15 (6.25% from 255 or 3.93% from 382); Blue value is 243 (95.31% from 255 or 63.61% from 382); Max value from RGB is 243 - color contains mainly: blue. Hex color #7C0FF3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7C0FF3 is #83F00C. Grayscale: #484848. Windows color (decimal): -8646669 or 15929212. OLE color: 15929212.
HSL color Cylindrical-coordinate representation of color #7C0FF3: hue angle of 268.68º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7C0FF3 is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 124 | 15 | 243 | - |
| CMYK | 0.49 | 0.94 | 0 | 0.05 |
| HSL | 268.68º | 0.9% | 0.51% | - |
| HSV(B) | 268.68º | 0.94% | 0.95% | - |
| XYZ | 24.66 | 11.1 | 85.64 | - |
| YUV | 73.58 | 223.61 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 15 | 243 | 0.49 | 0.94 | 0 | 0.05 | 268.68 | 0.9 | 0.51 |
| Hex | 7C | F | F3 | 31 | 5E | 0 | 5 | 10D | 5A | 33 |
| Octal | 174 | 17 | 363 | 61 | 136 | 0 | 5 | 415 | 132 | 63 |
| Binary | 1111100 | 1111 | 11110011 | 110001 | 1011110 | 0 | 101 | 100001101 | 1011010 | 110011 |
Color Harmonies of #7C0FF3
Complementary color
Monochromatic Colors of #7C0FF3
Black with #7C0FF3
Text Example
Text Example
White with #7C0FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0FF3; }
p { color: rgb(124,15,243); }
H1.HeaderClassName
{
color: #7C0FF3;
}
.AnyTagClassName
{
color: #7C0FF3;
}
</style>
background-color css
<style>
a { background-color: #7C0FF3; }
a { background-color: rgb(124,15,243); }
div.DivClassName
{
background-color: #7C0FF3;
}
.BgClassName
{
background-color: #7C0FF3;
}
</style>
border-color css
<style>
span { border-color: #7C0FF3; }
span { border-color: rgb(124,15,243); }
td.TdClassName
{
border-color: #7C0FF3;
}
.TagClassName
{
border-color: #7C0FF3;
}
</style>