Shades of Electric Indigo #750BDF
Tints of Electric Indigo #750BDF
RGB
CMYK
RGB Variations
Color information
#750BDF (or 0x750BDF) is known color: Electric Indigo. HEX triplet: 75, 0B and DF. RGB value is (117,11,223). Sum of RGB (Red+Green+Blue) = 117+11+223=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 11 (4.69% from 255 or 3.13% from 351); Blue value is 223 (87.5% from 255 or 63.53% from 351); Max value from RGB is 223 - color contains mainly: blue. Hex color #750BDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750BDF is #8AF420. Grayscale: #424242. Windows color (decimal): -9106465 or 14617461. OLE color: 14617461.
HSL color Cylindrical-coordinate representation of color #750BDF: hue angle of 270º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #750BDF is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 11 | 223 | - |
| CMYK | 0.48 | 0.95 | 0 | 0.13 |
| HSL | 270º | 0.91% | 0.46% | - |
| HSV(B) | 270º | 0.95% | 0.87% | - |
| XYZ | 20.78 | 9.35 | 70.52 | - |
| YUV | 66.86 | 216.12 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 11 | 223 | 0.48 | 0.95 | 0 | 0.13 | 270 | 0.91 | 0.46 |
| Hex | 75 | B | DF | 30 | 5F | 0 | D | 10E | 5B | 2E |
| Octal | 165 | 13 | 337 | 60 | 137 | 0 | 15 | 416 | 133 | 56 |
| Binary | 1110101 | 1011 | 11011111 | 110000 | 1011111 | 0 | 1101 | 100001110 | 1011011 | 101110 |
Color Harmonies of #750BDF
Complementary color
Monochromatic Colors of #750BDF
Black with #750BDF
Text Example
Text Example
White with #750BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750BDF; }
p { color: rgb(117,11,223); }
H1.HeaderClassName
{
color: #750BDF;
}
.AnyTagClassName
{
color: #750BDF;
}
</style>
background-color css
<style>
a { background-color: #750BDF; }
a { background-color: rgb(117,11,223); }
div.DivClassName
{
background-color: #750BDF;
}
.BgClassName
{
background-color: #750BDF;
}
</style>
border-color css
<style>
span { border-color: #750BDF; }
span { border-color: rgb(117,11,223); }
td.TdClassName
{
border-color: #750BDF;
}
.TagClassName
{
border-color: #750BDF;
}
</style>