Shades of Electric Indigo #7104FF
Tints of Electric Indigo #7104FF
RGB
CMYK
RGB Variations
Color information
#7104FF (or 0x7104FF) is known color: Electric Indigo. HEX triplet: 71, 04 and FF. RGB value is (113,4,255). Sum of RGB (Red+Green+Blue) = 113+4+255=372 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.38% from 372); Green value is 4 (1.95% from 255 or 1.08% from 372); Blue value is 255 (100% from 255 or 68.55% from 372); Max value from RGB is 255 - color contains mainly: blue. Hex color #7104FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7104FF is #8EFB00. Grayscale: #404040. Windows color (decimal): -9370369 or 16712817. OLE color: 16712817.
HSL color Cylindrical-coordinate representation of color #7104FF: hue angle of 266.06º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7104FF is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 4 | 255 | - |
| CMYK | 0.56 | 0.98 | 0 | 0 |
| HSL | 266.06º | 1% | 0.51% | - |
| HSV(B) | 266.06º | 0.98% | 1% | - |
| XYZ | 24.9 | 10.82 | 95.38 | - |
| YUV | 65.21 | 235.11 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 4 | 255 | 0.56 | 0.98 | 0 | 0 | 266.06 | 1 | 0.51 |
| Hex | 71 | 4 | FF | 38 | 62 | 0 | 0 | 10A | 64 | 33 |
| Octal | 161 | 4 | 377 | 70 | 142 | 0 | 0 | 412 | 144 | 63 |
| Binary | 1110001 | 100 | 11111111 | 111000 | 1100010 | 0 | 0 | 100001010 | 1100100 | 110011 |
Color Harmonies of #7104FF
Complementary color
Monochromatic Colors of #7104FF
Black with #7104FF
Text Example
Text Example
White with #7104FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7104FF; }
p { color: rgb(113,4,255); }
H1.HeaderClassName
{
color: #7104FF;
}
.AnyTagClassName
{
color: #7104FF;
}
</style>
background-color css
<style>
a { background-color: #7104FF; }
a { background-color: rgb(113,4,255); }
div.DivClassName
{
background-color: #7104FF;
}
.BgClassName
{
background-color: #7104FF;
}
</style>
border-color css
<style>
span { border-color: #7104FF; }
span { border-color: rgb(113,4,255); }
td.TdClassName
{
border-color: #7104FF;
}
.TagClassName
{
border-color: #7104FF;
}
</style>