Shades of Electric Indigo #7003FA
Tints of Electric Indigo #7003FA
RGB
CMYK
RGB Variations
Color information
#7003FA (or 0x7003FA) is known color: Electric Indigo. HEX triplet: 70, 03 and FA. RGB value is (112,3,250). Sum of RGB (Red+Green+Blue) = 112+3+250=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 3 (1.56% from 255 or 0.82% from 365); Blue value is 250 (98.05% from 255 or 68.49% from 365); Max value from RGB is 250 - color contains mainly: blue. Hex color #7003FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7003FA is #8FFC05. Grayscale: #3E3E3E. Windows color (decimal): -9436166 or 16384880. OLE color: 16384880.
HSL color Cylindrical-coordinate representation of color #7003FA: hue angle of 266.48º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7003FA is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 3 | 250 | - |
| CMYK | 0.55 | 0.99 | 0 | 0.02 |
| HSL | 266.48º | 0.98% | 0.5% | - |
| HSV(B) | 266.48º | 0.99% | 0.98% | - |
| XYZ | 23.97 | 10.41 | 91.19 | - |
| YUV | 63.75 | 233.11 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 3 | 250 | 0.55 | 0.99 | 0 | 0.02 | 266.48 | 0.98 | 0.5 |
| Hex | 70 | 3 | FA | 37 | 63 | 0 | 2 | 10A | 62 | 32 |
| Octal | 160 | 3 | 372 | 67 | 143 | 0 | 2 | 412 | 142 | 62 |
| Binary | 1110000 | 11 | 11111010 | 110111 | 1100011 | 0 | 10 | 100001010 | 1100010 | 110010 |
Color Harmonies of #7003FA
Complementary color
Monochromatic Colors of #7003FA
Black with #7003FA
Text Example
Text Example
White with #7003FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7003FA; }
p { color: rgb(112,3,250); }
H1.HeaderClassName
{
color: #7003FA;
}
.AnyTagClassName
{
color: #7003FA;
}
</style>
background-color css
<style>
a { background-color: #7003FA; }
a { background-color: rgb(112,3,250); }
div.DivClassName
{
background-color: #7003FA;
}
.BgClassName
{
background-color: #7003FA;
}
</style>
border-color css
<style>
span { border-color: #7003FA; }
span { border-color: rgb(112,3,250); }
td.TdClassName
{
border-color: #7003FA;
}
.TagClassName
{
border-color: #7003FA;
}
</style>