Shades of Electric Indigo #7109FF
Tints of Electric Indigo #7109FF
RGB
CMYK
RGB Variations
Color information
#7109FF (or 0x7109FF) is known color: Electric Indigo. HEX triplet: 71, 09 and FF. RGB value is (113,9,255). Sum of RGB (Red+Green+Blue) = 113+9+255=377 (49% of max value = 765). Red value is 113 (44.53% from 255 or 29.97% from 377); Green value is 9 (3.91% from 255 or 2.39% from 377); Blue value is 255 (100% from 255 or 67.64% from 377); Max value from RGB is 255 - color contains mainly: blue. Hex color #7109FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7109FF is #8EF600. Grayscale: #434343. Windows color (decimal): -9369089 or 16714097. OLE color: 16714097.
HSL color Cylindrical-coordinate representation of color #7109FF: hue angle of 265.37º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7109FF is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 9 | 255 | - |
| CMYK | 0.56 | 0.96 | 0 | 0 |
| HSL | 265.37º | 1% | 0.52% | - |
| HSV(B) | 265.37º | 0.96% | 1% | - |
| XYZ | 24.96 | 10.93 | 95.4 | - |
| YUV | 68.14 | 233.46 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 9 | 255 | 0.56 | 0.96 | 0 | 0 | 265.37 | 1 | 0.52 |
| Hex | 71 | 9 | FF | 38 | 60 | 0 | 0 | 109 | 64 | 34 |
| Octal | 161 | 11 | 377 | 70 | 140 | 0 | 0 | 411 | 144 | 64 |
| Binary | 1110001 | 1001 | 11111111 | 111000 | 1100000 | 0 | 0 | 100001001 | 1100100 | 110100 |
Color Harmonies of #7109FF
Complementary color
Monochromatic Colors of #7109FF
Black with #7109FF
Text Example
Text Example
White with #7109FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7109FF; }
p { color: rgb(113,9,255); }
H1.HeaderClassName
{
color: #7109FF;
}
.AnyTagClassName
{
color: #7109FF;
}
</style>
background-color css
<style>
a { background-color: #7109FF; }
a { background-color: rgb(113,9,255); }
div.DivClassName
{
background-color: #7109FF;
}
.BgClassName
{
background-color: #7109FF;
}
</style>
border-color css
<style>
span { border-color: #7109FF; }
span { border-color: rgb(113,9,255); }
td.TdClassName
{
border-color: #7109FF;
}
.TagClassName
{
border-color: #7109FF;
}
</style>