Skip to main content Skip to docs navigation

#413eaf hex color | Download Dark Blue BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Early Spring Night and its hex is #3C3FB1 Nearest Color Name

Color Hue/Base color: Blue

Hex #413eaf Color code in RGB color code model is created after adding 25.49% red color, 24.31% green color and 68.63% blue color. Hex #413eaf Color code in CMYK color (process color) code model is generated after subtraction of 63% cyan, 65% magenta, 0% yellow and 31.37% black.

Hex #413eaf color code is between #4444aa web safe hex color code and #3333bb web safe hex color code. #4444aa is the nearest web safe color code. You can see here many more shades of #413eaf color code.

RGB Chart

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

Color Table

Hex Color Code 413eaf #413eaf
RGB Decimal 65, 62, 175 65, 62, 175
RGB Percent 25%, 24%, 69% rgb(25%, 24%, 69%)
CSS RGBa 65, 62, 175,1 rgba(65,62,175,1)
CMYK Model cmyk(63%,65%,0%,31.37%)
HSL Color Space 242,48% ,46% hsl(242,48% ,46%)
HSV Color Space 242°, 65%, 69%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01000001 00111110 10101111
Octal 101 76 257
Decimal 65 62 175
Hex 41 3e af

Different shades of #413eaf color code.

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

Darkest of #413eaf
#17163e
Darker of #413eaf
#252364
Dark of #413eaf
#333189
Base of #413eaf
#413eaf
Light of #413eaf
#5e5bc5
Lighter
#8381d2
Lightest
#a8a6e0

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

#413eaf
#acaf3e

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

Split Complementary

#413eaf
#af793e
#74af3e

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

Analogous Color

#3e7daf
#3e6aaf
#413eaf
#673eaf
#963eaf

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

#413eaf
#3eaf41
#af413e

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

#413eaf
#af413e
#acaf3e
#3eacaf

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

Square Color

#413eaf
#af3e74
#acaf3e
#3eaf79

Square 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).

Monochromatic Color with #413eaf

#090918
#17163e
#252364
#333189
#413eaf
#5e5bc5
#8381d2
#a8a6e0
#cdcced

Tints of #413eaf Color

#413eaf
#5653b7
#6b68c0
#807ec9
#9593d2
#aaa9db
#bfbee4
#d4d4ed
#e9e9f6
#ffffff

Shades of #413eaf color code

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

#413eaf
#39379b
#323088
#2b2974
#242261
#1c1b4d
#15143a
#0e0d26
#070613
#000000

Tones

#413eaf
#575697
#6e6d80
#767676
#767676

Tones

Similar Color like #413eaf color

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

#423fb0
#4340b1
#4441b2
#4542b3
#4643b4
#4744b5
#4845b6
#4946b7
#4a47b8
#4b48b9
#4c49ba
#4d4abb
#4e4bbc
#4f4cbd
#403dae
#3f3cad
#3e3bac
#3d3aab
#3c39aa
#3b38a9
#3a37a8
#3936a7
#3835a6
#3734a5
#3633a4
#3532a3
#3431a2
#3330a1

Download this Dark Blue

Hex #413eaf 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.

#413eaf Color Code Preview on Black Background Color

This is how #413eaf Color will look on black background color. Color contrast ratio is 2.53

#413eaf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #413eaf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #413eaf

#413eaf color code is use for CSS Background Color

Background color for the above div is #413eaf

HTML with inline CSS

<div style="background-color:#413eaf;"></div>

#413eaf color code is use for CSS Border Color

CSS Border color for the above div is #413eaf

HTML with inline CSS

<div style="border:5px solid #413eaf;"></div>

CSS Border Left color for the above div is #413eaf

HTML with inline CSS

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

CSS Border Right color for the above div is #413eaf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #413eaf

HTML with inline CSS

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

CSS Border Top color for the above div is #413eaf

HTML with inline CSS

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

#413eaf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#413eaf Color code Preview on White Background

This is how #413eaf Color code will look on white background color. Color contrast ratio is 8.29

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(65,62,175,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(172,175,62,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(65,62,175,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }