Skip to main content Skip to docs navigation

#410052 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 Ripe Plum and its hex is #410056 Nearest Color Name

Color Hue/Base color: Violet

Hex #410052 Color code in RGB color code model is created after adding 25.49% red color, 0% green color and 32.16% blue color. Hex #410052 Color code in CMYK color (process color) code model is generated after subtraction of 21% cyan, 100% magenta, 0% yellow and 67.84% black.

Hex #410052 color code is between #440055 web safe hex color code and #330044 web safe hex color code. #440055 is the nearest web safe color code. You can see here many more shades of #410052 color code.

RGB Chart

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

Color Table

Hex Color Code 410052 #410052
RGB Decimal 65, 0, 82 65, 0, 82
RGB Percent 25%, 0%, 32% rgb(25%, 0%, 32%)
CSS RGBa 65, 0, 82,1 rgba(65,0,82,1)
CMYK Model cmyk(21%,100%,0%,67.84%)
HSL Color Space 288,100% ,16% hsl(288,100% ,16%)
HSV Color Space 288°, 100%, 32%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 01000001 00000000 01010010
Octal 101 0 122
Decimal 65 0 82
Hex 41 00 52

Different shades of #410052 color code.

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

Darkest of #410052
#000000
Darker of #410052
#000000
Dark of #410052
#19001f
Base of #410052
#410052
Light of #410052
#690085
Lighter
#9200b8
Lightest
#ba00eb

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

#410052
#115200

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

Split Complementary

#410052
#3a5200
#005218

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

Analogous Color

#110052
#1f0052
#410052
#520048
#520026

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

#410052
#005241
#524100

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

#410052
#524100
#115200
#001152

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

#410052
#521800
#115200
#003a52

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 #410052

#000000
#000000
#000000
#19001f
#410052
#690085
#9200b8
#ba00eb
#d11fff

Tints of #410052 Color

#410052
#561c65
#6b3878
#80558b
#95719e
#aa8db2
#bfaac5
#d4c6d8
#e9e2eb
#ffffff

Shades of #410052 color code

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

#410052
#390048
#32003f
#2b0036
#24002d
#1c0024
#15001b
#0e0012
#070009
#000000

Tones

#410052
#3c084a
#371042
#331939
#2e2131

Tones

Similar Color like #410052 color

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

#420153
#430254
#440355
#450456
#460557
#470658
#480759
#49085a
#4a095b
#4b0a5c
#4c0b5d
#4d0c5e
#4e0d5f
#4f0e60
#400051
#3f0050
#3e004f
#3d004e
#3c004d
#3b004c
#3a004b
#39004a
#380049
#370048
#360047
#350046
#340045
#330044

Download this Dark Violet

Hex #410052 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.

#410052 Color Code Preview on Black Background Color

This is how #410052 Color will look on black background color. Color contrast ratio is 1.35

#410052 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #410052

HTML with inline CSS

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

Your Example Paragraph content text in with font color #410052

#410052 color code is use for CSS Background Color

Background color for the above div is #410052

HTML with inline CSS

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

#410052 color code is use for CSS Border Color

CSS Border color for the above div is #410052

HTML with inline CSS

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

CSS Border Left color for the above div is #410052

HTML with inline CSS

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

CSS Border Right color for the above div is #410052

HTML with inline CSS

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

CSS Border Bottom color for the above div is #410052

HTML with inline CSS

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

CSS Border Top color for the above div is #410052

HTML with inline CSS

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

#410052 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#410052 Color code Preview on White Background

This is how #410052 Color code will look on white background color. Color contrast ratio is 15.59

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

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