Shades of Electric Indigo #700DFE
Tints of Electric Indigo #700DFE
RGB
CMYK
RGB Variations
Color information
#700DFE (or 0x700DFE) is known color: Electric Indigo. HEX triplet: 70, 0D and FE. RGB value is (112,13,254). Sum of RGB (Red+Green+Blue) = 112+13+254=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 13 (5.47% from 255 or 3.43% from 379); Blue value is 254 (99.61% from 255 or 67.02% from 379); Max value from RGB is 254 - color contains mainly: blue. Hex color #700DFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #700DFE is #8FF201. Grayscale: #454545. Windows color (decimal): -9433602 or 16649584. OLE color: 16649584.
HSL color Cylindrical-coordinate representation of color #700DFE: hue angle of 264.65º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #700DFE is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 13 | 254 | - |
| CMYK | 0.56 | 0.95 | 0 | 0.00 |
| HSL | 264.65º | 0.99% | 0.52% | - |
| HSV(B) | 264.65º | 0.95% | 1% | - |
| XYZ | 24.72 | 10.89 | 94.56 | - |
| YUV | 70.08 | 231.8 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 13 | 254 | 0.56 | 0.95 | 0 | 0.00 | 264.65 | 0.99 | 0.52 |
| Hex | 70 | D | FE | 38 | 5F | 0 | 0 | 109 | 63 | 34 |
| Octal | 160 | 15 | 376 | 70 | 137 | 0 | 0 | 411 | 143 | 64 |
| Binary | 1110000 | 1101 | 11111110 | 111000 | 1011111 | 0 | 0 | 100001001 | 1100011 | 110100 |
Color Harmonies of #700DFE
Complementary color
Monochromatic Colors of #700DFE
Black with #700DFE
Text Example
Text Example
White with #700DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700DFE; }
p { color: rgb(112,13,254); }
H1.HeaderClassName
{
color: #700DFE;
}
.AnyTagClassName
{
color: #700DFE;
}
</style>
background-color css
<style>
a { background-color: #700DFE; }
a { background-color: rgb(112,13,254); }
div.DivClassName
{
background-color: #700DFE;
}
.BgClassName
{
background-color: #700DFE;
}
</style>
border-color css
<style>
span { border-color: #700DFE; }
span { border-color: rgb(112,13,254); }
td.TdClassName
{
border-color: #700DFE;
}
.TagClassName
{
border-color: #700DFE;
}
</style>