Shades of Electric Indigo #750FFD
Tints of Electric Indigo #750FFD
RGB
CMYK
RGB Variations
Color information
#750FFD (or 0x750FFD) is known color: Electric Indigo. HEX triplet: 75, 0F and FD. RGB value is (117,15,253). Sum of RGB (Red+Green+Blue) = 117+15+253=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 15 (6.25% from 255 or 3.90% from 385); Blue value is 253 (99.22% from 255 or 65.71% from 385); Max value from RGB is 253 - color contains mainly: blue. Hex color #750FFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #750FFD is #8AF002. Grayscale: #474747. Windows color (decimal): -9105411 or 16584565. OLE color: 16584565.
HSL color Cylindrical-coordinate representation of color #750FFD: hue angle of 265.71º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #750FFD is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 117 | 15 | 253 | - |
| CMYK | 0.54 | 0.94 | 0 | 0.01 |
| HSL | 265.71º | 0.98% | 0.53% | - |
| HSV(B) | 265.71º | 0.94% | 0.99% | - |
| XYZ | 25.24 | 11.22 | 93.76 | - |
| YUV | 72.63 | 229.79 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 15 | 253 | 0.54 | 0.94 | 0 | 0.01 | 265.71 | 0.98 | 0.53 |
| Hex | 75 | F | FD | 36 | 5E | 0 | 1 | 10A | 62 | 35 |
| Octal | 165 | 17 | 375 | 66 | 136 | 0 | 1 | 412 | 142 | 65 |
| Binary | 1110101 | 1111 | 11111101 | 110110 | 1011110 | 0 | 1 | 100001010 | 1100010 | 110101 |
Color Harmonies of #750FFD
Complementary color
Monochromatic Colors of #750FFD
Black with #750FFD
Text Example
Text Example
White with #750FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750FFD; }
p { color: rgb(117,15,253); }
H1.HeaderClassName
{
color: #750FFD;
}
.AnyTagClassName
{
color: #750FFD;
}
</style>
background-color css
<style>
a { background-color: #750FFD; }
a { background-color: rgb(117,15,253); }
div.DivClassName
{
background-color: #750FFD;
}
.BgClassName
{
background-color: #750FFD;
}
</style>
border-color css
<style>
span { border-color: #750FFD; }
span { border-color: rgb(117,15,253); }
td.TdClassName
{
border-color: #750FFD;
}
.TagClassName
{
border-color: #750FFD;
}
</style>