Shades of Electric Indigo #750BED
Tints of Electric Indigo #750BED
RGB
CMYK
RGB Variations
Color information
#750BED (or 0x750BED) is known color: Electric Indigo. HEX triplet: 75, 0B and ED. RGB value is (117,11,237). Sum of RGB (Red+Green+Blue) = 117+11+237=365 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.05% from 365); Green value is 11 (4.69% from 255 or 3.01% from 365); Blue value is 237 (92.97% from 255 or 64.93% from 365); Max value from RGB is 237 - color contains mainly: blue. Hex color #750BED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #750BED is #8AF412. Grayscale: #434343. Windows color (decimal): -9106451 or 15534965. OLE color: 15534965.
HSL color Cylindrical-coordinate representation of color #750BED: hue angle of 268.14º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #750BED is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 11 | 237 | - |
| CMYK | 0.51 | 0.95 | 0 | 0.07 |
| HSL | 268.14º | 0.91% | 0.49% | - |
| HSV(B) | 268.14º | 0.95% | 0.93% | - |
| XYZ | 22.74 | 10.14 | 80.88 | - |
| YUV | 68.46 | 223.12 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 11 | 237 | 0.51 | 0.95 | 0 | 0.07 | 268.14 | 0.91 | 0.49 |
| Hex | 75 | B | ED | 33 | 5F | 0 | 7 | 10C | 5B | 31 |
| Octal | 165 | 13 | 355 | 63 | 137 | 0 | 7 | 414 | 133 | 61 |
| Binary | 1110101 | 1011 | 11101101 | 110011 | 1011111 | 0 | 111 | 100001100 | 1011011 | 110001 |
Color Harmonies of #750BED
Complementary color
Monochromatic Colors of #750BED
Black with #750BED
Text Example
Text Example
White with #750BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750BED; }
p { color: rgb(117,11,237); }
H1.HeaderClassName
{
color: #750BED;
}
.AnyTagClassName
{
color: #750BED;
}
</style>
background-color css
<style>
a { background-color: #750BED; }
a { background-color: rgb(117,11,237); }
div.DivClassName
{
background-color: #750BED;
}
.BgClassName
{
background-color: #750BED;
}
</style>
border-color css
<style>
span { border-color: #750BED; }
span { border-color: rgb(117,11,237); }
td.TdClassName
{
border-color: #750BED;
}
.TagClassName
{
border-color: #750BED;
}
</style>