Shades of Electric Indigo #7400FD
Tints of Electric Indigo #7400FD
RGB
CMYK
RGB Variations
Color information
#7400FD (or 0x7400FD) is known color: Electric Indigo. HEX triplet: 74, 00 and FD. RGB value is (116,0,253). Sum of RGB (Red+Green+Blue) = 116+0+253=369 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.44% from 369); Green value is 0 (0.39% from 255 or 0% from 369); Blue value is 253 (99.22% from 255 or 68.56% from 369); Max value from RGB is 253 - color contains mainly: blue. Hex color #7400FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7400FD is #8BFF02. Grayscale: #3E3E3E. Windows color (decimal): -9174787 or 16580724. OLE color: 16580724.
HSL color Cylindrical-coordinate representation of color #7400FD: hue angle of 267.51º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7400FD is Cyan = 0.54, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 0 | 253 | - |
| CMYK | 0.54 | 1 | 0 | 0.01 |
| HSL | 267.51º | 1% | 0.5% | - |
| HSV(B) | 267.51º | 1% | 0.99% | - |
| XYZ | 24.93 | 10.8 | 93.7 | - |
| YUV | 63.53 | 234.93 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 0 | 253 | 0.54 | 1 | 0 | 0.01 | 267.51 | 1 | 0.5 |
| Hex | 74 | 0 | FD | 36 | 64 | 0 | 1 | 10C | 64 | 32 |
| Octal | 164 | 0 | 375 | 66 | 144 | 0 | 1 | 414 | 144 | 62 |
| Binary | 1110100 | 0 | 11111101 | 110110 | 1100100 | 0 | 1 | 100001100 | 1100100 | 110010 |
Color Harmonies of #7400FD
Complementary color
Monochromatic Colors of #7400FD
Black with #7400FD
Text Example
Text Example
White with #7400FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7400FD; }
p { color: rgb(116,0,253); }
H1.HeaderClassName
{
color: #7400FD;
}
.AnyTagClassName
{
color: #7400FD;
}
</style>
background-color css
<style>
a { background-color: #7400FD; }
a { background-color: rgb(116,0,253); }
div.DivClassName
{
background-color: #7400FD;
}
.BgClassName
{
background-color: #7400FD;
}
</style>
border-color css
<style>
span { border-color: #7400FD; }
span { border-color: rgb(116,0,253); }
td.TdClassName
{
border-color: #7400FD;
}
.TagClassName
{
border-color: #7400FD;
}
</style>