Shades of Electric Indigo #5703DF
Tints of Electric Indigo #5703DF
RGB
CMYK
RGB Variations
Color information
#5703DF (or 0x5703DF) is known color: Electric Indigo. HEX triplet: 57, 03 and DF. RGB value is (87,3,223). Sum of RGB (Red+Green+Blue) = 87+3+223=313 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.80% from 313); Green value is 3 (1.56% from 255 or 0.96% from 313); Blue value is 223 (87.5% from 255 or 71.25% from 313); Max value from RGB is 223 - color contains mainly: blue. Hex color #5703DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5703DF is #A8FC20. Grayscale: #343434. Windows color (decimal): -11074593 or 14615383. OLE color: 14615383.
HSL color Cylindrical-coordinate representation of color #5703DF: hue angle of 262.91º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5703DF is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 3 | 223 | - |
| CMYK | 0.61 | 0.99 | 0 | 0.13 |
| HSL | 262.91º | 0.97% | 0.44% | - |
| HSV(B) | 262.91º | 0.99% | 0.87% | - |
| XYZ | 17.28 | 7.42 | 70.33 | - |
| YUV | 53.2 | 223.83 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 3 | 223 | 0.61 | 0.99 | 0 | 0.13 | 262.91 | 0.97 | 0.44 |
| Hex | 57 | 3 | DF | 3D | 63 | 0 | D | 107 | 61 | 2C |
| Octal | 127 | 3 | 337 | 75 | 143 | 0 | 15 | 407 | 141 | 54 |
| Binary | 1010111 | 11 | 11011111 | 111101 | 1100011 | 0 | 1101 | 100000111 | 1100001 | 101100 |
Color Harmonies of #5703DF
Complementary color
Monochromatic Colors of #5703DF
Black with #5703DF
Text Example
Text Example
White with #5703DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5703DF; }
p { color: rgb(87,3,223); }
H1.HeaderClassName
{
color: #5703DF;
}
.AnyTagClassName
{
color: #5703DF;
}
</style>
background-color css
<style>
a { background-color: #5703DF; }
a { background-color: rgb(87,3,223); }
div.DivClassName
{
background-color: #5703DF;
}
.BgClassName
{
background-color: #5703DF;
}
</style>
border-color css
<style>
span { border-color: #5703DF; }
span { border-color: rgb(87,3,223); }
td.TdClassName
{
border-color: #5703DF;
}
.TagClassName
{
border-color: #5703DF;
}
</style>