Shades of Electric Indigo #750AFE
Tints of Electric Indigo #750AFE
RGB
CMYK
RGB Variations
Color information
#750AFE (or 0x750AFE) is known color: Electric Indigo. HEX triplet: 75, 0A and FE. RGB value is (117,10,254). Sum of RGB (Red+Green+Blue) = 117+10+254=381 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.71% from 381); Green value is 10 (4.30% from 255 or 2.62% from 381); Blue value is 254 (99.61% from 255 or 66.67% from 381); Max value from RGB is 254 - color contains mainly: blue. Hex color #750AFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #750AFE is #8AF501. Grayscale: #444444. Windows color (decimal): -9106690 or 16648821. OLE color: 16648821.
HSL color Cylindrical-coordinate representation of color #750AFE: hue angle of 266.31º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #750AFE is Cyan = 0.54, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 117 | 10 | 254 | - |
| CMYK | 0.54 | 0.96 | 0 | 0.00 |
| HSL | 266.31º | 0.99% | 0.52% | - |
| HSV(B) | 266.31º | 0.96% | 1% | - |
| XYZ | 25.33 | 11.15 | 94.58 | - |
| YUV | 69.81 | 231.95 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 10 | 254 | 0.54 | 0.96 | 0 | 0.00 | 266.31 | 0.99 | 0.52 |
| Hex | 75 | A | FE | 36 | 60 | 0 | 0 | 10A | 63 | 34 |
| Octal | 165 | 12 | 376 | 66 | 140 | 0 | 0 | 412 | 143 | 64 |
| Binary | 1110101 | 1010 | 11111110 | 110110 | 1100000 | 0 | 0 | 100001010 | 1100011 | 110100 |
Color Harmonies of #750AFE
Complementary color
Monochromatic Colors of #750AFE
Black with #750AFE
Text Example
Text Example
White with #750AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750AFE; }
p { color: rgb(117,10,254); }
H1.HeaderClassName
{
color: #750AFE;
}
.AnyTagClassName
{
color: #750AFE;
}
</style>
background-color css
<style>
a { background-color: #750AFE; }
a { background-color: rgb(117,10,254); }
div.DivClassName
{
background-color: #750AFE;
}
.BgClassName
{
background-color: #750AFE;
}
</style>
border-color css
<style>
span { border-color: #750AFE; }
span { border-color: rgb(117,10,254); }
td.TdClassName
{
border-color: #750AFE;
}
.TagClassName
{
border-color: #750AFE;
}
</style>