Skip to main content Skip to docs navigation

#290fa4 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 Deep Daijin Blue and its hex is #3311AA Nearest Color Name

Color Hue/Base color: Blue

Hex #290fa4 Color code in RGB color code model is created after adding 16.08% red color, 5.88% green color and 64.31% blue color. Hex #290fa4 Color code in CMYK color (process color) code model is generated after subtraction of 75% cyan, 91% magenta, 0% yellow and 35.69% black.

Hex #290fa4 color code is between #2211aa web safe hex color code and #330099 web safe hex color code. #2211aa is the nearest web safe color code. You can see here many more shades of #290fa4 color code.

RGB Chart

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

Color Table

Hex Color Code 290fa4 #290fa4
RGB Decimal 41, 15, 164 41, 15, 164
RGB Percent 16%, 6%, 64% rgb(16%, 6%, 64%)
CSS RGBa 41, 15, 164,1 rgba(41,15,164,1)
CMYK Model cmyk(75%,91%,0%,35.69%)
HSL Color Space 250,83% ,35% hsl(250,83% ,35%)
HSV Color Space 250°, 91%, 64%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00101001 00001111 10100100
Octal 51 17 244
Decimal 41 15 164
Hex 29 0f a4

Different shades of #290fa4 color code.

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

Darkest of #290fa4
#060218
Darker of #290fa4
#120647
Dark of #290fa4
#1d0b75
Base of #290fa4
#290fa4
Light of #290fa4
#3513d3
Lighter
#4e2dec
Lightest
#765cf0

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

#290fa4
#8aa40f

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

Split Complementary

#290fa4
#a4740f
#40a40f

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

Analogous Color

#0f4ca4
#0f33a4
#290fa4
#5b0fa4
#990fa4

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

#290fa4
#0fa429
#a4290f

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

#290fa4
#a4290f
#8aa40f
#0f8aa4

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

#290fa4
#a40f40
#8aa40f
#0fa474

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 #290fa4

#000000
#060218
#120647
#1d0b75
#290fa4
#3513d3
#4e2dec
#765cf0
#9d8bf4

Tints of #290fa4 Color

#290fa4
#4029ae
#5844b8
#705fc2
#8879cc
#9f94d6
#b7afe0
#cfc9ea
#e7e4f4
#ffffff

Shades of #290fa4 color code

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

#290fa4
#240d91
#1f0b7f
#1b0a6d
#16085b
#120648
#0d0536
#090324
#040112
#000000

Tones

#290fa4
#352192
#403380
#4c456e
#58575c

Tones

Similar Color like #290fa4 color

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

#2a10a5
#2b11a6
#2c12a7
#2d13a8
#2e14a9
#2f15aa
#3016ab
#3117ac
#3218ad
#3319ae
#341aaf
#351bb0
#361cb1
#371db2
#280ea3
#270da2
#260ca1
#250ba0
#240a9f
#23099e
#22089d
#21079c
#20069b
#1f059a
#1e0499
#1d0398
#1c0297
#1b0196

Download this Dark Blue

Hex #290fa4 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.

#290fa4 Color Code Preview on Black Background Color

This is how #290fa4 Color will look on black background color. Color contrast ratio is 1.70

#290fa4 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #290fa4

HTML with inline CSS

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

Your Example Paragraph content text in with font color #290fa4

#290fa4 color code is use for CSS Background Color

Background color for the above div is #290fa4

HTML with inline CSS

<div style="background-color:#290fa4;"></div>

#290fa4 color code is use for CSS Border Color

CSS Border color for the above div is #290fa4

HTML with inline CSS

<div style="border:5px solid #290fa4;"></div>

CSS Border Left color for the above div is #290fa4

HTML with inline CSS

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

CSS Border Right color for the above div is #290fa4

HTML with inline CSS

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

CSS Border Bottom color for the above div is #290fa4

HTML with inline CSS

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

CSS Border Top color for the above div is #290fa4

HTML with inline CSS

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

#290fa4 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#290fa4 Color code Preview on White Background

This is how #290fa4 Color code will look on white background color. Color contrast ratio is 12.36

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

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(41,15,164,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(138,164,15,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(41,15,164,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }