Skip to main content Skip to docs navigation

#440dbd hex color | Download Dark Violet 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 Violet Blue and its hex is #510AC9 Nearest Color Name

Color Hue/Base color: Violet

Hex #440dbd Color code in RGB color code model is created after adding 26.67% red color, 5.1% green color and 74.12% blue color. Hex #440dbd Color code in CMYK color (process color) code model is generated after subtraction of 64% cyan, 93% magenta, 0% yellow and 25.88% black.

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

RGB Chart

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

Color Table

Hex Color Code 440dbd #440dbd
RGB Decimal 68, 13, 189 68, 13, 189
RGB Percent 27%, 5%, 74% rgb(27%, 5%, 74%)
CSS RGBa 68, 13, 189,1 rgba(68,13,189,1)
CMYK Model cmyk(64%,93%,0%,25.88%)
HSL Color Space 259,87% ,40% hsl(259,87% ,40%)
HSV Color Space 259°, 93%, 74%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01000100 00001101 10111101
Octal 104 15 275
Decimal 68 13 189
Hex 44 0d bd

Different shades of #440dbd color code.

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

Darkest of #440dbd
#10032e
Darker of #440dbd
#22065e
Dark of #440dbd
#330a8d
Base of #440dbd
#440dbd
Light of #440dbd
#5510ed
Lighter
#763ef2
Lightest
#986ef5

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

#440dbd
#86bd0d

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

Split Complementary

#440dbd
#bd9c0d
#2ebd0d

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

Analogous Color

#0d3dbd
#0d1fbd
#440dbd
#7f0dbd
#bd0db2

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

#440dbd
#0dbd44
#bd440d

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

#440dbd
#bd440d
#86bd0d
#0d86bd

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

#440dbd
#bd0d2e
#86bd0d
#0dbd9c

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

#000000
#10032e
#22065e
#330a8d
#440dbd
#5510ed
#763ef2
#986ef5
#ba9ef8

Tints of #440dbd Color

#440dbd
#5827c4
#6d42cb
#825dd3
#9778da
#ab93e1
#c0aee9
#d5c9f0
#eae4f7
#ffffff

Shades of #440dbd color code

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

#440dbd
#3c0ba8
#340a93
#2d087e
#250769
#1e0554
#16043f
#0f022a
#070115
#000000

Tones

#440dbd
#4c21a9
#533595
#5b4a80
#625e6c

Tones

Similar Color like #440dbd color

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

#450ebe
#460fbf
#4710c0
#4811c1
#4912c2
#4a13c3
#4b14c4
#4c15c5
#4d16c6
#4e17c7
#4f18c8
#5019c9
#511aca
#521bcb
#430cbc
#420bbb
#410aba
#4009b9
#3f08b8
#3e07b7
#3d06b6
#3c05b5
#3b04b4
#3a03b3
#3902b2
#3801b1
#3700b0
#3600af

Download this Dark Violet

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

#440dbd Color Code Preview on Black Background Color

This is how #440dbd Color will look on black background color. Color contrast ratio is 2.04

#440dbd in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#440dbd color code is use for CSS Background Color

Background color for the above div is #440dbd

HTML with inline CSS

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

#440dbd color code is use for CSS Border Color

CSS Border color for the above div is #440dbd

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#440dbd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#440dbd Color code Preview on White Background

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

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

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