Skip to main content Skip to docs navigation

#421bdb 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 Copper Ore and its hex is #4411DD Nearest Color Name

Color Hue/Base color: Violet

Hex #421bdb Color code in RGB color code model is created after adding 25.88% red color, 10.59% green color and 85.88% blue color. Hex #421bdb Color code in CMYK color (process color) code model is generated after subtraction of 70% cyan, 88% magenta, 0% yellow and 14.12% black.

Hex #421bdb color code is between #4422dd web safe hex color code and #3311cc web safe hex color code. #4422dd is the nearest web safe color code. You can see here many more shades of #421bdb color code.

RGB Chart

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

Color Table

Hex Color Code 421bdb #421bdb
RGB Decimal 66, 27, 219 66, 27, 219
RGB Percent 26%, 11%, 86% rgb(26%, 11%, 86%)
CSS RGBa 66, 27, 219,1 rgba(66,27,219,1)
CMYK Model cmyk(70%,88%,0%,14.12%)
HSL Color Space 252,78% ,48% hsl(252,78% ,48%)
HSV Color Space 252°, 88%, 86%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01000010 00011011 11011011
Octal 102 33 333
Decimal 66 27 219
Hex 42 1b db

Different shades of #421bdb color code.

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

Darkest of #421bdb
#190a53
Darker of #421bdb
#271080
Dark of #421bdb
#3415ae
Base of #421bdb
#421bdb
Light of #421bdb
#6341e8
Lighter
#886fed
Lightest
#ae9cf3

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

#421bdb
#b4db1b

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

Split Complementary

#421bdb
#dba21b
#54db1b

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

Analogous Color

#1b64db
#1b44db
#421bdb
#821bdb
#d21bdb

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

#421bdb
#1bdb42
#db421b

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

#421bdb
#db421b
#b4db1b
#1bb4db

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

#421bdb
#db1b54
#b4db1b
#1bdba2

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 #421bdb

#0b0525
#190a53
#271080
#3415ae
#421bdb
#6341e8
#886fed
#ae9cf3
#d3caf8

Tints of #421bdb Color

#421bdb
#5734df
#6c4de3
#8167e7
#9680eb
#ab99ef
#c0b3f3
#d5ccf7
#eae5fb
#ffffff

Shades of #421bdb color code

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

#421bdb
#3a18c2
#3315aa
#2c1292
#240f79
#1d0c61
#160949
#0e0630
#070318
#000000

Tones

#421bdb
#5134c2
#5f4caa
#6e6591
#7b7b7b

Tones

Similar Color like #421bdb color

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

#431cdc
#441ddd
#451ede
#461fdf
#4720e0
#4821e1
#4922e2
#4a23e3
#4b24e4
#4c25e5
#4d26e6
#4e27e7
#4f28e8
#5029e9
#411ada
#4019d9
#3f18d8
#3e17d7
#3d16d6
#3c15d5
#3b14d4
#3a13d3
#3912d2
#3811d1
#3710d0
#360fcf
#350ece
#340dcd

Download this Dark Violet

Hex #421bdb 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.

#421bdb Color Code Preview on Black Background Color

This is how #421bdb Color will look on black background color. Color contrast ratio is 2.41

#421bdb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #421bdb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #421bdb

#421bdb color code is use for CSS Background Color

Background color for the above div is #421bdb

HTML with inline CSS

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

#421bdb color code is use for CSS Border Color

CSS Border color for the above div is #421bdb

HTML with inline CSS

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

CSS Border Left color for the above div is #421bdb

HTML with inline CSS

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

CSS Border Right color for the above div is #421bdb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #421bdb

HTML with inline CSS

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

CSS Border Top color for the above div is #421bdb

HTML with inline CSS

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

#421bdb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#421bdb Color code Preview on White Background

This is how #421bdb Color code will look on white background color. Color contrast ratio is 8.71

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

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