Shades of Electric Indigo #5703FC
Tints of Electric Indigo #5703FC
RGB
CMYK
RGB Variations
Color information
#5703FC (or 0x5703FC) is known color: Electric Indigo. HEX triplet: 57, 03 and FC. RGB value is (87,3,252). Sum of RGB (Red+Green+Blue) = 87+3+252=342 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.44% from 342); Green value is 3 (1.56% from 255 or 0.88% from 342); Blue value is 252 (98.83% from 255 or 73.68% from 342); Max value from RGB is 252 - color contains mainly: blue. Hex color #5703FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5703FC is #A8FC03. Grayscale: #373737. Windows color (decimal): -11074564 or 16515927. OLE color: 16515927.
HSL color Cylindrical-coordinate representation of color #5703FC: hue angle of 260.24º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5703FC is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 87 | 3 | 252 | - |
| CMYK | 0.65 | 0.99 | 0 | 0.01 |
| HSL | 260.24º | 0.98% | 0.5% | - |
| HSV(B) | 260.24º | 0.99% | 0.99% | - |
| XYZ | 21.53 | 9.12 | 92.72 | - |
| YUV | 56.5 | 238.33 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 3 | 252 | 0.65 | 0.99 | 0 | 0.01 | 260.24 | 0.98 | 0.5 |
| Hex | 57 | 3 | FC | 41 | 63 | 0 | 1 | 104 | 62 | 32 |
| Octal | 127 | 3 | 374 | 101 | 143 | 0 | 1 | 404 | 142 | 62 |
| Binary | 1010111 | 11 | 11111100 | 1000001 | 1100011 | 0 | 1 | 100000100 | 1100010 | 110010 |
Color Harmonies of #5703FC
Complementary color
Monochromatic Colors of #5703FC
Black with #5703FC
Text Example
Text Example
White with #5703FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5703FC; }
p { color: rgb(87,3,252); }
H1.HeaderClassName
{
color: #5703FC;
}
.AnyTagClassName
{
color: #5703FC;
}
</style>
background-color css
<style>
a { background-color: #5703FC; }
a { background-color: rgb(87,3,252); }
div.DivClassName
{
background-color: #5703FC;
}
.BgClassName
{
background-color: #5703FC;
}
</style>
border-color css
<style>
span { border-color: #5703FC; }
span { border-color: rgb(87,3,252); }
td.TdClassName
{
border-color: #5703FC;
}
.TagClassName
{
border-color: #5703FC;
}
</style>