Shades of Electric Indigo #7117FB
Tints of Electric Indigo #7117FB
RGB
CMYK
RGB Variations
Color information
#7117FB (or 0x7117FB) is known color: Electric Indigo. HEX triplet: 71, 17 and FB. RGB value is (113,23,251). Sum of RGB (Red+Green+Blue) = 113+23+251=387 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.20% from 387); Green value is 23 (9.38% from 255 or 5.94% from 387); Blue value is 251 (98.44% from 255 or 64.86% from 387); Max value from RGB is 251 - color contains mainly: blue. Hex color #7117FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7117FB is #8EE804. Grayscale: #4B4B4B. Windows color (decimal): -9365509 or 16455537. OLE color: 16455537.
HSL color Cylindrical-coordinate representation of color #7117FB: hue angle of 263.68º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7117FB is Cyan = 0.55, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 23 | 251 | - |
| CMYK | 0.55 | 0.91 | 0 | 0.02 |
| HSL | 263.68º | 0.97% | 0.54% | - |
| HSV(B) | 263.68º | 0.91% | 0.98% | - |
| XYZ | 24.53 | 11.09 | 92.11 | - |
| YUV | 75.9 | 226.82 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 23 | 251 | 0.55 | 0.91 | 0 | 0.02 | 263.68 | 0.97 | 0.54 |
| Hex | 71 | 17 | FB | 37 | 5B | 0 | 2 | 108 | 61 | 36 |
| Octal | 161 | 27 | 373 | 67 | 133 | 0 | 2 | 410 | 141 | 66 |
| Binary | 1110001 | 10111 | 11111011 | 110111 | 1011011 | 0 | 10 | 100001000 | 1100001 | 110110 |
Color Harmonies of #7117FB
Complementary color
Monochromatic Colors of #7117FB
Black with #7117FB
Text Example
Text Example
White with #7117FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7117FB; }
p { color: rgb(113,23,251); }
H1.HeaderClassName
{
color: #7117FB;
}
.AnyTagClassName
{
color: #7117FB;
}
</style>
background-color css
<style>
a { background-color: #7117FB; }
a { background-color: rgb(113,23,251); }
div.DivClassName
{
background-color: #7117FB;
}
.BgClassName
{
background-color: #7117FB;
}
</style>
border-color css
<style>
span { border-color: #7117FB; }
span { border-color: rgb(113,23,251); }
td.TdClassName
{
border-color: #7117FB;
}
.TagClassName
{
border-color: #7117FB;
}
</style>