@
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.

#421cd4 hex color - Blue - Cool color - Information

#421cd4 hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #421cd4 Color code in RGB color code model is created after adding 25.88% red color, 10.98% green color and 83.14% blue color. Hex #421cd4 Color code in CMYK color (process color) code model is generated after subtraction of 69% cyan, 87% magenta, 0% yellow and 16.86% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code 421cd4 #421cd4
RGB Decimal 66, 28, 212 rgb(66, 28, 212)
RGB Percent 26%, 11%, 83% rgb(26%, 11%, 83%)
CSS RGBa 66, 28, 212,1 rgba(66,28,212,1)
CMYK Model cmyk(69%,87%,0%,16.86%)
HSL Color Space 252,77% ,47% hsl(252,77% ,47%)
HSV Color Space 252°, 87%, 83%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01000010 00011100 11010100
Octal 102 34 324
Decimal 66 28 212
Hex 42 1c d4

Different shades of #421cd4 color code.

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

Light Shade of #421cd4
#603ee5
Dark Shade of #421cd4
#3416a7
Saturated Shade of #421cd4
#3b10e0
Desaturated Shade of #421cd4
#4928c8
Grey scale Shade of #421cd4
#787878
Brighten Shade
#5b35ed
Most Readable Shade
#FFFFFF

Shades of #421cd4 color code

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

#421cd4
#3a18bc
#3315a4
#2c128d
#240f75
#1d0c5e
#160946
#0e062f
#070317
#000000

Similar Color like #421cd4 color

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

#431dd5
#441ed6
#451fd7
#4620d8
#4721d9
#4822da
#4923db
#4a24dc
#4b25dd
#4c26de
#4d27df
#4e28e0
#4f29e1
#502ae2
#411bd3
#401ad2
#3f19d1
#3e18d0
#3d17cf
#3c16ce
#3b15cd
#3a14cc
#3913cb
#3812ca
#3711c9
#3610c8
#350fc7
#340ec6

Monochromatic Color with #421cd4

#421cd4
#4f22fe
#0d062a
#1a0b54
#28117f
#3516a9

Tints of #421cd4 Color

#421cd4
#5735d8
#6c4edd
#8167e2
#9680e7
#ab9aeb
#c0b3f0
#d5ccf5
#eae5fa
#ffffff

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

#421cd4
#aed41c

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

Split Complementary

#421cd4
#d49e1c
#52d41c

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

Analogous Color

#1c40d4
#1d1cd4
#421cd4
#671cd4
#8c1cd4

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

#421cd4
#d4421c
#1cd442

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

#421cd4
#d41c52
#aed41c
#1cd49e

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#421cd4
#aed41c
#52d41c
#9e1cd4

Double Complementary 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).

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

#421cd4 Color Code Preview on Black Background Color

This is how #421cd4 Color will look on black background color. Color contrast ratio is 2.35

#421cd4 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#421cd4 color code is use for CSS Background Color

Background color for the above div is #421cd4

HTML with inline CSS

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

#421cd4 color code is use for CSS Border Color

CSS Border color for the above div is #421cd4

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#421cd4 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#421cd4 Color code Preview on White Background

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

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

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(66,28,212,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(174,212,28,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(66,28,212,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.