Shades of Electric Indigo #7100F8
Tints of Electric Indigo #7100F8
RGB
CMYK
RGB Variations
Color information
#7100F8 (or 0x7100F8) is known color: Electric Indigo. HEX triplet: 71, 00 and F8. RGB value is (113,0,248). Sum of RGB (Red+Green+Blue) = 113+0+248=361 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.30% from 361); Green value is 0 (0.39% from 255 or 0% from 361); Blue value is 248 (97.27% from 255 or 68.70% from 361); Max value from RGB is 248 - color contains mainly: blue. Hex color #7100F8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7100F8 is #8EFF07. Grayscale: #3D3D3D. Windows color (decimal): -9371400 or 16253041. OLE color: 16253041.
HSL color Cylindrical-coordinate representation of color #7100F8: hue angle of 267.34º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7100F8 is Cyan = 0.54, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 113 | 0 | 248 | - |
| CMYK | 0.54 | 1 | 0 | 0.03 |
| HSL | 267.34º | 1% | 0.49% | - |
| HSV(B) | 267.34º | 1% | 0.97% | - |
| XYZ | 23.75 | 10.29 | 89.54 | - |
| YUV | 62.06 | 232.94 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 0 | 248 | 0.54 | 1 | 0 | 0.03 | 267.34 | 1 | 0.49 |
| Hex | 71 | 0 | F8 | 36 | 64 | 0 | 3 | 10B | 64 | 31 |
| Octal | 161 | 0 | 370 | 66 | 144 | 0 | 3 | 413 | 144 | 61 |
| Binary | 1110001 | 0 | 11111000 | 110110 | 1100100 | 0 | 11 | 100001011 | 1100100 | 110001 |
Color Harmonies of #7100F8
Complementary color
Monochromatic Colors of #7100F8
Black with #7100F8
Text Example
Text Example
White with #7100F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7100F8; }
p { color: rgb(113,0,248); }
H1.HeaderClassName
{
color: #7100F8;
}
.AnyTagClassName
{
color: #7100F8;
}
</style>
background-color css
<style>
a { background-color: #7100F8; }
a { background-color: rgb(113,0,248); }
div.DivClassName
{
background-color: #7100F8;
}
.BgClassName
{
background-color: #7100F8;
}
</style>
border-color css
<style>
span { border-color: #7100F8; }
span { border-color: rgb(113,0,248); }
td.TdClassName
{
border-color: #7100F8;
}
.TagClassName
{
border-color: #7100F8;
}
</style>