Shades of Electric Indigo #5701FD
Tints of Electric Indigo #5701FD
RGB
CMYK
RGB Variations
Color information
#5701FD (or 0x5701FD) is known color: Electric Indigo. HEX triplet: 57, 01 and FD. RGB value is (87,1,253). Sum of RGB (Red+Green+Blue) = 87+1+253=341 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.51% from 341); Green value is 1 (0.78% from 255 or 0.29% from 341); Blue value is 253 (99.22% from 255 or 74.19% from 341); Max value from RGB is 253 - color contains mainly: blue. Hex color #5701FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5701FD is #A8FE02. Grayscale: #363636. Windows color (decimal): -11075075 or 16580951. OLE color: 16580951.
HSL color Cylindrical-coordinate representation of color #5701FD: hue angle of 260.48º 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 #5701FD is Cyan = 0.66, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 87 | 1 | 253 | - |
| CMYK | 0.66 | 1.00 | 0 | 0.01 |
| HSL | 260.48º | 0.99% | 0.5% | - |
| HSV(B) | 260.48º | 1% | 0.99% | - |
| XYZ | 21.67 | 9.14 | 93.55 | - |
| YUV | 55.44 | 239.49 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 1 | 253 | 0.66 | 1.00 | 0 | 0.01 | 260.48 | 0.99 | 0.5 |
| Hex | 57 | 1 | FD | 42 | 64 | 0 | 1 | 104 | 63 | 32 |
| Octal | 127 | 1 | 375 | 102 | 144 | 0 | 1 | 404 | 143 | 62 |
| Binary | 1010111 | 1 | 11111101 | 1000010 | 1100100 | 0 | 1 | 100000100 | 1100011 | 110010 |
Color Harmonies of #5701FD
Complementary color
Monochromatic Colors of #5701FD
Black with #5701FD
Text Example
Text Example
White with #5701FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5701FD; }
p { color: rgb(87,1,253); }
H1.HeaderClassName
{
color: #5701FD;
}
.AnyTagClassName
{
color: #5701FD;
}
</style>
background-color css
<style>
a { background-color: #5701FD; }
a { background-color: rgb(87,1,253); }
div.DivClassName
{
background-color: #5701FD;
}
.BgClassName
{
background-color: #5701FD;
}
</style>
border-color css
<style>
span { border-color: #5701FD; }
span { border-color: rgb(87,1,253); }
td.TdClassName
{
border-color: #5701FD;
}
.TagClassName
{
border-color: #5701FD;
}
</style>