Skip to main content Skip to docs navigation

#511aaf 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 Indigo Blue and its hex is #3A18B1 Nearest Color Name

Color Hue/Base color: Blue

Hex #511aaf Color code in RGB color code model is created after adding 31.76% red color, 10.2% green color and 68.63% blue color. Hex #511aaf Color code in CMYK color (process color) code model is generated after subtraction of 54% cyan, 85% magenta, 0% yellow and 31.37% black.

Hex #511aaf color code is between #5522aa web safe hex color code and #4411bb web safe hex color code. #5522aa is the nearest web safe color code. You can see here many more shades of #511aaf color code.

RGB Chart

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

Color Table

Hex Color Code 511aaf #511aaf
RGB Decimal 81, 26, 175 81, 26, 175
RGB Percent 32%, 10%, 69% rgb(32%, 10%, 69%)
CSS RGBa 81, 26, 175,1 rgba(81,26,175,1)
CMYK Model cmyk(54%,85%,0%,31.37%)
HSL Color Space 262,74% ,39% hsl(262,74% ,39%)
HSV Color Space 262°, 85%, 69%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01010001 00011010 10101111
Octal 121 32 257
Decimal 81 26 175
Hex 51 1a af

Different shades of #511aaf color code.

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

Darkest of #511aaf
#13062a
Darker of #511aaf
#280d56
Dark of #511aaf
#3c1383
Base of #511aaf
#511aaf
Light of #511aaf
#6621db
Lighter
#834be4
Lightest
#a277eb

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

#511aaf
#78af1a

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

Split Complementary

#511aaf
#af9b1a
#2daf1a

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

Analogous Color

#1a3aaf
#1a21af
#511aaf
#831aaf
#af1a9d

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

#511aaf
#1aaf51
#af511a

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

#511aaf
#af511a
#78af1a
#1a78af

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

#511aaf
#af1a2d
#78af1a
#1aaf9b

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 #511aaf

#000000
#13062a
#280d56
#3c1383
#511aaf
#6621db
#834be4
#a277eb
#c0a4f1

Tints of #511aaf Color

#511aaf
#6433b7
#774cc0
#8b66c9
#9e7fd2
#b199db
#c5b2e4
#d8cced
#ebe5f6
#ffffff

Shades of #511aaf color code

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

#511aaf
#48179b
#3f1488
#361174
#2d0e61
#240b4d
#1b083a
#120526
#090213
#000000

Tones

#511aaf
#562e9b
#5c4287
#615673
#646464

Tones

Similar Color like #511aaf color

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

#521bb0
#531cb1
#541db2
#551eb3
#561fb4
#5720b5
#5821b6
#5922b7
#5a23b8
#5b24b9
#5c25ba
#5d26bb
#5e27bc
#5f28bd
#5019ae
#4f18ad
#4e17ac
#4d16ab
#4c15aa
#4b14a9
#4a13a8
#4912a7
#4811a6
#4710a5
#460fa4
#450ea3
#440da2
#430ca1

Download this Dark Blue

Hex #511aaf 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.

#511aaf Color Code Preview on Black Background Color

This is how #511aaf Color will look on black background color. Color contrast ratio is 2.12

#511aaf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #511aaf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #511aaf

#511aaf color code is use for CSS Background Color

Background color for the above div is #511aaf

HTML with inline CSS

<div style="background-color:#511aaf;"></div>

#511aaf color code is use for CSS Border Color

CSS Border color for the above div is #511aaf

HTML with inline CSS

<div style="border:5px solid #511aaf;"></div>

CSS Border Left color for the above div is #511aaf

HTML with inline CSS

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

CSS Border Right color for the above div is #511aaf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #511aaf

HTML with inline CSS

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

CSS Border Top color for the above div is #511aaf

HTML with inline CSS

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

#511aaf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#511aaf Color code Preview on White Background

This is how #511aaf Color code will look on white background color. Color contrast ratio is 9.92

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

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(81,26,175,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(120,175,26,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(81,26,175,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }