Shades of Electric Indigo #7400FF
Tints of Electric Indigo #7400FF
RGB
CMYK
RGB Variations
Color information
#7400FF (or 0x7400FF) is known color: Electric Indigo. HEX triplet: 74, 00 and FF. RGB value is (116,0,255). Sum of RGB (Red+Green+Blue) = 116+0+255=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 0 (0.39% from 255 or 0% from 371); Blue value is 255 (100% from 255 or 68.73% from 371); Max value from RGB is 255 - color contains mainly: blue. Hex color #7400FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7400FF is #8BFF00. Grayscale: #3E3E3E. Windows color (decimal): -9174785 or 16711796. OLE color: 16711796.
HSL color Cylindrical-coordinate representation of color #7400FF: hue angle of 267.29º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7400FF is Cyan = 0.55, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 0 | 255 | - |
| CMYK | 0.55 | 1 | 0 | 0 |
| HSL | 267.29º | 1% | 0.5% | - |
| HSV(B) | 267.29º | 1% | 1% | - |
| XYZ | 25.25 | 10.93 | 95.39 | - |
| YUV | 63.75 | 235.93 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 0 | 255 | 0.55 | 1 | 0 | 0 | 267.29 | 1 | 0.5 |
| Hex | 74 | 0 | FF | 37 | 64 | 0 | 0 | 10B | 64 | 32 |
| Octal | 164 | 0 | 377 | 67 | 144 | 0 | 0 | 413 | 144 | 62 |
| Binary | 1110100 | 0 | 11111111 | 110111 | 1100100 | 0 | 0 | 100001011 | 1100100 | 110010 |
Color Harmonies of #7400FF
Complementary color
Monochromatic Colors of #7400FF
Black with #7400FF
Text Example
Text Example
White with #7400FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7400FF; }
p { color: rgb(116,0,255); }
H1.HeaderClassName
{
color: #7400FF;
}
.AnyTagClassName
{
color: #7400FF;
}
</style>
background-color css
<style>
a { background-color: #7400FF; }
a { background-color: rgb(116,0,255); }
div.DivClassName
{
background-color: #7400FF;
}
.BgClassName
{
background-color: #7400FF;
}
</style>
border-color css
<style>
span { border-color: #7400FF; }
span { border-color: rgb(116,0,255); }
td.TdClassName
{
border-color: #7400FF;
}
.TagClassName
{
border-color: #7400FF;
}
</style>