Shades of Electric Indigo #750BE8
Tints of Electric Indigo #750BE8
RGB
CMYK
RGB Variations
Color information
#750BE8 (or 0x750BE8) is known color: Electric Indigo. HEX triplet: 75, 0B and E8. RGB value is (117,11,232). Sum of RGB (Red+Green+Blue) = 117+11+232=360 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.5% from 360); Green value is 11 (4.69% from 255 or 3.06% from 360); Blue value is 232 (91.02% from 255 or 64.44% from 360); Max value from RGB is 232 - color contains mainly: blue. Hex color #750BE8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #750BE8 is #8AF417. Grayscale: #434343. Windows color (decimal): -9106456 or 15207285. OLE color: 15207285.
HSL color Cylindrical-coordinate representation of color #750BE8: hue angle of 268.78º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #750BE8 is Cyan = 0.50, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 117 | 11 | 232 | - |
| CMYK | 0.50 | 0.95 | 0 | 0.09 |
| HSL | 268.78º | 0.91% | 0.48% | - |
| HSV(B) | 268.78º | 0.95% | 0.91% | - |
| XYZ | 22.02 | 9.85 | 77.08 | - |
| YUV | 67.89 | 220.62 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 11 | 232 | 0.50 | 0.95 | 0 | 0.09 | 268.78 | 0.91 | 0.48 |
| Hex | 75 | B | E8 | 32 | 5F | 0 | 9 | 10D | 5B | 30 |
| Octal | 165 | 13 | 350 | 62 | 137 | 0 | 11 | 415 | 133 | 60 |
| Binary | 1110101 | 1011 | 11101000 | 110010 | 1011111 | 0 | 1001 | 100001101 | 1011011 | 110000 |
Color Harmonies of #750BE8
Complementary color
Monochromatic Colors of #750BE8
Black with #750BE8
Text Example
Text Example
White with #750BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750BE8; }
p { color: rgb(117,11,232); }
H1.HeaderClassName
{
color: #750BE8;
}
.AnyTagClassName
{
color: #750BE8;
}
</style>
background-color css
<style>
a { background-color: #750BE8; }
a { background-color: rgb(117,11,232); }
div.DivClassName
{
background-color: #750BE8;
}
.BgClassName
{
background-color: #750BE8;
}
</style>
border-color css
<style>
span { border-color: #750BE8; }
span { border-color: rgb(117,11,232); }
td.TdClassName
{
border-color: #750BE8;
}
.TagClassName
{
border-color: #750BE8;
}
</style>