Shades of Electric Indigo #7503FF
Tints of Electric Indigo #7503FF
RGB
CMYK
RGB Variations
Color information
#7503FF (or 0x7503FF) is known color: Electric Indigo. HEX triplet: 75, 03 and FF. RGB value is (117,3,255). Sum of RGB (Red+Green+Blue) = 117+3+255=375 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.2% from 375); Green value is 3 (1.56% from 255 or 0.8% from 375); Blue value is 255 (100% from 255 or 68% from 375); Max value from RGB is 255 - color contains mainly: blue. Hex color #7503FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7503FF is #8AFC00. Grayscale: #404040. Windows color (decimal): -9108481 or 16712565. OLE color: 16712565.
HSL color Cylindrical-coordinate representation of color #7503FF: hue angle of 267.14º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7503FF is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 3 | 255 | - |
| CMYK | 0.54 | 0.99 | 0 | 0 |
| HSL | 267.14º | 1% | 0.51% | - |
| HSV(B) | 267.14º | 0.99% | 1% | - |
| XYZ | 25.42 | 11.07 | 95.4 | - |
| YUV | 65.81 | 234.77 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 3 | 255 | 0.54 | 0.99 | 0 | 0 | 267.14 | 1 | 0.51 |
| Hex | 75 | 3 | FF | 36 | 63 | 0 | 0 | 10B | 64 | 33 |
| Octal | 165 | 3 | 377 | 66 | 143 | 0 | 0 | 413 | 144 | 63 |
| Binary | 1110101 | 11 | 11111111 | 110110 | 1100011 | 0 | 0 | 100001011 | 1100100 | 110011 |
Color Harmonies of #7503FF
Complementary color
Monochromatic Colors of #7503FF
Black with #7503FF
Text Example
Text Example
White with #7503FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7503FF; }
p { color: rgb(117,3,255); }
H1.HeaderClassName
{
color: #7503FF;
}
.AnyTagClassName
{
color: #7503FF;
}
</style>
background-color css
<style>
a { background-color: #7503FF; }
a { background-color: rgb(117,3,255); }
div.DivClassName
{
background-color: #7503FF;
}
.BgClassName
{
background-color: #7503FF;
}
</style>
border-color css
<style>
span { border-color: #7503FF; }
span { border-color: rgb(117,3,255); }
td.TdClassName
{
border-color: #7503FF;
}
.TagClassName
{
border-color: #7503FF;
}
</style>