Shades of Electric Indigo #7C02F9
Tints of Electric Indigo #7C02F9
RGB
CMYK
RGB Variations
Color information
#7C02F9 (or 0x7C02F9) is known color: Electric Indigo. HEX triplet: 7C, 02 and F9. RGB value is (124,2,249). Sum of RGB (Red+Green+Blue) = 124+2+249=375 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.07% from 375); Green value is 2 (1.17% from 255 or 0.53% from 375); Blue value is 249 (97.66% from 255 or 66.4% from 375); Max value from RGB is 249 - color contains mainly: blue. Hex color #7C02F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7C02F9 is #83FD06. Grayscale: #414141. Windows color (decimal): -8649991 or 16319100. OLE color: 16319100.
HSL color Cylindrical-coordinate representation of color #7C02F9: hue angle of 269.64º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7C02F9 is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 2 | 249 | - |
| CMYK | 0.50 | 0.99 | 0 | 0.02 |
| HSL | 269.64º | 0.98% | 0.49% | - |
| HSV(B) | 269.64º | 0.99% | 0.98% | - |
| XYZ | 25.43 | 11.17 | 90.44 | - |
| YUV | 66.64 | 230.92 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 2 | 249 | 0.50 | 0.99 | 0 | 0.02 | 269.64 | 0.98 | 0.49 |
| Hex | 7C | 2 | F9 | 32 | 63 | 0 | 2 | 10E | 62 | 31 |
| Octal | 174 | 2 | 371 | 62 | 143 | 0 | 2 | 416 | 142 | 61 |
| Binary | 1111100 | 10 | 11111001 | 110010 | 1100011 | 0 | 10 | 100001110 | 1100010 | 110001 |
Color Harmonies of #7C02F9
Complementary color
Monochromatic Colors of #7C02F9
Black with #7C02F9
Text Example
Text Example
White with #7C02F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C02F9; }
p { color: rgb(124,2,249); }
H1.HeaderClassName
{
color: #7C02F9;
}
.AnyTagClassName
{
color: #7C02F9;
}
</style>
background-color css
<style>
a { background-color: #7C02F9; }
a { background-color: rgb(124,2,249); }
div.DivClassName
{
background-color: #7C02F9;
}
.BgClassName
{
background-color: #7C02F9;
}
</style>
border-color css
<style>
span { border-color: #7C02F9; }
span { border-color: rgb(124,2,249); }
td.TdClassName
{
border-color: #7C02F9;
}
.TagClassName
{
border-color: #7C02F9;
}
</style>