Html Css Color HEX #5703DC Electric Indigo

📋 copy color: '#5703DC'

red 87 ◦ green 3 ◦ blue 220

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

Shades of Electric Indigo #5703DC

Tints of Electric Indigo #5703DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 70.97%

R = 28.06%
G = 0.97%
B = 70.97%

CMYK

 C value IS 0.60

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5703DC (or 0x5703DC) is known color: Electric Indigo. HEX triplet: 57, 03 and DC. RGB value is (87,3,220). Sum of RGB (Red+Green+Blue) = 87+3+220=310 (41% of max value = 765). Red value is 87 (34.38% from 255 or 28.06% from 310); Green value is 3 (1.56% from 255 or 0.97% from 310); Blue value is 220 (86.33% from 255 or 70.97% from 310); Max value from RGB is 220 - color contains mainly: blue. Hex color #5703DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5703DC is #A8FC23. Grayscale: #343434. Windows color (decimal): -11074596 or 14418775. OLE color: 14418775.

HSL color Cylindrical-coordinate representation of color #5703DC: hue angle of 263.23º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5703DC is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 87 3 220 -
CMYK 0.60 0.99 0 0.14
HSL 263.23º 0.97% 0.44% -
HSV(B) 263.23º 0.99% 0.86% -
XYZ 16.88 7.26 68.22 -
YUV 52.85 222.33 152.36 -
System Red Green Blue C M Y K H S L
Decimal 87 3 220 0.60 0.99 0 0.14 263.23 0.97 0.44
Hex 57 3 DC 3C 63 0 E 107 61 2C
Octal 127 3 334 74 143 0 16 407 141 54
Binary 1010111 11 11011100 111100 1100011 0 1110 100000111 1100001 101100

Color Harmonies of #5703DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5703DC

Black with #5703DC

Text Example


Text Example

White with #5703DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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