Html Css Color HEX #5701DC Electric Indigo

📋 copy color: '#5701DC'

red 87 ◦ green 1 ◦ blue 220

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

Shades of Electric Indigo #5701DC

Tints of Electric Indigo #5701DC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

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

R = 28.25%
G = 0.32%
B = 71.43%

CMYK

 C value IS 0.60

 M value IS 1.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5701DC (or 0x5701DC) is known color: Electric Indigo. HEX triplet: 57, 01 and DC. RGB value is (87,1,220). Sum of RGB (Red+Green+Blue) = 87+1+220=308 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.25% from 308); Green value is 1 (0.78% from 255 or 0.32% from 308); Blue value is 220 (86.33% from 255 or 71.43% from 308); Max value from RGB is 220 - color contains mainly: blue. Hex color #5701DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5701DC is #A8FE23. Grayscale: #323232. Windows color (decimal): -11075108 or 14418263. OLE color: 14418263.

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

Color convert

RGB 87 1 220 -
CMYK 0.60 1.00 0 0.14
HSL 263.56º 0.99% 0.43% -
HSV(B) 263.56º 1% 0.86% -
XYZ 16.86 7.22 68.21 -
YUV 51.68 222.99 153.19 -
System Red Green Blue C M Y K H S L
Decimal 87 1 220 0.60 1.00 0 0.14 263.56 0.99 0.43
Hex 57 1 DC 3C 64 0 E 108 63 2B
Octal 127 1 334 74 144 0 16 410 143 53
Binary 1010111 1 11011100 111100 1100100 0 1110 100001000 1100011 101011

Color Harmonies of #5701DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5701DC

Black with #5701DC

Text Example


Text Example

White with #5701DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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