Shades of Electric Indigo #751EFF
Tints of Electric Indigo #751EFF
RGB
CMYK
RGB Variations
Color information
#751EFF (or 0x751EFF) is known color: Electric Indigo. HEX triplet: 75, 1E and FF. RGB value is (117,30,255). Sum of RGB (Red+Green+Blue) = 117+30+255=402 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.10% from 402); Green value is 30 (12.11% from 255 or 7.46% from 402); Blue value is 255 (100% from 255 or 63.43% from 402); Max value from RGB is 255 - color contains mainly: blue. Hex color #751EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #751EFF is #8AE100. Grayscale: #505050. Windows color (decimal): -9101569 or 16719477. OLE color: 16719477.
HSL color Cylindrical-coordinate representation of color #751EFF: hue angle of 263.2º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #751EFF is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 30 | 255 | - |
| CMYK | 0.54 | 0.88 | 0 | 0 |
| HSL | 263.2º | 1% | 0.56% | - |
| HSV(B) | 263.2º | 0.88% | 1% | - |
| XYZ | 25.85 | 11.93 | 95.55 | - |
| YUV | 81.66 | 225.82 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 30 | 255 | 0.54 | 0.88 | 0 | 0 | 263.2 | 1 | 0.56 |
| Hex | 75 | 1E | FF | 36 | 58 | 0 | 0 | 107 | 64 | 38 |
| Octal | 165 | 36 | 377 | 66 | 130 | 0 | 0 | 407 | 144 | 70 |
| Binary | 1110101 | 11110 | 11111111 | 110110 | 1011000 | 0 | 0 | 100000111 | 1100100 | 111000 |
Color Harmonies of #751EFF
Complementary color
Monochromatic Colors of #751EFF
Black with #751EFF
Text Example
Text Example
White with #751EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751EFF; }
p { color: rgb(117,30,255); }
H1.HeaderClassName
{
color: #751EFF;
}
.AnyTagClassName
{
color: #751EFF;
}
</style>
background-color css
<style>
a { background-color: #751EFF; }
a { background-color: rgb(117,30,255); }
div.DivClassName
{
background-color: #751EFF;
}
.BgClassName
{
background-color: #751EFF;
}
</style>
border-color css
<style>
span { border-color: #751EFF; }
span { border-color: rgb(117,30,255); }
td.TdClassName
{
border-color: #751EFF;
}
.TagClassName
{
border-color: #751EFF;
}
</style>