Skip to main content Skip to docs navigation

#4134cd 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 Grape Hyacinth and its hex is #5533CC Nearest Color Name

Color Hue/Base color: Violet

Hex #4134cd Color code in RGB color code model is created after adding 25.49% red color, 20.39% green color and 80.39% blue color. Hex #4134cd Color code in CMYK color (process color) code model is generated after subtraction of 68% cyan, 75% magenta, 0% yellow and 19.61% black.

Hex #4134cd color code is between #4433cc web safe hex color code and #3344dd web safe hex color code. #4433cc is the nearest web safe color code. You can see here many more shades of #4134cd color code.

RGB Chart

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

Color Table

Hex Color Code 4134cd #4134cd
RGB Decimal 65, 52, 205 65, 52, 205
RGB Percent 25%, 20%, 80% rgb(25%, 20%, 80%)
CSS RGBa 65, 52, 205,1 rgba(65,52,205,1)
CMYK Model cmyk(68%,75%,0%,19.61%)
HSL Color Space 245,60% ,50% hsl(245,60% ,50%)
HSV Color Space 245°, 75%, 80%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01000001 00110100 11001101
Octal 101 64 315
Decimal 65 52 205
Hex 41 34 cd

Different shades of #4134cd color code.

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

Darkest of #4134cd
#1a1553
Darker of #4134cd
#271f7c
Dark of #4134cd
#3329a5
Base of #4134cd
#4134cd
Light of #4134cd
#675dd7
Lighter
#8e86e1
Lightest
#b4afeb

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

#4134cd
#c0cd34

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

Split Complementary

#4134cd
#cd8d34
#73cd34

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

Analogous Color

#3480cd
#3467cd
#4134cd
#7434cd
#b434cd

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

#4134cd
#34cd41
#cd4134

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

#4134cd
#cd4134
#c0cd34
#34c0cd

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

#4134cd
#cd3473
#c0cd34
#34cd8d

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 #4134cd

#0d0a2b
#1a1553
#271f7c
#3329a5
#4134cd
#675dd7
#8e86e1
#b4afeb
#dad8f5

Tints of #4134cd Color

#4134cd
#564ad2
#6b61d8
#8077dd
#958ee3
#aaa4e8
#bfbbee
#d4d1f3
#e9e8f9
#ffffff

Shades of #4134cd color code

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

#4134cd
#392eb6
#32289f
#2b2288
#241c71
#1c175b
#151144
#0e0b2d
#070516
#000000

Tones

#4134cd
#564db4
#6b679a
#808081
#808080

Tones

Similar Color like #4134cd color

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

#4235ce
#4336cf
#4437d0
#4538d1
#4639d2
#473ad3
#483bd4
#493cd5
#4a3dd6
#4b3ed7
#4c3fd8
#4d40d9
#4e41da
#4f42db
#4033cc
#3f32cb
#3e31ca
#3d30c9
#3c2fc8
#3b2ec7
#3a2dc6
#392cc5
#382bc4
#372ac3
#3629c2
#3528c1
#3427c0
#3326bf

Download this Dark Violet

Hex #4134cd 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.

#4134cd Color Code Preview on Black Background Color

This is how #4134cd Color will look on black background color. Color contrast ratio is 2.60

#4134cd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #4134cd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #4134cd

#4134cd color code is use for CSS Background Color

Background color for the above div is #4134cd

HTML with inline CSS

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

#4134cd color code is use for CSS Border Color

CSS Border color for the above div is #4134cd

HTML with inline CSS

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

CSS Border Left color for the above div is #4134cd

HTML with inline CSS

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

CSS Border Right color for the above div is #4134cd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #4134cd

HTML with inline CSS

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

CSS Border Top color for the above div is #4134cd

HTML with inline CSS

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

#4134cd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#4134cd Color code Preview on White Background

This is how #4134cd Color code will look on white background color. Color contrast ratio is 8.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 #4134cd; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #4134cd; }

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