Shades of Electric Indigo #7503FE
Tints of Electric Indigo #7503FE
RGB
CMYK
RGB Variations
Color information
#7503FE (or 0x7503FE) is known color: Electric Indigo. HEX triplet: 75, 03 and FE. RGB value is (117,3,254). Sum of RGB (Red+Green+Blue) = 117+3+254=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 3 (1.56% from 255 or 0.80% from 374); Blue value is 254 (99.61% from 255 or 67.91% from 374); Max value from RGB is 254 - color contains mainly: blue. Hex color #7503FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7503FE is #8AFC01. Grayscale: #404040. Windows color (decimal): -9108482 or 16647029. OLE color: 16647029.
HSL color Cylindrical-coordinate representation of color #7503FE: hue angle of 267.25º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7503FE is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 117 | 3 | 254 | - |
| CMYK | 0.54 | 0.99 | 0 | 0.00 |
| HSL | 267.25º | 0.99% | 0.5% | - |
| HSV(B) | 267.25º | 0.99% | 1% | - |
| XYZ | 25.26 | 11 | 94.56 | - |
| YUV | 65.7 | 234.27 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 3 | 254 | 0.54 | 0.99 | 0 | 0.00 | 267.25 | 0.99 | 0.5 |
| Hex | 75 | 3 | FE | 36 | 63 | 0 | 0 | 10B | 63 | 32 |
| Octal | 165 | 3 | 376 | 66 | 143 | 0 | 0 | 413 | 143 | 62 |
| Binary | 1110101 | 11 | 11111110 | 110110 | 1100011 | 0 | 0 | 100001011 | 1100011 | 110010 |
Color Harmonies of #7503FE
Complementary color
Monochromatic Colors of #7503FE
Black with #7503FE
Text Example
Text Example
White with #7503FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7503FE; }
p { color: rgb(117,3,254); }
H1.HeaderClassName
{
color: #7503FE;
}
.AnyTagClassName
{
color: #7503FE;
}
</style>
background-color css
<style>
a { background-color: #7503FE; }
a { background-color: rgb(117,3,254); }
div.DivClassName
{
background-color: #7503FE;
}
.BgClassName
{
background-color: #7503FE;
}
</style>
border-color css
<style>
span { border-color: #7503FE; }
span { border-color: rgb(117,3,254); }
td.TdClassName
{
border-color: #7503FE;
}
.TagClassName
{
border-color: #7503FE;
}
</style>