Html Css Color HEX #5700DC Electric Indigo

📋 copy color: '#5700DC'

red 87 ◦ green 0 ◦ blue 220

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

Shades of Electric Indigo #5700DC

Tints of Electric Indigo #5700DC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 28.34%
G = 0%
B = 71.66%

CMYK

 C value IS 0.60

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5700DC (or 0x5700DC) is known color: Electric Indigo. HEX triplet: 57, 00 and DC. RGB value is (87,0,220). Sum of RGB (Red+Green+Blue) = 87+0+220=307 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.34% from 307); Green value is 0 (0.39% from 255 or 0% from 307); Blue value is 220 (86.33% from 255 or 71.66% from 307); Max value from RGB is 220 - color contains mainly: blue. Hex color #5700DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5700DC is #A8FF23. Grayscale: #323232. Windows color (decimal): -11075364 or 14418007. OLE color: 14418007.

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

Color convert

RGB 87 0 220 -
CMYK 0.60 1 0 0.14
HSL 263.73º 1% 0.43% -
HSV(B) 263.73º 1% 0.86% -
XYZ 16.85 7.19 68.21 -
YUV 51.09 223.32 153.61 -
System Red Green Blue C M Y K H S L
Decimal 87 0 220 0.60 1 0 0.14 263.73 1 0.43
Hex 57 0 DC 3C 64 0 E 108 64 2B
Octal 127 0 334 74 144 0 16 410 144 53
Binary 1010111 0 11011100 111100 1100100 0 1110 100001000 1100100 101011

Color Harmonies of #5700DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5700DC

Black with #5700DC

Text Example


Text Example

White with #5700DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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