Shades of Electric Indigo #700FFC
Tints of Electric Indigo #700FFC
RGB
CMYK
RGB Variations
Color information
#700FFC (or 0x700FFC) is known color: Electric Indigo. HEX triplet: 70, 0F and FC. RGB value is (112,15,252). Sum of RGB (Red+Green+Blue) = 112+15+252=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 15 (6.25% from 255 or 3.96% from 379); Blue value is 252 (98.83% from 255 or 66.49% from 379); Max value from RGB is 252 - color contains mainly: blue. Hex color #700FFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #700FFC is #8FF003. Grayscale: #464646. Windows color (decimal): -9433092 or 16519024. OLE color: 16519024.
HSL color Cylindrical-coordinate representation of color #700FFC: hue angle of 264.56º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #700FFC is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 112 | 15 | 252 | - |
| CMYK | 0.56 | 0.94 | 0 | 0.01 |
| HSL | 264.56º | 0.98% | 0.52% | - |
| HSV(B) | 264.56º | 0.94% | 0.99% | - |
| XYZ | 24.42 | 10.81 | 92.9 | - |
| YUV | 71.02 | 230.14 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 15 | 252 | 0.56 | 0.94 | 0 | 0.01 | 264.56 | 0.98 | 0.52 |
| Hex | 70 | F | FC | 38 | 5E | 0 | 1 | 109 | 62 | 34 |
| Octal | 160 | 17 | 374 | 70 | 136 | 0 | 1 | 411 | 142 | 64 |
| Binary | 1110000 | 1111 | 11111100 | 111000 | 1011110 | 0 | 1 | 100001001 | 1100010 | 110100 |
Color Harmonies of #700FFC
Complementary color
Monochromatic Colors of #700FFC
Black with #700FFC
Text Example
Text Example
White with #700FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700FFC; }
p { color: rgb(112,15,252); }
H1.HeaderClassName
{
color: #700FFC;
}
.AnyTagClassName
{
color: #700FFC;
}
</style>
background-color css
<style>
a { background-color: #700FFC; }
a { background-color: rgb(112,15,252); }
div.DivClassName
{
background-color: #700FFC;
}
.BgClassName
{
background-color: #700FFC;
}
</style>
border-color css
<style>
span { border-color: #700FFC; }
span { border-color: rgb(112,15,252); }
td.TdClassName
{
border-color: #700FFC;
}
.TagClassName
{
border-color: #700FFC;
}
</style>