Html Css Color HEX #5703EC Electric Indigo

📋 copy color: '#5703EC'

red 87 ◦ green 3 ◦ blue 236

#5703EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Indigo #5703EC

Tints of Electric Indigo #5703EC

RGB

 RED value IS 87 (34.38% from 255) = 26.69%

 GREEN value IS 3 (1.56% from 255) = 0.92%

 BLUE value IS 236 (92.58% from 255) = 72.39%

R = 26.69%
G = 0.92%
B = 72.39%

CMYK

 C value IS 0.63

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#5703EC (or 0x5703EC) is known color: Electric Indigo. HEX triplet: 57, 03 and EC. RGB value is (87,3,236). Sum of RGB (Red+Green+Blue) = 87+3+236=326 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.69% from 326); Green value is 3 (1.56% from 255 or 0.92% from 326); Blue value is 236 (92.58% from 255 or 72.39% from 326); Max value from RGB is 236 - color contains mainly: blue. Hex color #5703EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5703EC is #A8FC13. Grayscale: #353535. Windows color (decimal): -11074580 or 15467351. OLE color: 15467351.

HSL color Cylindrical-coordinate representation of color #5703EC: hue angle of 261.63º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5703EC is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 87 3 236 -
CMYK 0.63 0.99 0 0.07
HSL 261.63º 0.97% 0.47% -
HSV(B) 261.63º 0.99% 0.93% -
XYZ 19.1 8.15 79.92 -
YUV 54.68 230.33 151.05 -
System Red Green Blue C M Y K H S L
Decimal 87 3 236 0.63 0.99 0 0.07 261.63 0.97 0.47
Hex 57 3 EC 3F 63 0 7 106 61 2F
Octal 127 3 354 77 143 0 7 406 141 57
Binary 1010111 11 11101100 111111 1100011 0 111 100000110 1100001 101111

Color Harmonies of #5703EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5703EC

Black with #5703EC

Text Example


Text Example

White with #5703EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5703EC; }

 p { color: rgb(87,3,236); }

 H1.HeaderClassName
 {
   color: #5703EC;
 }
 .AnyTagClassName
 {
   color: #5703EC;
 }
</style>

background-color css

<style>
 a { background-color: #5703EC; }

 a { background-color: rgb(87,3,236); }

 div.DivClassName
 {
   background-color: #5703EC;
 }
 .BgClassName
 {
   background-color: #5703EC;
 }
</style>

border-color css

<style>
 span { border-color: #5703EC; }

 span { border-color: rgb(87,3,236); }

 td.TdClassName
 {
   border-color: #5703EC;
 }
 .TagClassName
 {
   border-color: #5703EC;
 }
</style>