Shades of Electric Indigo #7002FE
Tints of Electric Indigo #7002FE
RGB
CMYK
RGB Variations
Color information
#7002FE (or 0x7002FE) is known color: Electric Indigo. HEX triplet: 70, 02 and FE. RGB value is (112,2,254). Sum of RGB (Red+Green+Blue) = 112+2+254=368 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.43% from 368); Green value is 2 (1.17% from 255 or 0.54% from 368); Blue value is 254 (99.61% from 255 or 69.02% from 368); Max value from RGB is 254 - color contains mainly: blue. Hex color #7002FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7002FE is #8FFD01. Grayscale: #3E3E3E. Windows color (decimal): -9436418 or 16646768. OLE color: 16646768.
HSL color Cylindrical-coordinate representation of color #7002FE: hue angle of 266.19º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7002FE is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 2 | 254 | - |
| CMYK | 0.56 | 0.99 | 0 | 0.00 |
| HSL | 266.19º | 0.99% | 0.5% | - |
| HSV(B) | 266.19º | 0.99% | 1% | - |
| XYZ | 24.59 | 10.64 | 94.52 | - |
| YUV | 63.62 | 235.44 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 2 | 254 | 0.56 | 0.99 | 0 | 0.00 | 266.19 | 0.99 | 0.5 |
| Hex | 70 | 2 | FE | 38 | 63 | 0 | 0 | 10A | 63 | 32 |
| Octal | 160 | 2 | 376 | 70 | 143 | 0 | 0 | 412 | 143 | 62 |
| Binary | 1110000 | 10 | 11111110 | 111000 | 1100011 | 0 | 0 | 100001010 | 1100011 | 110010 |
Color Harmonies of #7002FE
Complementary color
Monochromatic Colors of #7002FE
Black with #7002FE
Text Example
Text Example
White with #7002FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7002FE; }
p { color: rgb(112,2,254); }
H1.HeaderClassName
{
color: #7002FE;
}
.AnyTagClassName
{
color: #7002FE;
}
</style>
background-color css
<style>
a { background-color: #7002FE; }
a { background-color: rgb(112,2,254); }
div.DivClassName
{
background-color: #7002FE;
}
.BgClassName
{
background-color: #7002FE;
}
</style>
border-color css
<style>
span { border-color: #7002FE; }
span { border-color: rgb(112,2,254); }
td.TdClassName
{
border-color: #7002FE;
}
.TagClassName
{
border-color: #7002FE;
}
</style>