Shades of Electric Indigo #750BE6
Tints of Electric Indigo #750BE6
RGB
CMYK
RGB Variations
Color information
#750BE6 (or 0x750BE6) is known color: Electric Indigo. HEX triplet: 75, 0B and E6. RGB value is (117,11,230). Sum of RGB (Red+Green+Blue) = 117+11+230=358 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.68% from 358); Green value is 11 (4.69% from 255 or 3.07% from 358); Blue value is 230 (90.23% from 255 or 64.25% from 358); Max value from RGB is 230 - color contains mainly: blue. Hex color #750BE6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #750BE6 is #8AF419. Grayscale: #424242. Windows color (decimal): -9106458 or 15076213. OLE color: 15076213.
HSL color Cylindrical-coordinate representation of color #750BE6: hue angle of 269.04º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #750BE6 is Cyan = 0.49, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 117 | 11 | 230 | - |
| CMYK | 0.49 | 0.95 | 0 | 0.10 |
| HSL | 269.04º | 0.91% | 0.47% | - |
| HSV(B) | 269.04º | 0.95% | 0.9% | - |
| XYZ | 21.74 | 9.73 | 75.6 | - |
| YUV | 67.66 | 219.62 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 11 | 230 | 0.49 | 0.95 | 0 | 0.10 | 269.04 | 0.91 | 0.47 |
| Hex | 75 | B | E6 | 31 | 5F | 0 | A | 10D | 5B | 2F |
| Octal | 165 | 13 | 346 | 61 | 137 | 0 | 12 | 415 | 133 | 57 |
| Binary | 1110101 | 1011 | 11100110 | 110001 | 1011111 | 0 | 1010 | 100001101 | 1011011 | 101111 |
Color Harmonies of #750BE6
Complementary color
Monochromatic Colors of #750BE6
Black with #750BE6
Text Example
Text Example
White with #750BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750BE6; }
p { color: rgb(117,11,230); }
H1.HeaderClassName
{
color: #750BE6;
}
.AnyTagClassName
{
color: #750BE6;
}
</style>
background-color css
<style>
a { background-color: #750BE6; }
a { background-color: rgb(117,11,230); }
div.DivClassName
{
background-color: #750BE6;
}
.BgClassName
{
background-color: #750BE6;
}
</style>
border-color css
<style>
span { border-color: #750BE6; }
span { border-color: rgb(117,11,230); }
td.TdClassName
{
border-color: #750BE6;
}
.TagClassName
{
border-color: #750BE6;
}
</style>