Shades of Electric Indigo #4F00FD
Tints of Electric Indigo #4F00FD
RGB
CMYK
RGB Variations
Color information
#4F00FD (or 0x4F00FD) is known color: Electric Indigo. HEX triplet: 4F, 00 and FD. RGB value is (79,0,253). Sum of RGB (Red+Green+Blue) = 79+0+253=332 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.80% from 332); Green value is 0 (0.39% from 255 or 0% from 332); Blue value is 253 (99.22% from 255 or 76.20% from 332); Max value from RGB is 253 - color contains mainly: blue. Hex color #4F00FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4F00FD is #B0FF02. Grayscale: #333333. Windows color (decimal): -11599619 or 16580687. OLE color: 16580687.
HSL color Cylindrical-coordinate representation of color #4F00FD: hue angle of 258.74º 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 #4F00FD is Cyan = 0.69, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 0 | 253 | - |
| CMYK | 0.69 | 1 | 0 | 0.01 |
| HSL | 258.74º | 1% | 0.5% | - |
| HSV(B) | 258.74º | 1% | 0.99% | - |
| XYZ | 20.95 | 8.75 | 93.51 | - |
| YUV | 52.46 | 241.17 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 0 | 253 | 0.69 | 1 | 0 | 0.01 | 258.74 | 1 | 0.5 |
| Hex | 4F | 0 | FD | 45 | 64 | 0 | 1 | 103 | 64 | 32 |
| Octal | 117 | 0 | 375 | 105 | 144 | 0 | 1 | 403 | 144 | 62 |
| Binary | 1001111 | 0 | 11111101 | 1000101 | 1100100 | 0 | 1 | 100000011 | 1100100 | 110010 |
Color Harmonies of #4F00FD
Complementary color
Monochromatic Colors of #4F00FD
Black with #4F00FD
Text Example
Text Example
White with #4F00FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F00FD; }
p { color: rgb(79,0,253); }
H1.HeaderClassName
{
color: #4F00FD;
}
.AnyTagClassName
{
color: #4F00FD;
}
</style>
background-color css
<style>
a { background-color: #4F00FD; }
a { background-color: rgb(79,0,253); }
div.DivClassName
{
background-color: #4F00FD;
}
.BgClassName
{
background-color: #4F00FD;
}
</style>
border-color css
<style>
span { border-color: #4F00FD; }
span { border-color: rgb(79,0,253); }
td.TdClassName
{
border-color: #4F00FD;
}
.TagClassName
{
border-color: #4F00FD;
}
</style>