Skip to main content Skip to docs navigation

#412bbe 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 Blue Depression and its hex is #4428BC Nearest Color Name

Color Hue/Base color: Violet

Hex #412bbe Color code in RGB color code model is created after adding 25.49% red color, 16.86% green color and 74.51% blue color. Hex #412bbe Color code in CMYK color (process color) code model is generated after subtraction of 66% cyan, 77% magenta, 0% yellow and 25.49% black.

Hex #412bbe color code is between #4433bb web safe hex color code and #3322cc web safe hex color code. #4433bb is the nearest web safe color code. You can see here many more shades of #412bbe color code.

RGB Chart

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

Color Table

Hex Color Code 412bbe #412bbe
RGB Decimal 65, 43, 190 65, 43, 190
RGB Percent 25%, 17%, 75% rgb(25%, 17%, 75%)
CSS RGBa 65, 43, 190,1 rgba(65,43,190,1)
CMYK Model cmyk(66%,77%,0%,25.49%)
HSL Color Space 249,63% ,46% hsl(249,63% ,46%)
HSV Color Space 249°, 77%, 75%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01000001 00101011 10111110
Octal 101 53 276
Decimal 65 43 190
Hex 41 2b be

Different shades of #412bbe color code.

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

Darkest of #412bbe
#160f41
Darker of #412bbe
#25186b
Dark of #412bbe
#332294
Base of #412bbe
#412bbe
Light of #412bbe
#5c47d5
Lighter
#8170df
Lightest
#a69ae8

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

#412bbe
#a8be2b

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

Split Complementary

#412bbe
#be8b2b
#5fbe2b

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

Analogous Color

#2b6bbe
#2b52be
#412bbe
#722bbe
#af2bbe

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

#412bbe
#2bbe41
#be412b

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

#412bbe
#be412b
#a8be2b
#2ba8be

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

#412bbe
#be2b5f
#a8be2b
#2bbe8b

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 #412bbe

#080518
#160f41
#25186b
#332294
#412bbe
#5c47d5
#8170df
#a69ae8
#cac3f2

Tints of #412bbe Color

#412bbe
#5642c5
#6b5acc
#8071d3
#9589da
#aaa0e2
#bfb8e9
#d4cff0
#e9e7f7
#ffffff

Shades of #412bbe color code

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

#412bbe
#3926a8
#322193
#2b1c7e
#241769
#1c1354
#150e3f
#0e092a
#070415
#000000

Tones

#412bbe
#5142a7
#625a8f
#727178
#757575

Tones

Similar Color like #412bbe color

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

#422cbf
#432dc0
#442ec1
#452fc2
#4630c3
#4731c4
#4832c5
#4933c6
#4a34c7
#4b35c8
#4c36c9
#4d37ca
#4e38cb
#4f39cc
#402abd
#3f29bc
#3e28bb
#3d27ba
#3c26b9
#3b25b8
#3a24b7
#3923b6
#3822b5
#3721b4
#3620b3
#351fb2
#341eb1
#331db0

Download this Dark Violet

Hex #412bbe 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.

#412bbe Color Code Preview on Black Background Color

This is how #412bbe Color will look on black background color. Color contrast ratio is 2.31

#412bbe in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #412bbe

HTML with inline CSS

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

Your Example Paragraph content text in with font color #412bbe

#412bbe color code is use for CSS Background Color

Background color for the above div is #412bbe

HTML with inline CSS

<div style="background-color:#412bbe;"></div>

#412bbe color code is use for CSS Border Color

CSS Border color for the above div is #412bbe

HTML with inline CSS

<div style="border:5px solid #412bbe;"></div>

CSS Border Left color for the above div is #412bbe

HTML with inline CSS

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

CSS Border Right color for the above div is #412bbe

HTML with inline CSS

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

CSS Border Bottom color for the above div is #412bbe

HTML with inline CSS

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

CSS Border Top color for the above div is #412bbe

HTML with inline CSS

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

#412bbe hex Color code used as CSS color Codes

Example CSS Class for usage

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

#412bbe Color code Preview on White Background

This is how #412bbe Color code will look on white background color. Color contrast ratio is 9.08

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

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(65,43,190,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(168,190,43,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(65,43,190,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }