Skip to main content Skip to docs navigation

#440caa 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 #440caa Color code in RGB color code model is created after adding 26.67% red color, 4.71% green color and 66.67% blue color. Hex #440caa Color code in CMYK color (process color) code model is generated after subtraction of 60% cyan, 93% magenta, 0% yellow and 33.33% black.

Hex #440caa color code is between #331199 web safe hex color code and #5500bb web safe hex color code. #331199 is the nearest web safe color code. You can see here many more shades of #440caa color code.

RGB Chart

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

Color Table

Hex Color Code 440caa #440caa
RGB Decimal 68, 12, 170 68, 12, 170
RGB Percent 27%, 5%, 67% rgb(27%, 5%, 67%)
CSS RGBa 68, 12, 170,1 rgba(68,12,170,1)
CMYK Model cmyk(60%,93%,0%,33.33%)
HSL Color Space 261,87% ,36% hsl(261,87% ,36%)
HSV Color Space 261°, 93%, 67%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01000100 00001100 10101010
Octal 104 14 252
Decimal 68 12 170
Hex 44 0c aa

Different shades of #440caa color code.

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

Darkest of #440caa
#0b021b
Darker of #440caa
#1e054b
Dark of #440caa
#31097a
Base of #440caa
#440caa
Light of #440caa
#570fda
Lighter
#712cf0
Lightest
#915cf3

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

#440caa
#72aa0c

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

Split Complementary

#440caa
#aa930c
#23aa0c

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

Analogous Color

#0c30aa
#0c16aa
#440caa
#790caa
#aa0c9a

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

#440caa
#0caa44
#aa440c

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

#440caa
#aa440c
#72aa0c
#0c72aa

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

#440caa
#aa0c23
#72aa0c
#0caa93

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 #440caa

#000000
#0b021b
#1e054b
#31097a
#440caa
#570fda
#712cf0
#915cf3
#b18bf7

Tints of #440caa Color

#440caa
#5827b3
#6d42bc
#825dc6
#9778cf
#ab93d9
#c0aee2
#d5c9ec
#eae4f5
#ffffff

Shades of #440caa color code

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

#440caa
#3c0a97
#340984
#2d0871
#25065e
#1e054b
#160438
#0f0225
#070112
#000000

Tones

#440caa
#491e98
#4f3086
#544373
#595561

Tones

Similar Color like #440caa color

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

#450dab
#460eac
#470fad
#4810ae
#4911af
#4a12b0
#4b13b1
#4c14b2
#4d15b3
#4e16b4
#4f17b5
#5018b6
#5119b7
#521ab8
#430ba9
#420aa8
#4109a7
#4008a6
#3f07a5
#3e06a4
#3d05a3
#3c04a2
#3b03a1
#3a02a0
#39019f
#38009e
#37009d
#36009c

Download this Dark Blue

Hex #440caa 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.

#440caa Color Code Preview on Black Background Color

This is how #440caa Color will look on black background color. Color contrast ratio is 1.88

#440caa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #440caa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #440caa

#440caa color code is use for CSS Background Color

Background color for the above div is #440caa

HTML with inline CSS

<div style="background-color:#440caa;"></div>

#440caa color code is use for CSS Border Color

CSS Border color for the above div is #440caa

HTML with inline CSS

<div style="border:5px solid #440caa;"></div>

CSS Border Left color for the above div is #440caa

HTML with inline CSS

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

CSS Border Right color for the above div is #440caa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #440caa

HTML with inline CSS

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

CSS Border Top color for the above div is #440caa

HTML with inline CSS

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

#440caa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#440caa Color code Preview on White Background

This is how #440caa Color code will look on white background color. Color contrast ratio is 11.18

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

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(68,12,170,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(114,170,12,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(68,12,170,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }