Html Css Color HEX #5703DB Electric Indigo

📋 copy color: '#5703DB'

red 87 ◦ green 3 ◦ blue 219

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

Shades of Electric Indigo #5703DB

Tints of Electric Indigo #5703DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 70.87%

R = 28.16%
G = 0.97%
B = 70.87%

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

#5703DB (or 0x5703DB) is known color: Electric Indigo. HEX triplet: 57, 03 and DB. RGB value is (87,3,219). Sum of RGB (Red+Green+Blue) = 87+3+219=309 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.16% from 309); Green value is 3 (1.56% from 255 or 0.97% from 309); Blue value is 219 (85.94% from 255 or 70.87% from 309); Max value from RGB is 219 - color contains mainly: blue. Hex color #5703DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5703DB is #A8FC24. Grayscale: #333333. Windows color (decimal): -11074597 or 14353239. OLE color: 14353239.

HSL color Cylindrical-coordinate representation of color #5703DB: hue angle of 263.33º 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 #5703DB is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 87 3 219 -
CMYK 0.60 0.99 0 0.14
HSL 263.33º 0.97% 0.44% -
HSV(B) 263.33º 0.99% 0.86% -
XYZ 16.75 7.21 67.53 -
YUV 52.74 221.83 152.44 -
System Red Green Blue C M Y K H S L
Decimal 87 3 219 0.60 0.99 0 0.14 263.33 0.97 0.44
Hex 57 3 DB 3C 63 0 E 107 61 2C
Octal 127 3 333 74 143 0 16 407 141 54
Binary 1010111 11 11011011 111100 1100011 0 1110 100000111 1100001 101100

Color Harmonies of #5703DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5703DB

Black with #5703DB

Text Example


Text Example

White with #5703DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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