Shades of Electric Indigo #751AFE
Tints of Electric Indigo #751AFE
RGB
CMYK
RGB Variations
Color information
#751AFE (or 0x751AFE) is known color: Electric Indigo. HEX triplet: 75, 1A and FE. RGB value is (117,26,254). Sum of RGB (Red+Green+Blue) = 117+26+254=397 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.47% from 397); Green value is 26 (10.55% from 255 or 6.55% from 397); Blue value is 254 (99.61% from 255 or 63.98% from 397); Max value from RGB is 254 - color contains mainly: blue. Hex color #751AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #751AFE is #8AE501. Grayscale: #4E4E4E. Windows color (decimal): -9102594 or 16652917. OLE color: 16652917.
HSL color Cylindrical-coordinate representation of color #751AFE: hue angle of 263.95º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #751AFE is Cyan = 0.54, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 117 | 26 | 254 | - |
| CMYK | 0.54 | 0.90 | 0 | 0.00 |
| HSL | 263.95º | 0.99% | 0.55% | - |
| HSV(B) | 263.95º | 0.9% | 1% | - |
| XYZ | 25.59 | 11.68 | 94.67 | - |
| YUV | 79.2 | 226.65 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 26 | 254 | 0.54 | 0.90 | 0 | 0.00 | 263.95 | 0.99 | 0.55 |
| Hex | 75 | 1A | FE | 36 | 5A | 0 | 0 | 108 | 63 | 37 |
| Octal | 165 | 32 | 376 | 66 | 132 | 0 | 0 | 410 | 143 | 67 |
| Binary | 1110101 | 11010 | 11111110 | 110110 | 1011010 | 0 | 0 | 100001000 | 1100011 | 110111 |
Color Harmonies of #751AFE
Complementary color
Monochromatic Colors of #751AFE
Black with #751AFE
Text Example
Text Example
White with #751AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751AFE; }
p { color: rgb(117,26,254); }
H1.HeaderClassName
{
color: #751AFE;
}
.AnyTagClassName
{
color: #751AFE;
}
</style>
background-color css
<style>
a { background-color: #751AFE; }
a { background-color: rgb(117,26,254); }
div.DivClassName
{
background-color: #751AFE;
}
.BgClassName
{
background-color: #751AFE;
}
</style>
border-color css
<style>
span { border-color: #751AFE; }
span { border-color: rgb(117,26,254); }
td.TdClassName
{
border-color: #751AFE;
}
.TagClassName
{
border-color: #751AFE;
}
</style>