Shades of Electric Indigo #750CFF
Tints of Electric Indigo #750CFF
RGB
CMYK
RGB Variations
Color information
#750CFF (or 0x750CFF) is known color: Electric Indigo. HEX triplet: 75, 0C and FF. RGB value is (117,12,255). Sum of RGB (Red+Green+Blue) = 117+12+255=384 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.47% from 384); Green value is 12 (5.08% from 255 or 3.12% from 384); Blue value is 255 (100% from 255 or 66.41% from 384); Max value from RGB is 255 - color contains mainly: blue. Hex color #750CFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #750CFF is #8AF300. Grayscale: #464646. Windows color (decimal): -9106177 or 16714869. OLE color: 16714869.
HSL color Cylindrical-coordinate representation of color #750CFF: hue angle of 265.93º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #750CFF is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 12 | 255 | - |
| CMYK | 0.54 | 0.95 | 0 | 0 |
| HSL | 265.93º | 1% | 0.52% | - |
| HSV(B) | 265.93º | 0.95% | 1% | - |
| XYZ | 25.52 | 11.26 | 95.44 | - |
| YUV | 71.1 | 231.79 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 12 | 255 | 0.54 | 0.95 | 0 | 0 | 265.93 | 1 | 0.52 |
| Hex | 75 | C | FF | 36 | 5F | 0 | 0 | 10A | 64 | 34 |
| Octal | 165 | 14 | 377 | 66 | 137 | 0 | 0 | 412 | 144 | 64 |
| Binary | 1110101 | 1100 | 11111111 | 110110 | 1011111 | 0 | 0 | 100001010 | 1100100 | 110100 |
Color Harmonies of #750CFF
Complementary color
Monochromatic Colors of #750CFF
Black with #750CFF
Text Example
Text Example
White with #750CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750CFF; }
p { color: rgb(117,12,255); }
H1.HeaderClassName
{
color: #750CFF;
}
.AnyTagClassName
{
color: #750CFF;
}
</style>
background-color css
<style>
a { background-color: #750CFF; }
a { background-color: rgb(117,12,255); }
div.DivClassName
{
background-color: #750CFF;
}
.BgClassName
{
background-color: #750CFF;
}
</style>
border-color css
<style>
span { border-color: #750CFF; }
span { border-color: rgb(117,12,255); }
td.TdClassName
{
border-color: #750CFF;
}
.TagClassName
{
border-color: #750CFF;
}
</style>