Shades of Electric Indigo #7105DC
Tints of Electric Indigo #7105DC
RGB
CMYK
RGB Variations
Color information
#7105DC (or 0x7105DC) is known color: Electric Indigo. HEX triplet: 71, 05 and DC. RGB value is (113,5,220). Sum of RGB (Red+Green+Blue) = 113+5+220=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 5 (2.34% from 255 or 1.48% from 338); Blue value is 220 (86.33% from 255 or 65.09% from 338); Max value from RGB is 220 - color contains mainly: blue. Hex color #7105DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7105DC is #8EFA23. Grayscale: #3D3D3D. Windows color (decimal): -9370148 or 14419313. OLE color: 14419313.
HSL color Cylindrical-coordinate representation of color #7105DC: hue angle of 270.14º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7105DC is Cyan = 0.49, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 5 | 220 | - |
| CMYK | 0.49 | 0.98 | 0 | 0.14 |
| HSL | 270.14º | 0.96% | 0.44% | - |
| HSV(B) | 270.14º | 0.98% | 0.86% | - |
| XYZ | 19.78 | 8.79 | 68.36 | - |
| YUV | 61.8 | 217.28 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 5 | 220 | 0.49 | 0.98 | 0 | 0.14 | 270.14 | 0.96 | 0.44 |
| Hex | 71 | 5 | DC | 31 | 62 | 0 | E | 10E | 60 | 2C |
| Octal | 161 | 5 | 334 | 61 | 142 | 0 | 16 | 416 | 140 | 54 |
| Binary | 1110001 | 101 | 11011100 | 110001 | 1100010 | 0 | 1110 | 100001110 | 1100000 | 101100 |
Color Harmonies of #7105DC
Complementary color
Monochromatic Colors of #7105DC
Black with #7105DC
Text Example
Text Example
White with #7105DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7105DC; }
p { color: rgb(113,5,220); }
H1.HeaderClassName
{
color: #7105DC;
}
.AnyTagClassName
{
color: #7105DC;
}
</style>
background-color css
<style>
a { background-color: #7105DC; }
a { background-color: rgb(113,5,220); }
div.DivClassName
{
background-color: #7105DC;
}
.BgClassName
{
background-color: #7105DC;
}
</style>
border-color css
<style>
span { border-color: #7105DC; }
span { border-color: rgb(113,5,220); }
td.TdClassName
{
border-color: #7105DC;
}
.TagClassName
{
border-color: #7105DC;
}
</style>