Shades of Electric Indigo #700FF5
Tints of Electric Indigo #700FF5
RGB
CMYK
RGB Variations
Color information
#700FF5 (or 0x700FF5) is known color: Electric Indigo. HEX triplet: 70, 0F and F5. RGB value is (112,15,245). Sum of RGB (Red+Green+Blue) = 112+15+245=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 15 (6.25% from 255 or 4.03% from 372); Blue value is 245 (96.09% from 255 or 65.86% from 372); Max value from RGB is 245 - color contains mainly: blue. Hex color #700FF5 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #700FF5 is #8FF00A. Grayscale: #454545. Windows color (decimal): -9433099 or 16060272. OLE color: 16060272.
HSL color Cylindrical-coordinate representation of color #700FF5: hue angle of 265.3º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #700FF5 is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 112 | 15 | 245 | - |
| CMYK | 0.54 | 0.94 | 0 | 0.04 |
| HSL | 265.3º | 0.92% | 0.51% | - |
| HSV(B) | 265.3º | 0.94% | 0.96% | - |
| XYZ | 23.33 | 10.38 | 87.16 | - |
| YUV | 70.22 | 226.64 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 15 | 245 | 0.54 | 0.94 | 0 | 0.04 | 265.3 | 0.92 | 0.51 |
| Hex | 70 | F | F5 | 36 | 5E | 0 | 4 | 109 | 5C | 33 |
| Octal | 160 | 17 | 365 | 66 | 136 | 0 | 4 | 411 | 134 | 63 |
| Binary | 1110000 | 1111 | 11110101 | 110110 | 1011110 | 0 | 100 | 100001001 | 1011100 | 110011 |
Color Harmonies of #700FF5
Complementary color
Monochromatic Colors of #700FF5
Black with #700FF5
Text Example
Text Example
White with #700FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700FF5; }
p { color: rgb(112,15,245); }
H1.HeaderClassName
{
color: #700FF5;
}
.AnyTagClassName
{
color: #700FF5;
}
</style>
background-color css
<style>
a { background-color: #700FF5; }
a { background-color: rgb(112,15,245); }
div.DivClassName
{
background-color: #700FF5;
}
.BgClassName
{
background-color: #700FF5;
}
</style>
border-color css
<style>
span { border-color: #700FF5; }
span { border-color: rgb(112,15,245); }
td.TdClassName
{
border-color: #700FF5;
}
.TagClassName
{
border-color: #700FF5;
}
</style>