Shades of Electric Indigo #7010FC
Tints of Electric Indigo #7010FC
RGB
CMYK
RGB Variations
Color information
#7010FC (or 0x7010FC) is known color: Electric Indigo. HEX triplet: 70, 10 and FC. RGB value is (112,16,252). Sum of RGB (Red+Green+Blue) = 112+16+252=380 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.47% from 380); Green value is 16 (6.64% from 255 or 4.21% from 380); Blue value is 252 (98.83% from 255 or 66.32% from 380); Max value from RGB is 252 - color contains mainly: blue. Hex color #7010FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7010FC is #8FEF03. Grayscale: #464646. Windows color (decimal): -9432836 or 16519280. OLE color: 16519280.
HSL color Cylindrical-coordinate representation of color #7010FC: hue angle of 264.41º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7010FC is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 112 | 16 | 252 | - |
| CMYK | 0.56 | 0.94 | 0 | 0.01 |
| HSL | 264.41º | 0.98% | 0.53% | - |
| HSV(B) | 264.41º | 0.94% | 0.99% | - |
| XYZ | 24.44 | 10.84 | 92.9 | - |
| YUV | 71.61 | 229.8 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 16 | 252 | 0.56 | 0.94 | 0 | 0.01 | 264.41 | 0.98 | 0.53 |
| Hex | 70 | 10 | FC | 38 | 5E | 0 | 1 | 108 | 62 | 35 |
| Octal | 160 | 20 | 374 | 70 | 136 | 0 | 1 | 410 | 142 | 65 |
| Binary | 1110000 | 10000 | 11111100 | 111000 | 1011110 | 0 | 1 | 100001000 | 1100010 | 110101 |
Color Harmonies of #7010FC
Complementary color
Monochromatic Colors of #7010FC
Black with #7010FC
Text Example
Text Example
White with #7010FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7010FC; }
p { color: rgb(112,16,252); }
H1.HeaderClassName
{
color: #7010FC;
}
.AnyTagClassName
{
color: #7010FC;
}
</style>
background-color css
<style>
a { background-color: #7010FC; }
a { background-color: rgb(112,16,252); }
div.DivClassName
{
background-color: #7010FC;
}
.BgClassName
{
background-color: #7010FC;
}
</style>
border-color css
<style>
span { border-color: #7010FC; }
span { border-color: rgb(112,16,252); }
td.TdClassName
{
border-color: #7010FC;
}
.TagClassName
{
border-color: #7010FC;
}
</style>