Shades of Electric Indigo #7003FE
Tints of Electric Indigo #7003FE
RGB
CMYK
RGB Variations
Color information
#7003FE (or 0x7003FE) is known color: Electric Indigo. HEX triplet: 70, 03 and FE. RGB value is (112,3,254). Sum of RGB (Red+Green+Blue) = 112+3+254=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 3 (1.56% from 255 or 0.81% from 369); Blue value is 254 (99.61% from 255 or 68.83% from 369); Max value from RGB is 254 - color contains mainly: blue. Hex color #7003FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7003FE is #8FFC01. Grayscale: #3F3F3F. Windows color (decimal): -9436162 or 16647024. OLE color: 16647024.
HSL color Cylindrical-coordinate representation of color #7003FE: hue angle of 266.06º 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 #7003FE is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 3 | 254 | - |
| CMYK | 0.56 | 0.99 | 0 | 0.00 |
| HSL | 266.06º | 0.99% | 0.5% | - |
| HSV(B) | 266.06º | 0.99% | 1% | - |
| XYZ | 24.6 | 10.67 | 94.53 | - |
| YUV | 64.21 | 235.11 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 3 | 254 | 0.56 | 0.99 | 0 | 0.00 | 266.06 | 0.99 | 0.5 |
| Hex | 70 | 3 | FE | 38 | 63 | 0 | 0 | 10A | 63 | 32 |
| Octal | 160 | 3 | 376 | 70 | 143 | 0 | 0 | 412 | 143 | 62 |
| Binary | 1110000 | 11 | 11111110 | 111000 | 1100011 | 0 | 0 | 100001010 | 1100011 | 110010 |
Color Harmonies of #7003FE
Complementary color
Monochromatic Colors of #7003FE
Black with #7003FE
Text Example
Text Example
White with #7003FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7003FE; }
p { color: rgb(112,3,254); }
H1.HeaderClassName
{
color: #7003FE;
}
.AnyTagClassName
{
color: #7003FE;
}
</style>
background-color css
<style>
a { background-color: #7003FE; }
a { background-color: rgb(112,3,254); }
div.DivClassName
{
background-color: #7003FE;
}
.BgClassName
{
background-color: #7003FE;
}
</style>
border-color css
<style>
span { border-color: #7003FE; }
span { border-color: rgb(112,3,254); }
td.TdClassName
{
border-color: #7003FE;
}
.TagClassName
{
border-color: #7003FE;
}
</style>