Shades of Electric Indigo #7C02FF
Tints of Electric Indigo #7C02FF
RGB
CMYK
RGB Variations
Color information
#7C02FF (or 0x7C02FF) is known color: Electric Indigo. HEX triplet: 7C, 02 and FF. RGB value is (124,2,255). Sum of RGB (Red+Green+Blue) = 124+2+255=381 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.55% from 381); Green value is 2 (1.17% from 255 or 0.52% from 381); Blue value is 255 (100% from 255 or 66.93% from 381); Max value from RGB is 255 - color contains mainly: blue. Hex color #7C02FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7C02FF is #83FD00. Grayscale: #424242. Windows color (decimal): -8649985 or 16712316. OLE color: 16712316.
HSL color Cylindrical-coordinate representation of color #7C02FF: hue angle of 268.93º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7C02FF is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 124 | 2 | 255 | - |
| CMYK | 0.51 | 0.99 | 0 | 0 |
| HSL | 268.93º | 1% | 0.5% | - |
| HSV(B) | 268.93º | 0.99% | 1% | - |
| XYZ | 26.38 | 11.55 | 95.45 | - |
| YUV | 67.32 | 233.92 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 2 | 255 | 0.51 | 0.99 | 0 | 0 | 268.93 | 1 | 0.5 |
| Hex | 7C | 2 | FF | 33 | 63 | 0 | 0 | 10D | 64 | 32 |
| Octal | 174 | 2 | 377 | 63 | 143 | 0 | 0 | 415 | 144 | 62 |
| Binary | 1111100 | 10 | 11111111 | 110011 | 1100011 | 0 | 0 | 100001101 | 1100100 | 110010 |
Color Harmonies of #7C02FF
Complementary color
Monochromatic Colors of #7C02FF
Black with #7C02FF
Text Example
Text Example
White with #7C02FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C02FF; }
p { color: rgb(124,2,255); }
H1.HeaderClassName
{
color: #7C02FF;
}
.AnyTagClassName
{
color: #7C02FF;
}
</style>
background-color css
<style>
a { background-color: #7C02FF; }
a { background-color: rgb(124,2,255); }
div.DivClassName
{
background-color: #7C02FF;
}
.BgClassName
{
background-color: #7C02FF;
}
</style>
border-color css
<style>
span { border-color: #7C02FF; }
span { border-color: rgb(124,2,255); }
td.TdClassName
{
border-color: #7C02FF;
}
.TagClassName
{
border-color: #7C02FF;
}
</style>