Shades of Electric Indigo #7C02F8
Tints of Electric Indigo #7C02F8
RGB
CMYK
RGB Variations
Color information
#7C02F8 (or 0x7C02F8) is known color: Electric Indigo. HEX triplet: 7C, 02 and F8. RGB value is (124,2,248). Sum of RGB (Red+Green+Blue) = 124+2+248=374 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.16% from 374); Green value is 2 (1.17% from 255 or 0.53% from 374); Blue value is 248 (97.27% from 255 or 66.31% from 374); Max value from RGB is 248 - color contains mainly: blue. Hex color #7C02F8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7C02F8 is #83FD07. Grayscale: #414141. Windows color (decimal): -8649992 or 16253564. OLE color: 16253564.
HSL color Cylindrical-coordinate representation of color #7C02F8: hue angle of 269.76º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7C02F8 is Cyan = 0.5, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 124 | 2 | 248 | - |
| CMYK | 0.5 | 0.99 | 0 | 0.03 |
| HSL | 269.76º | 0.98% | 0.49% | - |
| HSV(B) | 269.76º | 0.99% | 0.97% | - |
| XYZ | 25.28 | 11.11 | 89.62 | - |
| YUV | 66.52 | 230.42 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 2 | 248 | 0.5 | 0.99 | 0 | 0.03 | 269.76 | 0.98 | 0.49 |
| Hex | 7C | 2 | F8 | 32 | 63 | 0 | 3 | 10E | 62 | 31 |
| Octal | 174 | 2 | 370 | 62 | 143 | 0 | 3 | 416 | 142 | 61 |
| Binary | 1111100 | 10 | 11111000 | 110010 | 1100011 | 0 | 11 | 100001110 | 1100010 | 110001 |
Color Harmonies of #7C02F8
Complementary color
Monochromatic Colors of #7C02F8
Black with #7C02F8
Text Example
Text Example
White with #7C02F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C02F8; }
p { color: rgb(124,2,248); }
H1.HeaderClassName
{
color: #7C02F8;
}
.AnyTagClassName
{
color: #7C02F8;
}
</style>
background-color css
<style>
a { background-color: #7C02F8; }
a { background-color: rgb(124,2,248); }
div.DivClassName
{
background-color: #7C02F8;
}
.BgClassName
{
background-color: #7C02F8;
}
</style>
border-color css
<style>
span { border-color: #7C02F8; }
span { border-color: rgb(124,2,248); }
td.TdClassName
{
border-color: #7C02F8;
}
.TagClassName
{
border-color: #7C02F8;
}
</style>