Shades of Electric Indigo #751CFE
Tints of Electric Indigo #751CFE
RGB
CMYK
RGB Variations
Color information
#751CFE (or 0x751CFE) is known color: Electric Indigo. HEX triplet: 75, 1C and FE. RGB value is (117,28,254). Sum of RGB (Red+Green+Blue) = 117+28+254=399 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.32% from 399); Green value is 28 (11.33% from 255 or 7.02% from 399); Blue value is 254 (99.61% from 255 or 63.66% from 399); Max value from RGB is 254 - color contains mainly: blue. Hex color #751CFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #751CFE is #8AE301. Grayscale: #4F4F4F. Windows color (decimal): -9102082 or 16653429. OLE color: 16653429.
HSL color Cylindrical-coordinate representation of color #751CFE: hue angle of 263.63º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #751CFE is Cyan = 0.54, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 117 | 28 | 254 | - |
| CMYK | 0.54 | 0.89 | 0 | 0.00 |
| HSL | 263.63º | 0.99% | 0.55% | - |
| HSV(B) | 263.63º | 0.89% | 1% | - |
| XYZ | 25.64 | 11.77 | 94.69 | - |
| YUV | 80.38 | 225.99 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 28 | 254 | 0.54 | 0.89 | 0 | 0.00 | 263.63 | 0.99 | 0.55 |
| Hex | 75 | 1C | FE | 36 | 59 | 0 | 0 | 108 | 63 | 37 |
| Octal | 165 | 34 | 376 | 66 | 131 | 0 | 0 | 410 | 143 | 67 |
| Binary | 1110101 | 11100 | 11111110 | 110110 | 1011001 | 0 | 0 | 100001000 | 1100011 | 110111 |
Color Harmonies of #751CFE
Complementary color
Monochromatic Colors of #751CFE
Black with #751CFE
Text Example
Text Example
White with #751CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751CFE; }
p { color: rgb(117,28,254); }
H1.HeaderClassName
{
color: #751CFE;
}
.AnyTagClassName
{
color: #751CFE;
}
</style>
background-color css
<style>
a { background-color: #751CFE; }
a { background-color: rgb(117,28,254); }
div.DivClassName
{
background-color: #751CFE;
}
.BgClassName
{
background-color: #751CFE;
}
</style>
border-color css
<style>
span { border-color: #751CFE; }
span { border-color: rgb(117,28,254); }
td.TdClassName
{
border-color: #751CFE;
}
.TagClassName
{
border-color: #751CFE;
}
</style>