Shades of Electric Indigo #750BE3
Tints of Electric Indigo #750BE3
RGB
CMYK
RGB Variations
Color information
#750BE3 (or 0x750BE3) is known color: Electric Indigo. HEX triplet: 75, 0B and E3. RGB value is (117,11,227). Sum of RGB (Red+Green+Blue) = 117+11+227=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 11 (4.69% from 255 or 3.10% from 355); Blue value is 227 (89.06% from 255 or 63.94% from 355); Max value from RGB is 227 - color contains mainly: blue. Hex color #750BE3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750BE3 is #8AF41C. Grayscale: #424242. Windows color (decimal): -9106461 or 14879605. OLE color: 14879605.
HSL color Cylindrical-coordinate representation of color #750BE3: hue angle of 269.44º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #750BE3 is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 117 | 11 | 227 | - |
| CMYK | 0.48 | 0.95 | 0 | 0.11 |
| HSL | 269.44º | 0.91% | 0.47% | - |
| HSV(B) | 269.44º | 0.95% | 0.89% | - |
| XYZ | 21.32 | 9.57 | 73.4 | - |
| YUV | 67.32 | 218.12 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 11 | 227 | 0.48 | 0.95 | 0 | 0.11 | 269.44 | 0.91 | 0.47 |
| Hex | 75 | B | E3 | 30 | 5F | 0 | B | 10D | 5B | 2F |
| Octal | 165 | 13 | 343 | 60 | 137 | 0 | 13 | 415 | 133 | 57 |
| Binary | 1110101 | 1011 | 11100011 | 110000 | 1011111 | 0 | 1011 | 100001101 | 1011011 | 101111 |
Color Harmonies of #750BE3
Complementary color
Monochromatic Colors of #750BE3
Black with #750BE3
Text Example
Text Example
White with #750BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750BE3; }
p { color: rgb(117,11,227); }
H1.HeaderClassName
{
color: #750BE3;
}
.AnyTagClassName
{
color: #750BE3;
}
</style>
background-color css
<style>
a { background-color: #750BE3; }
a { background-color: rgb(117,11,227); }
div.DivClassName
{
background-color: #750BE3;
}
.BgClassName
{
background-color: #750BE3;
}
</style>
border-color css
<style>
span { border-color: #750BE3; }
span { border-color: rgb(117,11,227); }
td.TdClassName
{
border-color: #750BE3;
}
.TagClassName
{
border-color: #750BE3;
}
</style>