Shades of Electric Indigo #700FFF
Tints of Electric Indigo #700FFF
RGB
CMYK
RGB Variations
Color information
#700FFF (or 0x700FFF) is known color: Electric Indigo. HEX triplet: 70, 0F and FF. RGB value is (112,15,255). Sum of RGB (Red+Green+Blue) = 112+15+255=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 15 (6.25% from 255 or 3.93% from 382); Blue value is 255 (100% from 255 or 66.75% from 382); Max value from RGB is 255 - color contains mainly: blue. Hex color #700FFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #700FFF is #8FF000. Grayscale: #464646. Windows color (decimal): -9433089 or 16715632. OLE color: 16715632.
HSL color Cylindrical-coordinate representation of color #700FFF: hue angle of 264.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #700FFF is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 15 | 255 | - |
| CMYK | 0.56 | 0.94 | 0 | 0 |
| HSL | 264.25º | 1% | 0.53% | - |
| HSV(B) | 264.25º | 0.94% | 1% | - |
| XYZ | 24.9 | 11.01 | 95.42 | - |
| YUV | 71.36 | 231.64 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 15 | 255 | 0.56 | 0.94 | 0 | 0 | 264.25 | 1 | 0.53 |
| Hex | 70 | F | FF | 38 | 5E | 0 | 0 | 108 | 64 | 35 |
| Octal | 160 | 17 | 377 | 70 | 136 | 0 | 0 | 410 | 144 | 65 |
| Binary | 1110000 | 1111 | 11111111 | 111000 | 1011110 | 0 | 0 | 100001000 | 1100100 | 110101 |
Color Harmonies of #700FFF
Complementary color
Monochromatic Colors of #700FFF
Black with #700FFF
Text Example
Text Example
White with #700FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700FFF; }
p { color: rgb(112,15,255); }
H1.HeaderClassName
{
color: #700FFF;
}
.AnyTagClassName
{
color: #700FFF;
}
</style>
background-color css
<style>
a { background-color: #700FFF; }
a { background-color: rgb(112,15,255); }
div.DivClassName
{
background-color: #700FFF;
}
.BgClassName
{
background-color: #700FFF;
}
</style>
border-color css
<style>
span { border-color: #700FFF; }
span { border-color: rgb(112,15,255); }
td.TdClassName
{
border-color: #700FFF;
}
.TagClassName
{
border-color: #700FFF;
}
</style>