Shades of Electric Indigo #5001FD
Tints of Electric Indigo #5001FD
RGB
CMYK
RGB Variations
Color information
#5001FD (or 0x5001FD) is known color: Electric Indigo. HEX triplet: 50, 01 and FD. RGB value is (80,1,253). Sum of RGB (Red+Green+Blue) = 80+1+253=334 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.95% from 334); Green value is 1 (0.78% from 255 or 0.30% from 334); Blue value is 253 (99.22% from 255 or 75.75% from 334); Max value from RGB is 253 - color contains mainly: blue. Hex color #5001FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5001FD is #AFFE02. Grayscale: #343434. Windows color (decimal): -11533827 or 16580944. OLE color: 16580944.
HSL color Cylindrical-coordinate representation of color #5001FD: hue angle of 258.81º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5001FD is Cyan = 0.68, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 1 | 253 | - |
| CMYK | 0.68 | 1.00 | 0 | 0.01 |
| HSL | 258.81º | 0.99% | 0.5% | - |
| HSV(B) | 258.81º | 1% | 0.99% | - |
| XYZ | 21.05 | 8.82 | 93.52 | - |
| YUV | 53.35 | 240.67 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 1 | 253 | 0.68 | 1.00 | 0 | 0.01 | 258.81 | 0.99 | 0.5 |
| Hex | 50 | 1 | FD | 44 | 64 | 0 | 1 | 103 | 63 | 32 |
| Octal | 120 | 1 | 375 | 104 | 144 | 0 | 1 | 403 | 143 | 62 |
| Binary | 1010000 | 1 | 11111101 | 1000100 | 1100100 | 0 | 1 | 100000011 | 1100011 | 110010 |
Color Harmonies of #5001FD
Complementary color
Monochromatic Colors of #5001FD
Black with #5001FD
Text Example
Text Example
White with #5001FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5001FD; }
p { color: rgb(80,1,253); }
H1.HeaderClassName
{
color: #5001FD;
}
.AnyTagClassName
{
color: #5001FD;
}
</style>
background-color css
<style>
a { background-color: #5001FD; }
a { background-color: rgb(80,1,253); }
div.DivClassName
{
background-color: #5001FD;
}
.BgClassName
{
background-color: #5001FD;
}
</style>
border-color css
<style>
span { border-color: #5001FD; }
span { border-color: rgb(80,1,253); }
td.TdClassName
{
border-color: #5001FD;
}
.TagClassName
{
border-color: #5001FD;
}
</style>