Shades of Electric Indigo #7003FC
Tints of Electric Indigo #7003FC
RGB
CMYK
RGB Variations
Color information
#7003FC (or 0x7003FC) is known color: Electric Indigo. HEX triplet: 70, 03 and FC. RGB value is (112,3,252). Sum of RGB (Red+Green+Blue) = 112+3+252=367 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.52% from 367); Green value is 3 (1.56% from 255 or 0.82% from 367); Blue value is 252 (98.83% from 255 or 68.66% from 367); Max value from RGB is 252 - color contains mainly: blue. Hex color #7003FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7003FC is #8FFC03. Grayscale: #3F3F3F. Windows color (decimal): -9436164 or 16515952. OLE color: 16515952.
HSL color Cylindrical-coordinate representation of color #7003FC: hue angle of 266.27º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7003FC is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 112 | 3 | 252 | - |
| CMYK | 0.56 | 0.99 | 0 | 0.01 |
| HSL | 266.27º | 0.98% | 0.5% | - |
| HSV(B) | 266.27º | 0.99% | 0.99% | - |
| XYZ | 24.29 | 10.54 | 92.85 | - |
| YUV | 63.98 | 234.11 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 3 | 252 | 0.56 | 0.99 | 0 | 0.01 | 266.27 | 0.98 | 0.5 |
| Hex | 70 | 3 | FC | 38 | 63 | 0 | 1 | 10A | 62 | 32 |
| Octal | 160 | 3 | 374 | 70 | 143 | 0 | 1 | 412 | 142 | 62 |
| Binary | 1110000 | 11 | 11111100 | 111000 | 1100011 | 0 | 1 | 100001010 | 1100010 | 110010 |
Color Harmonies of #7003FC
Complementary color
Monochromatic Colors of #7003FC
Black with #7003FC
Text Example
Text Example
White with #7003FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7003FC; }
p { color: rgb(112,3,252); }
H1.HeaderClassName
{
color: #7003FC;
}
.AnyTagClassName
{
color: #7003FC;
}
</style>
background-color css
<style>
a { background-color: #7003FC; }
a { background-color: rgb(112,3,252); }
div.DivClassName
{
background-color: #7003FC;
}
.BgClassName
{
background-color: #7003FC;
}
</style>
border-color css
<style>
span { border-color: #7003FC; }
span { border-color: rgb(112,3,252); }
td.TdClassName
{
border-color: #7003FC;
}
.TagClassName
{
border-color: #7003FC;
}
</style>