Shades of Electric Indigo #5702DA
Tints of Electric Indigo #5702DA
RGB
CMYK
RGB Variations
Color information
#5702DA (or 0x5702DA) is known color: Electric Indigo. HEX triplet: 57, 02 and DA. RGB value is (87,2,218). Sum of RGB (Red+Green+Blue) = 87+2+218=307 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.34% from 307); Green value is 2 (1.17% from 255 or 0.65% from 307); Blue value is 218 (85.55% from 255 or 71.01% from 307); Max value from RGB is 218 - color contains mainly: blue. Hex color #5702DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5702DA is #A8FD25. Grayscale: #333333. Windows color (decimal): -11074854 or 14287447. OLE color: 14287447.
HSL color Cylindrical-coordinate representation of color #5702DA: hue angle of 263.61º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5702DA is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 87 | 2 | 218 | - |
| CMYK | 0.60 | 0.99 | 0 | 0.15 |
| HSL | 263.61º | 0.98% | 0.43% | - |
| HSV(B) | 263.61º | 0.99% | 0.85% | - |
| XYZ | 16.61 | 7.13 | 66.83 | - |
| YUV | 52.04 | 221.66 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 2 | 218 | 0.60 | 0.99 | 0 | 0.15 | 263.61 | 0.98 | 0.43 |
| Hex | 57 | 2 | DA | 3C | 63 | 0 | F | 108 | 62 | 2B |
| Octal | 127 | 2 | 332 | 74 | 143 | 0 | 17 | 410 | 142 | 53 |
| Binary | 1010111 | 10 | 11011010 | 111100 | 1100011 | 0 | 1111 | 100001000 | 1100010 | 101011 |
Color Harmonies of #5702DA
Complementary color
Monochromatic Colors of #5702DA
Black with #5702DA
Text Example
Text Example
White with #5702DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5702DA; }
p { color: rgb(87,2,218); }
H1.HeaderClassName
{
color: #5702DA;
}
.AnyTagClassName
{
color: #5702DA;
}
</style>
background-color css
<style>
a { background-color: #5702DA; }
a { background-color: rgb(87,2,218); }
div.DivClassName
{
background-color: #5702DA;
}
.BgClassName
{
background-color: #5702DA;
}
</style>
border-color css
<style>
span { border-color: #5702DA; }
span { border-color: rgb(87,2,218); }
td.TdClassName
{
border-color: #5702DA;
}
.TagClassName
{
border-color: #5702DA;
}
</style>