Shades of Electric Indigo #5705FF
Tints of Electric Indigo #5705FF
RGB
CMYK
RGB Variations
Color information
#5705FF (or 0x5705FF) is known color: Electric Indigo. HEX triplet: 57, 05 and FF. RGB value is (87,5,255). Sum of RGB (Red+Green+Blue) = 87+5+255=347 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.07% from 347); Green value is 5 (2.34% from 255 or 1.44% from 347); Blue value is 255 (100% from 255 or 73.49% from 347); Max value from RGB is 255 - color contains mainly: blue. Hex color #5705FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5705FF is #A8FA00. Grayscale: #393939. Windows color (decimal): -11074049 or 16713047. OLE color: 16713047.
HSL color Cylindrical-coordinate representation of color #5705FF: hue angle of 259.68º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5705FF is Cyan = 0.66, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 87 | 5 | 255 | - |
| CMYK | 0.66 | 0.98 | 0 | 0 |
| HSL | 259.68º | 1% | 0.51% | - |
| HSV(B) | 259.68º | 0.98% | 1% | - |
| XYZ | 22.03 | 9.35 | 95.25 | - |
| YUV | 58.02 | 239.17 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 5 | 255 | 0.66 | 0.98 | 0 | 0 | 259.68 | 1 | 0.51 |
| Hex | 57 | 5 | FF | 42 | 62 | 0 | 0 | 104 | 64 | 33 |
| Octal | 127 | 5 | 377 | 102 | 142 | 0 | 0 | 404 | 144 | 63 |
| Binary | 1010111 | 101 | 11111111 | 1000010 | 1100010 | 0 | 0 | 100000100 | 1100100 | 110011 |
Color Harmonies of #5705FF
Complementary color
Monochromatic Colors of #5705FF
Black with #5705FF
Text Example
Text Example
White with #5705FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5705FF; }
p { color: rgb(87,5,255); }
H1.HeaderClassName
{
color: #5705FF;
}
.AnyTagClassName
{
color: #5705FF;
}
</style>
background-color css
<style>
a { background-color: #5705FF; }
a { background-color: rgb(87,5,255); }
div.DivClassName
{
background-color: #5705FF;
}
.BgClassName
{
background-color: #5705FF;
}
</style>
border-color css
<style>
span { border-color: #5705FF; }
span { border-color: rgb(87,5,255); }
td.TdClassName
{
border-color: #5705FF;
}
.TagClassName
{
border-color: #5705FF;
}
</style>