Shades of Electric Indigo #7403FE
Tints of Electric Indigo #7403FE
RGB
CMYK
RGB Variations
Color information
#7403FE (or 0x7403FE) is known color: Electric Indigo. HEX triplet: 74, 03 and FE. RGB value is (116,3,254). Sum of RGB (Red+Green+Blue) = 116+3+254=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 3 (1.56% from 255 or 0.80% from 373); Blue value is 254 (99.61% from 255 or 68.10% from 373); Max value from RGB is 254 - color contains mainly: blue. Hex color #7403FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7403FE is #8BFC01. Grayscale: #404040. Windows color (decimal): -9174018 or 16647028. OLE color: 16647028.
HSL color Cylindrical-coordinate representation of color #7403FE: hue angle of 267.01º 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 #7403FE is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 3 | 254 | - |
| CMYK | 0.54 | 0.99 | 0 | 0.00 |
| HSL | 267.01º | 0.99% | 0.5% | - |
| HSV(B) | 267.01º | 0.99% | 1% | - |
| XYZ | 25.12 | 10.93 | 94.55 | - |
| YUV | 65.4 | 234.44 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 3 | 254 | 0.54 | 0.99 | 0 | 0.00 | 267.01 | 0.99 | 0.5 |
| Hex | 74 | 3 | FE | 36 | 63 | 0 | 0 | 10B | 63 | 32 |
| Octal | 164 | 3 | 376 | 66 | 143 | 0 | 0 | 413 | 143 | 62 |
| Binary | 1110100 | 11 | 11111110 | 110110 | 1100011 | 0 | 0 | 100001011 | 1100011 | 110010 |
Color Harmonies of #7403FE
Complementary color
Monochromatic Colors of #7403FE
Black with #7403FE
Text Example
Text Example
White with #7403FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7403FE; }
p { color: rgb(116,3,254); }
H1.HeaderClassName
{
color: #7403FE;
}
.AnyTagClassName
{
color: #7403FE;
}
</style>
background-color css
<style>
a { background-color: #7403FE; }
a { background-color: rgb(116,3,254); }
div.DivClassName
{
background-color: #7403FE;
}
.BgClassName
{
background-color: #7403FE;
}
</style>
border-color css
<style>
span { border-color: #7403FE; }
span { border-color: rgb(116,3,254); }
td.TdClassName
{
border-color: #7403FE;
}
.TagClassName
{
border-color: #7403FE;
}
</style>