Shades of Electric Indigo #7102EA
Tints of Electric Indigo #7102EA
RGB
CMYK
RGB Variations
Color information
#7102EA (or 0x7102EA) is known color: Electric Indigo. HEX triplet: 71, 02 and EA. RGB value is (113,2,234). Sum of RGB (Red+Green+Blue) = 113+2+234=349 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.38% from 349); Green value is 2 (1.17% from 255 or 0.57% from 349); Blue value is 234 (91.80% from 255 or 67.05% from 349); Max value from RGB is 234 - color contains mainly: blue. Hex color #7102EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7102EA is #8EFD15. Grayscale: #3C3C3C. Windows color (decimal): -9370902 or 15336049. OLE color: 15336049.
HSL color Cylindrical-coordinate representation of color #7102EA: hue angle of 268.71º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7102EA is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 113 | 2 | 234 | - |
| CMYK | 0.52 | 0.99 | 0 | 0.08 |
| HSL | 268.71º | 0.98% | 0.46% | - |
| HSV(B) | 268.71º | 0.99% | 0.92% | - |
| XYZ | 21.68 | 9.49 | 78.53 | - |
| YUV | 61.64 | 225.27 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 2 | 234 | 0.52 | 0.99 | 0 | 0.08 | 268.71 | 0.98 | 0.46 |
| Hex | 71 | 2 | EA | 34 | 63 | 0 | 8 | 10D | 62 | 2E |
| Octal | 161 | 2 | 352 | 64 | 143 | 0 | 10 | 415 | 142 | 56 |
| Binary | 1110001 | 10 | 11101010 | 110100 | 1100011 | 0 | 1000 | 100001101 | 1100010 | 101110 |
Color Harmonies of #7102EA
Complementary color
Monochromatic Colors of #7102EA
Black with #7102EA
Text Example
Text Example
White with #7102EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7102EA; }
p { color: rgb(113,2,234); }
H1.HeaderClassName
{
color: #7102EA;
}
.AnyTagClassName
{
color: #7102EA;
}
</style>
background-color css
<style>
a { background-color: #7102EA; }
a { background-color: rgb(113,2,234); }
div.DivClassName
{
background-color: #7102EA;
}
.BgClassName
{
background-color: #7102EA;
}
</style>
border-color css
<style>
span { border-color: #7102EA; }
span { border-color: rgb(113,2,234); }
td.TdClassName
{
border-color: #7102EA;
}
.TagClassName
{
border-color: #7102EA;
}
</style>