Shades of Electric Indigo #700DFF
Tints of Electric Indigo #700DFF
RGB
CMYK
RGB Variations
Color information
#700DFF (or 0x700DFF) is known color: Electric Indigo. HEX triplet: 70, 0D and FF. RGB value is (112,13,255). Sum of RGB (Red+Green+Blue) = 112+13+255=380 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.47% from 380); Green value is 13 (5.47% from 255 or 3.42% from 380); Blue value is 255 (100% from 255 or 67.11% from 380); Max value from RGB is 255 - color contains mainly: blue. Hex color #700DFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #700DFF is #8FF200. Grayscale: #454545. Windows color (decimal): -9433601 or 16715120. OLE color: 16715120.
HSL color Cylindrical-coordinate representation of color #700DFF: hue angle of 264.55º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #700DFF is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 13 | 255 | - |
| CMYK | 0.56 | 0.95 | 0 | 0 |
| HSL | 264.55º | 1% | 0.53% | - |
| HSV(B) | 264.55º | 0.95% | 1% | - |
| XYZ | 24.88 | 10.95 | 95.41 | - |
| YUV | 70.19 | 232.3 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 13 | 255 | 0.56 | 0.95 | 0 | 0 | 264.55 | 1 | 0.53 |
| Hex | 70 | D | FF | 38 | 5F | 0 | 0 | 109 | 64 | 35 |
| Octal | 160 | 15 | 377 | 70 | 137 | 0 | 0 | 411 | 144 | 65 |
| Binary | 1110000 | 1101 | 11111111 | 111000 | 1011111 | 0 | 0 | 100001001 | 1100100 | 110101 |
Color Harmonies of #700DFF
Complementary color
Monochromatic Colors of #700DFF
Black with #700DFF
Text Example
Text Example
White with #700DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700DFF; }
p { color: rgb(112,13,255); }
H1.HeaderClassName
{
color: #700DFF;
}
.AnyTagClassName
{
color: #700DFF;
}
</style>
background-color css
<style>
a { background-color: #700DFF; }
a { background-color: rgb(112,13,255); }
div.DivClassName
{
background-color: #700DFF;
}
.BgClassName
{
background-color: #700DFF;
}
</style>
border-color css
<style>
span { border-color: #700DFF; }
span { border-color: rgb(112,13,255); }
td.TdClassName
{
border-color: #700DFF;
}
.TagClassName
{
border-color: #700DFF;
}
</style>