Shades of Electric Indigo #7109FE
Tints of Electric Indigo #7109FE
RGB
CMYK
RGB Variations
Color information
#7109FE (or 0x7109FE) is known color: Electric Indigo. HEX triplet: 71, 09 and FE. RGB value is (113,9,254). Sum of RGB (Red+Green+Blue) = 113+9+254=376 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.05% from 376); Green value is 9 (3.91% from 255 or 2.39% from 376); Blue value is 254 (99.61% from 255 or 67.55% from 376); Max value from RGB is 254 - color contains mainly: blue. Hex color #7109FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7109FE is #8EF601. Grayscale: #434343. Windows color (decimal): -9369090 or 16648561. OLE color: 16648561.
HSL color Cylindrical-coordinate representation of color #7109FE: hue angle of 265.47º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7109FE is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 113 | 9 | 254 | - |
| CMYK | 0.56 | 0.96 | 0 | 0.00 |
| HSL | 265.47º | 0.99% | 0.52% | - |
| HSV(B) | 265.47º | 0.96% | 1% | - |
| XYZ | 24.8 | 10.86 | 94.56 | - |
| YUV | 68.03 | 232.96 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 9 | 254 | 0.56 | 0.96 | 0 | 0.00 | 265.47 | 0.99 | 0.52 |
| Hex | 71 | 9 | FE | 38 | 60 | 0 | 0 | 109 | 63 | 34 |
| Octal | 161 | 11 | 376 | 70 | 140 | 0 | 0 | 411 | 143 | 64 |
| Binary | 1110001 | 1001 | 11111110 | 111000 | 1100000 | 0 | 0 | 100001001 | 1100011 | 110100 |
Color Harmonies of #7109FE
Complementary color
Monochromatic Colors of #7109FE
Black with #7109FE
Text Example
Text Example
White with #7109FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7109FE; }
p { color: rgb(113,9,254); }
H1.HeaderClassName
{
color: #7109FE;
}
.AnyTagClassName
{
color: #7109FE;
}
</style>
background-color css
<style>
a { background-color: #7109FE; }
a { background-color: rgb(113,9,254); }
div.DivClassName
{
background-color: #7109FE;
}
.BgClassName
{
background-color: #7109FE;
}
</style>
border-color css
<style>
span { border-color: #7109FE; }
span { border-color: rgb(113,9,254); }
td.TdClassName
{
border-color: #7109FE;
}
.TagClassName
{
border-color: #7109FE;
}
</style>