Html Css Color HEX #5601DC Electric Indigo

📋 copy color: '#5601DC'

red 86 ◦ green 1 ◦ blue 220

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

Shades of Electric Indigo #5601DC

Tints of Electric Indigo #5601DC

RGB

 RED value IS 86 (33.98% from 255) = 28.01%

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

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

R = 28.01%
G = 0.33%
B = 71.66%

CMYK

 C value IS 0.61

 M value IS 1.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5601DC (or 0x5601DC) is known color: Electric Indigo. HEX triplet: 56, 01 and DC. RGB value is (86,1,220). Sum of RGB (Red+Green+Blue) = 86+1+220=307 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.01% from 307); Green value is 1 (0.78% from 255 or 0.33% 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 #5601DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5601DC is #A9FE23. Grayscale: #323232. Windows color (decimal): -11140644 or 14418262. OLE color: 14418262.

HSL color Cylindrical-coordinate representation of color #5601DC: hue angle of 263.29º 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 #5601DC is Cyan = 0.61, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 86 1 220 -
CMYK 0.61 1.00 0 0.14
HSL 263.29º 0.99% 0.43% -
HSV(B) 263.29º 1% 0.86% -
XYZ 16.77 7.17 68.21 -
YUV 51.38 223.16 152.69 -
System Red Green Blue C M Y K H S L
Decimal 86 1 220 0.61 1.00 0 0.14 263.29 0.99 0.43
Hex 56 1 DC 3D 64 0 E 107 63 2B
Octal 126 1 334 75 144 0 16 407 143 53
Binary 1010110 1 11011100 111101 1100100 0 1110 100000111 1100011 101011

Color Harmonies of #5601DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5601DC

Black with #5601DC

Text Example


Text Example

White with #5601DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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