Shades of Electric Indigo #5700DE
Tints of Electric Indigo #5700DE
RGB
CMYK
RGB Variations
Color information
#5700DE (or 0x5700DE) is known color: Electric Indigo. HEX triplet: 57, 00 and DE. RGB value is (87,0,222). Sum of RGB (Red+Green+Blue) = 87+0+222=309 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.16% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 222 (87.11% from 255 or 71.84% from 309); Max value from RGB is 222 - color contains mainly: blue. Hex color #5700DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5700DE is #A8FF21. Grayscale: #323232. Windows color (decimal): -11075362 or 14549079. OLE color: 14549079.
HSL color Cylindrical-coordinate representation of color #5700DE: hue angle of 263.51º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5700DE is Cyan = 0.61, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 0 | 222 | - |
| CMYK | 0.61 | 1 | 0 | 0.13 |
| HSL | 263.51º | 1% | 0.44% | - |
| HSV(B) | 263.51º | 1% | 0.87% | - |
| XYZ | 17.12 | 7.3 | 69.61 | - |
| YUV | 51.32 | 224.32 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 0 | 222 | 0.61 | 1 | 0 | 0.13 | 263.51 | 1 | 0.44 |
| Hex | 57 | 0 | DE | 3D | 64 | 0 | D | 108 | 64 | 2C |
| Octal | 127 | 0 | 336 | 75 | 144 | 0 | 15 | 410 | 144 | 54 |
| Binary | 1010111 | 0 | 11011110 | 111101 | 1100100 | 0 | 1101 | 100001000 | 1100100 | 101100 |
Color Harmonies of #5700DE
Complementary color
Monochromatic Colors of #5700DE
Black with #5700DE
Text Example
Text Example
White with #5700DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5700DE; }
p { color: rgb(87,0,222); }
H1.HeaderClassName
{
color: #5700DE;
}
.AnyTagClassName
{
color: #5700DE;
}
</style>
background-color css
<style>
a { background-color: #5700DE; }
a { background-color: rgb(87,0,222); }
div.DivClassName
{
background-color: #5700DE;
}
.BgClassName
{
background-color: #5700DE;
}
</style>
border-color css
<style>
span { border-color: #5700DE; }
span { border-color: rgb(87,0,222); }
td.TdClassName
{
border-color: #5700DE;
}
.TagClassName
{
border-color: #5700DE;
}
</style>