Shades of Electric Indigo #7002FF
Tints of Electric Indigo #7002FF
RGB
CMYK
RGB Variations
Color information
#7002FF (or 0x7002FF) is known color: Electric Indigo. HEX triplet: 70, 02 and FF. RGB value is (112,2,255). Sum of RGB (Red+Green+Blue) = 112+2+255=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 2 (1.17% from 255 or 0.54% from 369); Blue value is 255 (100% from 255 or 69.11% from 369); Max value from RGB is 255 - color contains mainly: blue. Hex color #7002FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7002FF is #8FFD00. Grayscale: #3E3E3E. Windows color (decimal): -9436417 or 16712304. OLE color: 16712304.
HSL color Cylindrical-coordinate representation of color #7002FF: hue angle of 266.09º 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 #7002FF is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 2 | 255 | - |
| CMYK | 0.56 | 0.99 | 0 | 0 |
| HSL | 266.09º | 1% | 0.5% | - |
| HSV(B) | 266.09º | 0.99% | 1% | - |
| XYZ | 24.75 | 10.71 | 95.37 | - |
| YUV | 63.73 | 235.94 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 2 | 255 | 0.56 | 0.99 | 0 | 0 | 266.09 | 1 | 0.5 |
| Hex | 70 | 2 | FF | 38 | 63 | 0 | 0 | 10A | 64 | 32 |
| Octal | 160 | 2 | 377 | 70 | 143 | 0 | 0 | 412 | 144 | 62 |
| Binary | 1110000 | 10 | 11111111 | 111000 | 1100011 | 0 | 0 | 100001010 | 1100100 | 110010 |
Color Harmonies of #7002FF
Complementary color
Monochromatic Colors of #7002FF
Black with #7002FF
Text Example
Text Example
White with #7002FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7002FF; }
p { color: rgb(112,2,255); }
H1.HeaderClassName
{
color: #7002FF;
}
.AnyTagClassName
{
color: #7002FF;
}
</style>
background-color css
<style>
a { background-color: #7002FF; }
a { background-color: rgb(112,2,255); }
div.DivClassName
{
background-color: #7002FF;
}
.BgClassName
{
background-color: #7002FF;
}
</style>
border-color css
<style>
span { border-color: #7002FF; }
span { border-color: rgb(112,2,255); }
td.TdClassName
{
border-color: #7002FF;
}
.TagClassName
{
border-color: #7002FF;
}
</style>