crispedge.com

Color picker

Loading...

#403f95 hex color - Blue - Cool color - Information

#403f95 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #403f95 Color code in RGB color code model is created after adding 25.1% red color, 24.71% green color and 58.43% blue color. Hex #403f95 Color code in CMYK color (process color) code model is generated after subtraction of 57% cyan, 58% magenta, 0% yellow and 42% black.

Hex #403f95 color code is between #444499 web safe hex color code and #333388 web safe hex color code. #444499 is the nearest web safe color code. You can see here many more shades of #403f95 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code403f95#403f95
RGB Decimal64, 63, 149rgb(64, 63, 149)
RGB Percent25%, 25%, 58%rgb(25%, 25%, 58%)
CSS RGBa64, 63, 149,1rgba(64,63,149,1)
CMYK Modelcmyk(57%,58%,0%,42%)
HSL Color Space241,41% ,42%hsl(241,41% ,42%)
HSV Color Space241°, 58%, 58%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010000000011111110010101
Octal10077225
Decimal6463149
Hex403f95

Different shades of #403f95 color code.

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

Light Shade of #403f95
#5351b6
Dark Shade of #403f95
#313071
Saturated Shade of #403f95
#3634a0
Desaturated Shade of #403f95
#4a4a8a
Grey scale Shade of #403f95
#6a6a6a
Brighten Shade
#5958ae
Most Readable Shade
#FFFFFF

Shades of #403f95 color code

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

#403f95
#383884
#313173
#2a2a63
#232352
#1c1c42
#151531
#0e0e21
#070710
#000000

Similar Color like #403f95 color

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

#414096
#424197
#434298
#444399
#45449a
#46459b
#47469c
#48479d
#49489e
#4a499f
#4b4aa0
#4c4ba1
#4d4ca2
#4e4da3
#3f3e94
#3e3d93
#3d3c92
#3c3b91
#3b3a90
#3a398f
#39388e
#38378d
#37368c
#36358b
#35348a
#343389
#333288
#323187

Monochromatic Color with #403f95

#403f95
#5251bf
#6563ea
#090915
#1b1b40
#2e2d6a

Tints of #403f95 Color

#403f95
#5554a0
#6a69ac
#7f7fb8
#9494c4
#aaa9cf
#bfbfdb
#d4d4e7
#e9e9f3
#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

#403f95
#94953f

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

Split Complementary

#403f95
#956b3f
#69953f

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

Analogous Color

#3f6095
#3f4f95
#403f95
#513f95
#623f95

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

#403f95
#95403f
#3f9540

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

#403f95
#953f69
#94953f
#3f956b

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

#403f95
#94953f
#69953f
#6b3f95

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 #403f95 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.

#403f95 Color Code Preview on Black Background Color

This is how #403f95 Color will look on black background color. Color contrast ratio is 2.36

#403f95 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #403f95

HTML with inline CSS

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

Your Example Paragraph content text in with font color #403f95

#403f95 color code is use for CSS Background Color

Background color for the above div is #403f95

HTML with inline CSS

<div style="background-color:#403f95;"></div>

#403f95 color code is use for CSS Border Color

CSS Border color for the above div is #403f95

HTML with inline CSS

<div style="border:5px solid #403f95;"></div>

CSS Border Left color for the above div is #403f95

HTML with inline CSS

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

CSS Border Right color for the above div is #403f95

HTML with inline CSS

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

CSS Border Bottom color for the above div is #403f95

HTML with inline CSS

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

CSS Border Top color for the above div is #403f95

HTML with inline CSS

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

#403f95 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#403f95 Color code Preview on White Background

This is how #403f95 Color code will look on white background color. Color contrast ratio is 8.89

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 #403f95; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #403f95; }

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,63,149,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(148,149,63,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(64,63,149,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.