Shades of Electric Indigo #751EFE
Tints of Electric Indigo #751EFE
RGB
CMYK
RGB Variations
Color information
#751EFE (or 0x751EFE) is known color: Electric Indigo. HEX triplet: 75, 1E and FE. RGB value is (117,30,254). Sum of RGB (Red+Green+Blue) = 117+30+254=401 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.18% from 401); Green value is 30 (12.11% from 255 or 7.48% from 401); Blue value is 254 (99.61% from 255 or 63.34% from 401); Max value from RGB is 254 - color contains mainly: blue. Hex color #751EFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #751EFE is #8AE101. Grayscale: #505050. Windows color (decimal): -9101570 or 16653941. OLE color: 16653941.
HSL color Cylindrical-coordinate representation of color #751EFE: hue angle of 263.3º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #751EFE is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 117 | 30 | 254 | - |
| CMYK | 0.54 | 0.88 | 0 | 0.00 |
| HSL | 263.3º | 0.99% | 0.56% | - |
| HSV(B) | 263.3º | 0.88% | 1% | - |
| XYZ | 25.69 | 11.87 | 94.7 | - |
| YUV | 81.55 | 225.32 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 30 | 254 | 0.54 | 0.88 | 0 | 0.00 | 263.3 | 0.99 | 0.56 |
| Hex | 75 | 1E | FE | 36 | 58 | 0 | 0 | 107 | 63 | 38 |
| Octal | 165 | 36 | 376 | 66 | 130 | 0 | 0 | 407 | 143 | 70 |
| Binary | 1110101 | 11110 | 11111110 | 110110 | 1011000 | 0 | 0 | 100000111 | 1100011 | 111000 |
Color Harmonies of #751EFE
Complementary color
Monochromatic Colors of #751EFE
Black with #751EFE
Text Example
Text Example
White with #751EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751EFE; }
p { color: rgb(117,30,254); }
H1.HeaderClassName
{
color: #751EFE;
}
.AnyTagClassName
{
color: #751EFE;
}
</style>
background-color css
<style>
a { background-color: #751EFE; }
a { background-color: rgb(117,30,254); }
div.DivClassName
{
background-color: #751EFE;
}
.BgClassName
{
background-color: #751EFE;
}
</style>
border-color css
<style>
span { border-color: #751EFE; }
span { border-color: rgb(117,30,254); }
td.TdClassName
{
border-color: #751EFE;
}
.TagClassName
{
border-color: #751EFE;
}
</style>