crispedge.com

Color picker

Loading...

#401c55 hex color - Violet - Warm color - Information

#401c55 hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #401c55 Color code in RGB color code model is created after adding 25.1% red color, 10.98% green color and 33.33% blue color. Hex #401c55 Color code in CMYK color (process color) code model is generated after subtraction of 25% cyan, 67% magenta, 0% yellow and 67% black.

Hex #401c55 color code is between #442244 web safe hex color code and #331166 web safe hex color code. #442244 is the nearest web safe color code. You can see here many more shades of #401c55 color code.

0 Likes 0 Comments | 6 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code401c55#401c55
RGB Decimal64, 28, 85rgb(64, 28, 85)
RGB Percent25%, 11%, 33%rgb(25%, 11%, 33%)
CSS RGBa64, 28, 85,1rgba(64,28,85,1)
CMYK Modelcmyk(25%,67%,0%,67%)
HSL Color Space278,50% ,22%hsl(278,50% ,22%)
HSV Color Space278°, 67%, 33%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary010000000001110001010101
Octal10034125
Decimal642885
Hex401c55

Different shades of #401c55 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #401c55
#5d297b
Dark Shade of #401c55
#230f2f
Saturated Shade of #401c55
#41165b
Desaturated Shade of #401c55
#3e224f
Grey scale Shade of #401c55
#383838
Brighten Shade
#59356e
Most Readable Shade
#FFFFFF

Shades of #401c55 color code

Generate more color scales with scales (color stack) generator.

#401c55
#38184b
#311542
#2a1238
#230f2f
#1c0c25
#15091c
#0e0612
#070309
#000000

Similar Color like #401c55 color

Find visually similar hex color codes nearing to #401c55 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#411d56
#421e57
#431f58
#442059
#45215a
#46225b
#47235c
#48245d
#49255e
#4a265f
#4b2760
#4c2861
#4d2962
#4e2a63
#3f1b54
#3e1a53
#3d1952
#3c1851
#3b1750
#3a164f
#39154e
#38144d
#37134c
#36124b
#35114a
#341049
#330f48
#320e47

Monochromatic Color with #401c55

#401c55
#602a80
#8038aa
#a046d4
#c054ff
#200e2a

Tints of #401c55 Color

#401c55
#553567
#6a4e7a
#7f678d
#9480a0
#aa9ab3
#bfb3c6
#d4ccd9
#e9e5ec
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#401c55
#31551c

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#401c55
#4e551c
#1c5523

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#291c55
#351c55
#401c55
#4b1c55
#551c53

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#401c55
#55401c
#1c5540

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#401c55
#55231c
#31551c
#1c4d55

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#401c55
#31551c
#1c5523
#551c4e

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #401c55 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#401c55 Color Code Preview on Black Background Color

This is how #401c55 Color will look on black background color. Color contrast ratio is 1.52

#401c55 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#401c55">Your Example Paragraph content text in with font color #401c55 </p>

Your Example Paragraph content text in with font color #401c55

HTML with inline CSS

<div style="color:#401c55">Your Paragraph text in with font color #401c55 </div>

Your Example Paragraph content text in with font color #401c55

#401c55 color code is use for CSS Background Color

Background color for the above div is #401c55

HTML with inline CSS

<div style="background-color:#401c55;"></div>

#401c55 color code is use for CSS Border Color

CSS Border color for the above div is #401c55

HTML with inline CSS

<div style="border:5px solid #401c55;"></div>

CSS Border Left color for the above div is #401c55

HTML with inline CSS

<div style="border-left:5px solid #401c55;"></div>

CSS Border Right color for the above div is #401c55

HTML with inline CSS

<div style="border-right:5px solid #401c55;"></div>

CSS Border Bottom color for the above div is #401c55

HTML with inline CSS

<div style="border-bottom:5px solid #401c55;"></div>

CSS Border Top color for the above div is #401c55

HTML with inline CSS

<div style="border-top:5px solid #401c55;"></div>

#401c55 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#401c55; } .examplecolorclass {color:#401c55; } .examplebordercolor {border:3px solid #401c55; }

#401c55 Color code Preview on White Background

This is how #401c55 Color code will look on white background color. Color contrast ratio is 13.86

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #401c55; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #401c55; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(64,28,85,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(49,85,28,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(64,28,85,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 6 Views

Post your comment:-

By submitting comment you agree to our privacy policy.