Shades of Electric Indigo #7007DF
Tints of Electric Indigo #7007DF
RGB
CMYK
RGB Variations
Color information
#7007DF (or 0x7007DF) is known color: Electric Indigo. HEX triplet: 70, 07 and DF. RGB value is (112,7,223). Sum of RGB (Red+Green+Blue) = 112+7+223=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 7 (3.12% from 255 or 2.05% from 342); Blue value is 223 (87.5% from 255 or 65.20% from 342); Max value from RGB is 223 - color contains mainly: blue. Hex color #7007DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7007DF is #8FF820. Grayscale: #3E3E3E. Windows color (decimal): -9435169 or 14616432. OLE color: 14616432.
HSL color Cylindrical-coordinate representation of color #7007DF: hue angle of 269.17º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7007DF is Cyan = 0.50, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 7 | 223 | - |
| CMYK | 0.50 | 0.97 | 0 | 0.13 |
| HSL | 269.17º | 0.94% | 0.45% | - |
| HSV(B) | 269.17º | 0.97% | 0.87% | - |
| XYZ | 20.08 | 8.92 | 70.48 | - |
| YUV | 63.02 | 218.29 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 7 | 223 | 0.50 | 0.97 | 0 | 0.13 | 269.17 | 0.94 | 0.45 |
| Hex | 70 | 7 | DF | 32 | 61 | 0 | D | 10D | 5E | 2D |
| Octal | 160 | 7 | 337 | 62 | 141 | 0 | 15 | 415 | 136 | 55 |
| Binary | 1110000 | 111 | 11011111 | 110010 | 1100001 | 0 | 1101 | 100001101 | 1011110 | 101101 |
Color Harmonies of #7007DF
Complementary color
Monochromatic Colors of #7007DF
Black with #7007DF
Text Example
Text Example
White with #7007DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7007DF; }
p { color: rgb(112,7,223); }
H1.HeaderClassName
{
color: #7007DF;
}
.AnyTagClassName
{
color: #7007DF;
}
</style>
background-color css
<style>
a { background-color: #7007DF; }
a { background-color: rgb(112,7,223); }
div.DivClassName
{
background-color: #7007DF;
}
.BgClassName
{
background-color: #7007DF;
}
</style>
border-color css
<style>
span { border-color: #7007DF; }
span { border-color: rgb(112,7,223); }
td.TdClassName
{
border-color: #7007DF;
}
.TagClassName
{
border-color: #7007DF;
}
</style>