Shades of Electric Indigo #7003FB
Tints of Electric Indigo #7003FB
RGB
CMYK
RGB Variations
Color information
#7003FB (or 0x7003FB) is known color: Electric Indigo. HEX triplet: 70, 03 and FB. RGB value is (112,3,251). Sum of RGB (Red+Green+Blue) = 112+3+251=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 3 (1.56% from 255 or 0.82% from 366); Blue value is 251 (98.44% from 255 or 68.58% from 366); Max value from RGB is 251 - color contains mainly: blue. Hex color #7003FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7003FB is #8FFC04. Grayscale: #3E3E3E. Windows color (decimal): -9436165 or 16450416. OLE color: 16450416.
HSL color Cylindrical-coordinate representation of color #7003FB: hue angle of 266.37º 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 #7003FB is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 3 | 251 | - |
| CMYK | 0.55 | 0.99 | 0 | 0.02 |
| HSL | 266.37º | 0.98% | 0.5% | - |
| HSV(B) | 266.37º | 0.99% | 0.98% | - |
| XYZ | 24.13 | 10.47 | 92.02 | - |
| YUV | 63.86 | 233.61 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 3 | 251 | 0.55 | 0.99 | 0 | 0.02 | 266.37 | 0.98 | 0.5 |
| Hex | 70 | 3 | FB | 37 | 63 | 0 | 2 | 10A | 62 | 32 |
| Octal | 160 | 3 | 373 | 67 | 143 | 0 | 2 | 412 | 142 | 62 |
| Binary | 1110000 | 11 | 11111011 | 110111 | 1100011 | 0 | 10 | 100001010 | 1100010 | 110010 |
Color Harmonies of #7003FB
Complementary color
Monochromatic Colors of #7003FB
Black with #7003FB
Text Example
Text Example
White with #7003FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7003FB; }
p { color: rgb(112,3,251); }
H1.HeaderClassName
{
color: #7003FB;
}
.AnyTagClassName
{
color: #7003FB;
}
</style>
background-color css
<style>
a { background-color: #7003FB; }
a { background-color: rgb(112,3,251); }
div.DivClassName
{
background-color: #7003FB;
}
.BgClassName
{
background-color: #7003FB;
}
</style>
border-color css
<style>
span { border-color: #7003FB; }
span { border-color: rgb(112,3,251); }
td.TdClassName
{
border-color: #7003FB;
}
.TagClassName
{
border-color: #7003FB;
}
</style>