Shades of Electric Indigo #7000DD
Tints of Electric Indigo #7000DD
RGB
CMYK
RGB Variations
Color information
#7000DD (or 0x7000DD) is known color: Electric Indigo. HEX triplet: 70, 00 and DD. RGB value is (112,0,221). Sum of RGB (Red+Green+Blue) = 112+0+221=333 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.63% from 333); Green value is 0 (0.39% from 255 or 0% from 333); Blue value is 221 (86.72% from 255 or 66.37% from 333); Max value from RGB is 221 - color contains mainly: blue. Hex color #7000DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7000DD is #8FFF22. Grayscale: #393939. Windows color (decimal): -9436963 or 14483568. OLE color: 14483568.
HSL color Cylindrical-coordinate representation of color #7000DD: hue angle of 270.41º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7000DD is Cyan = 0.49, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 0 | 221 | - |
| CMYK | 0.49 | 1 | 0 | 0.13 |
| HSL | 270.41º | 1% | 0.43% | - |
| HSV(B) | 270.41º | 1% | 0.87% | - |
| XYZ | 19.73 | 8.67 | 69.04 | - |
| YUV | 58.68 | 219.61 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 0 | 221 | 0.49 | 1 | 0 | 0.13 | 270.41 | 1 | 0.43 |
| Hex | 70 | 0 | DD | 31 | 64 | 0 | D | 10E | 64 | 2B |
| Octal | 160 | 0 | 335 | 61 | 144 | 0 | 15 | 416 | 144 | 53 |
| Binary | 1110000 | 0 | 11011101 | 110001 | 1100100 | 0 | 1101 | 100001110 | 1100100 | 101011 |
Color Harmonies of #7000DD
Complementary color
Monochromatic Colors of #7000DD
Black with #7000DD
Text Example
Text Example
White with #7000DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7000DD; }
p { color: rgb(112,0,221); }
H1.HeaderClassName
{
color: #7000DD;
}
.AnyTagClassName
{
color: #7000DD;
}
</style>
background-color css
<style>
a { background-color: #7000DD; }
a { background-color: rgb(112,0,221); }
div.DivClassName
{
background-color: #7000DD;
}
.BgClassName
{
background-color: #7000DD;
}
</style>
border-color css
<style>
span { border-color: #7000DD; }
span { border-color: rgb(112,0,221); }
td.TdClassName
{
border-color: #7000DD;
}
.TagClassName
{
border-color: #7000DD;
}
</style>