Html Css Color HEX #5703ED Electric Indigo

📋 copy color: '#5703ED'

red 87 ◦ green 3 ◦ blue 237

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

Shades of Electric Indigo #5703ED

Tints of Electric Indigo #5703ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 72.48%

R = 26.61%
G = 0.92%
B = 72.48%

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

#5703ED (or 0x5703ED) is known color: Electric Indigo. HEX triplet: 57, 03 and ED. RGB value is (87,3,237). Sum of RGB (Red+Green+Blue) = 87+3+237=327 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.61% from 327); Green value is 3 (1.56% from 255 or 0.92% from 327); Blue value is 237 (92.97% from 255 or 72.48% from 327); Max value from RGB is 237 - color contains mainly: blue. Hex color #5703ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5703ED is #A8FC12. Grayscale: #353535. Windows color (decimal): -11074579 or 15532887. OLE color: 15532887.

HSL color Cylindrical-coordinate representation of color #5703ED: hue angle of 261.54º degrees, saturation: 0.98, 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 #5703ED is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 87 3 237 -
CMYK 0.63 0.99 0 0.07
HSL 261.54º 0.98% 0.47% -
HSV(B) 261.54º 0.99% 0.93% -
XYZ 19.25 8.21 80.69 -
YUV 54.79 230.83 150.97 -
System Red Green Blue C M Y K H S L
Decimal 87 3 237 0.63 0.99 0 0.07 261.54 0.98 0.47
Hex 57 3 ED 3F 63 0 7 106 62 2F
Octal 127 3 355 77 143 0 7 406 142 57
Binary 1010111 11 11101101 111111 1100011 0 111 100000110 1100010 101111

Color Harmonies of #5703ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5703ED

Black with #5703ED

Text Example


Text Example

White with #5703ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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