Shades of Electric Indigo #750BFD
Tints of Electric Indigo #750BFD
RGB
CMYK
RGB Variations
Color information
#750BFD (or 0x750BFD) is known color: Electric Indigo. HEX triplet: 75, 0B and FD. RGB value is (117,11,253). Sum of RGB (Red+Green+Blue) = 117+11+253=381 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.71% from 381); Green value is 11 (4.69% from 255 or 2.89% from 381); Blue value is 253 (99.22% from 255 or 66.40% from 381); Max value from RGB is 253 - color contains mainly: blue. Hex color #750BFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #750BFD is #8AF402. Grayscale: #454545. Windows color (decimal): -9106435 or 16583541. OLE color: 16583541.
HSL color Cylindrical-coordinate representation of color #750BFD: hue angle of 266.28º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #750BFD is Cyan = 0.54, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 117 | 11 | 253 | - |
| CMYK | 0.54 | 0.96 | 0 | 0.01 |
| HSL | 266.28º | 0.98% | 0.52% | - |
| HSV(B) | 266.28º | 0.96% | 0.99% | - |
| XYZ | 25.19 | 11.11 | 93.75 | - |
| YUV | 70.28 | 231.12 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 11 | 253 | 0.54 | 0.96 | 0 | 0.01 | 266.28 | 0.98 | 0.52 |
| Hex | 75 | B | FD | 36 | 60 | 0 | 1 | 10A | 62 | 34 |
| Octal | 165 | 13 | 375 | 66 | 140 | 0 | 1 | 412 | 142 | 64 |
| Binary | 1110101 | 1011 | 11111101 | 110110 | 1100000 | 0 | 1 | 100001010 | 1100010 | 110100 |
Color Harmonies of #750BFD
Complementary color
Monochromatic Colors of #750BFD
Black with #750BFD
Text Example
Text Example
White with #750BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750BFD; }
p { color: rgb(117,11,253); }
H1.HeaderClassName
{
color: #750BFD;
}
.AnyTagClassName
{
color: #750BFD;
}
</style>
background-color css
<style>
a { background-color: #750BFD; }
a { background-color: rgb(117,11,253); }
div.DivClassName
{
background-color: #750BFD;
}
.BgClassName
{
background-color: #750BFD;
}
</style>
border-color css
<style>
span { border-color: #750BFD; }
span { border-color: rgb(117,11,253); }
td.TdClassName
{
border-color: #750BFD;
}
.TagClassName
{
border-color: #750BFD;
}
</style>