Skip to main content Skip to docs navigation

#4036cb 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 Blurple and its hex is #5539CC Nearest Color Name

Color Hue/Base color: Violet

Hex #4036cb Color code in RGB color code model is created after adding 25.1% red color, 21.18% green color and 79.61% blue color. Hex #4036cb Color code in CMYK color (process color) code model is generated after subtraction of 68% cyan, 73% magenta, 0% yellow and 20.39% black.

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

RGB Chart

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

Color Table

Hex Color Code 4036cb #4036cb
RGB Decimal 64, 54, 203 64, 54, 203
RGB Percent 25%, 21%, 80% rgb(25%, 21%, 80%)
CSS RGBa 64, 54, 203,1 rgba(64,54,203,1)
CMYK Model cmyk(68%,73%,0%,20.39%)
HSL Color Space 244,59% ,50% hsl(244,59% ,50%)
HSV Color Space 244°, 73%, 80%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01000000 00110110 11001011
Octal 100 66 313
Decimal 64 54 203
Hex 40 36 cb

Different shades of #4036cb color code.

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

Darkest of #4036cb
#191553
Darker of #4036cb
#26207b
Dark of #4036cb
#322aa4
Base of #4036cb
#4036cb
Light of #4036cb
#675fd5
Lighter
#8d87e0
Lightest
#b4b0ea

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

#4036cb
#c1cb36

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

Split Complementary

#4036cb
#cb8b36
#76cb36

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

Analogous Color

#3683cb
#366acb
#4036cb
#7236cb
#b036cb

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

#4036cb
#36cb40
#cb4036

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

#4036cb
#cb4036
#c1cb36
#36c1cb

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

#4036cb
#cb3676
#c1cb36
#36cb8b

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 #4036cb

#0d0b2a
#191553
#26207b
#322aa4
#4036cb
#675fd5
#8d87e0
#b4b0ea
#dad8f5

Tints of #4036cb Color

#4036cb
#554cd0
#6a62d6
#7f79dc
#948fe2
#aaa5e7
#bfbced
#d4d2f3
#e9e8f9
#ffffff

Shades of #4036cb color code

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

#4036cb
#3830b4
#312a9d
#2a2487
#231e70
#1c185a
#151243
#0e0c2d
#070616
#000000

Tones

#4036cb
#564fb2
#6c6998
#808080
#808080

Tones

Similar Color like #4036cb color

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

#4137cc
#4238cd
#4339ce
#443acf
#453bd0
#463cd1
#473dd2
#483ed3
#493fd4
#4a40d5
#4b41d6
#4c42d7
#4d43d8
#4e44d9
#3f35ca
#3e34c9
#3d33c8
#3c32c7
#3b31c6
#3a30c5
#392fc4
#382ec3
#372dc2
#362cc1
#352bc0
#342abf
#3329be
#3228bd

Download this Dark Violet

Hex #4036cb 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.

#4036cb Color Code Preview on Black Background Color

This is how #4036cb Color will look on black background color. Color contrast ratio is 2.61

#4036cb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #4036cb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #4036cb

#4036cb color code is use for CSS Background Color

Background color for the above div is #4036cb

HTML with inline CSS

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

#4036cb color code is use for CSS Border Color

CSS Border color for the above div is #4036cb

HTML with inline CSS

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

CSS Border Left color for the above div is #4036cb

HTML with inline CSS

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

CSS Border Right color for the above div is #4036cb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #4036cb

HTML with inline CSS

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

CSS Border Top color for the above div is #4036cb

HTML with inline CSS

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

#4036cb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#4036cb Color code Preview on White Background

This is how #4036cb Color code will look on white background color. Color contrast ratio is 8.05

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

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