Skip to main content Skip to docs navigation

#400a72 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 Pantone 2617 C and its hex is #470A68 Nearest Color Name

Color Hue/Base color: Violet

Hex #400a72 Color code in RGB color code model is created after adding 25.1% red color, 3.92% green color and 44.71% blue color. Hex #400a72 Color code in CMYK color (process color) code model is generated after subtraction of 44% cyan, 91% magenta, 0% yellow and 55.29% black.

Hex #400a72 color code is between #441177 web safe hex color code and #330066 web safe hex color code. #441177 is the nearest web safe color code. You can see here many more shades of #400a72 color code.

RGB Chart

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

Color Table

Hex Color Code 400a72 #400a72
RGB Decimal 64, 10, 114 64, 10, 114
RGB Percent 25%, 4%, 45% rgb(25%, 4%, 45%)
CSS RGBa 64, 10, 114,1 rgba(64,10,114,1)
CMYK Model cmyk(44%,91%,0%,55.29%)
HSL Color Space 271,84% ,24% hsl(271,84% ,24%)
HSV Color Space 271°, 91%, 45%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 01000000 00001010 01110010
Octal 100 12 162
Decimal 64 10 114
Hex 40 0a 72

Different shades of #400a72 color code.

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

Darkest of #400a72
#000000
Darker of #400a72
#0b0214
Dark of #400a72
#260643
Base of #400a72
#400a72
Light of #400a72
#5a0ea1
Lighter
#7512d0
Lightest
#8e29ec

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

#400a72
#3c720a

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

Split Complementary

#400a72
#70720a
#0a720c

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

Analogous Color

#0a1172
#150a72
#400a72
#630a72
#720a56

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

#400a72
#0a7240
#72400a

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

#400a72
#72400a
#3c720a
#0a3c72

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

#400a72
#720c0a
#3c720a
#0a7072

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 #400a72

#000000
#000000
#0b0214
#260643
#400a72
#5a0ea1
#7512d0
#8e29ec
#a758f0

Tints of #400a72 Color

#400a72
#552581
#6a4091
#7f5ba1
#9476b0
#aa92c0
#bfadd0
#d4c8df
#e9e3ef
#ffffff

Shades of #400a72 color code

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

#400a72
#380865
#310758
#2a064c
#23053f
#1c0432
#150326
#0e0219
#07010c
#000000

Tones

#400a72
#401666
#3f2359
#3f2f4d
#3e3c40

Tones

Similar Color like #400a72 color

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

#410b73
#420c74
#430d75
#440e76
#450f77
#461078
#471179
#48127a
#49137b
#4a147c
#4b157d
#4c167e
#4d177f
#4e1880
#3f0971
#3e0870
#3d076f
#3c066e
#3b056d
#3a046c
#39036b
#38026a
#370169
#360068
#350067
#340066
#330065
#320064

Download this Dark Violet

Hex #400a72 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.

#400a72 Color Code Preview on Black Background Color

This is how #400a72 Color will look on black background color. Color contrast ratio is 1.50

#400a72 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #400a72

HTML with inline CSS

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

Your Example Paragraph content text in with font color #400a72

#400a72 color code is use for CSS Background Color

Background color for the above div is #400a72

HTML with inline CSS

<div style="background-color:#400a72;"></div>

#400a72 color code is use for CSS Border Color

CSS Border color for the above div is #400a72

HTML with inline CSS

<div style="border:5px solid #400a72;"></div>

CSS Border Left color for the above div is #400a72

HTML with inline CSS

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

CSS Border Right color for the above div is #400a72

HTML with inline CSS

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

CSS Border Bottom color for the above div is #400a72

HTML with inline CSS

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

CSS Border Top color for the above div is #400a72

HTML with inline CSS

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

#400a72 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#400a72 Color code Preview on White Background

This is how #400a72 Color code will look on white background color. Color contrast ratio is 13.96

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

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