Shades of Electric Indigo #7100DD
Tints of Electric Indigo #7100DD
RGB
CMYK
RGB Variations
Color information
#7100DD (or 0x7100DD) is known color: Electric Indigo. HEX triplet: 71, 00 and DD. RGB value is (113,0,221). Sum of RGB (Red+Green+Blue) = 113+0+221=334 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.83% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 221 (86.72% from 255 or 66.17% from 334); Max value from RGB is 221 - color contains mainly: blue. Hex color #7100DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7100DD is #8EFF22. Grayscale: #3A3A3A. Windows color (decimal): -9371427 or 14483569. OLE color: 14483569.
HSL color Cylindrical-coordinate representation of color #7100DD: hue angle of 270.68º 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 #7100DD is Cyan = 0.49, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 0 | 221 | - |
| CMYK | 0.49 | 1 | 0 | 0.13 |
| HSL | 270.68º | 1% | 0.43% | - |
| HSV(B) | 270.68º | 1% | 0.87% | - |
| XYZ | 19.86 | 8.73 | 69.05 | - |
| YUV | 58.98 | 219.44 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 0 | 221 | 0.49 | 1 | 0 | 0.13 | 270.68 | 1 | 0.43 |
| Hex | 71 | 0 | DD | 31 | 64 | 0 | D | 10F | 64 | 2B |
| Octal | 161 | 0 | 335 | 61 | 144 | 0 | 15 | 417 | 144 | 53 |
| Binary | 1110001 | 0 | 11011101 | 110001 | 1100100 | 0 | 1101 | 100001111 | 1100100 | 101011 |
Color Harmonies of #7100DD
Complementary color
Monochromatic Colors of #7100DD
Black with #7100DD
Text Example
Text Example
White with #7100DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7100DD; }
p { color: rgb(113,0,221); }
H1.HeaderClassName
{
color: #7100DD;
}
.AnyTagClassName
{
color: #7100DD;
}
</style>
background-color css
<style>
a { background-color: #7100DD; }
a { background-color: rgb(113,0,221); }
div.DivClassName
{
background-color: #7100DD;
}
.BgClassName
{
background-color: #7100DD;
}
</style>
border-color css
<style>
span { border-color: #7100DD; }
span { border-color: rgb(113,0,221); }
td.TdClassName
{
border-color: #7100DD;
}
.TagClassName
{
border-color: #7100DD;
}
</style>