Shades of Electric Indigo #5705FD
Tints of Electric Indigo #5705FD
RGB
CMYK
RGB Variations
Color information
#5705FD (or 0x5705FD) is known color: Electric Indigo. HEX triplet: 57, 05 and FD. RGB value is (87,5,253). Sum of RGB (Red+Green+Blue) = 87+5+253=345 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.22% from 345); Green value is 5 (2.34% from 255 or 1.45% from 345); Blue value is 253 (99.22% from 255 or 73.33% from 345); Max value from RGB is 253 - color contains mainly: blue. Hex color #5705FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5705FD is #A8FA02. Grayscale: #383838. Windows color (decimal): -11074051 or 16581975. OLE color: 16581975.
HSL color Cylindrical-coordinate representation of color #5705FD: hue angle of 259.84º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5705FD is Cyan = 0.66, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 87 | 5 | 253 | - |
| CMYK | 0.66 | 0.98 | 0 | 0.01 |
| HSL | 259.84º | 0.98% | 0.51% | - |
| HSV(B) | 259.84º | 0.98% | 0.99% | - |
| XYZ | 21.71 | 9.23 | 93.56 | - |
| YUV | 57.79 | 238.17 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 5 | 253 | 0.66 | 0.98 | 0 | 0.01 | 259.84 | 0.98 | 0.51 |
| Hex | 57 | 5 | FD | 42 | 62 | 0 | 1 | 104 | 62 | 33 |
| Octal | 127 | 5 | 375 | 102 | 142 | 0 | 1 | 404 | 142 | 63 |
| Binary | 1010111 | 101 | 11111101 | 1000010 | 1100010 | 0 | 1 | 100000100 | 1100010 | 110011 |
Color Harmonies of #5705FD
Complementary color
Monochromatic Colors of #5705FD
Black with #5705FD
Text Example
Text Example
White with #5705FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5705FD; }
p { color: rgb(87,5,253); }
H1.HeaderClassName
{
color: #5705FD;
}
.AnyTagClassName
{
color: #5705FD;
}
</style>
background-color css
<style>
a { background-color: #5705FD; }
a { background-color: rgb(87,5,253); }
div.DivClassName
{
background-color: #5705FD;
}
.BgClassName
{
background-color: #5705FD;
}
</style>
border-color css
<style>
span { border-color: #5705FD; }
span { border-color: rgb(87,5,253); }
td.TdClassName
{
border-color: #5705FD;
}
.TagClassName
{
border-color: #5705FD;
}
</style>