Skip to main content Skip to docs navigation

#4e003e 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 Jacarta and its hex is #440044 Nearest Color Name

Color Hue/Base color: Violet

Hex #4e003e Color code in RGB color code model is created after adding 30.59% red color, 0% green color and 24.31% blue color. Hex #4e003e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 100% magenta, 21% yellow and 69.41% black.

Hex #4e003e color code is between #550044 web safe hex color code and #440033 web safe hex color code. #550044 is the nearest web safe color code. You can see here many more shades of #4e003e color code.

RGB Chart

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

Color Table

Hex Color Code 4e003e #4e003e
RGB Decimal 78, 0, 62 78, 0, 62
RGB Percent 31%, 0%, 24% rgb(31%, 0%, 24%)
CSS RGBa 78, 0, 62,1 rgba(78,0,62,1)
CMYK Model cmyk(0%,100%,21%,69.41%)
HSL Color Space 312,100% ,15% hsl(312,100% ,15%)
HSV Color Space 312°, 100%, 31%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 01001110 00000000 00111110
Octal 116 0 76
Decimal 78 0 62
Hex 4e 00 3e

Different shades of #4e003e color code.

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

Darkest of #4e003e
#000000
Darker of #4e003e
#000000
Dark of #4e003e
#1b0015
Base of #4e003e
#4e003e
Light of #4e003e
#810067
Lighter
#b4008f
Lightest
#e700b8

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

#4e003e
#004e10

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

Split Complementary

#4e003e
#174e00
#004e37

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

Analogous Color

#30004e
#3d004e
#4e003e
#4e0024
#4e0003

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

#4e003e
#003e4e
#3e4e00

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

#4e003e
#3e4e00
#004e10
#10004e

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

#4e003e
#4e3700
#004e10
#00174e

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 #4e003e

#000000
#000000
#000000
#1b0015
#4e003e
#810067
#b4008f
#e700b8
#ff1bd0

Tints of #4e003e Color

#4e003e
#611c53
#753868
#89557e
#9c7193
#b08da9
#c4aabe
#d7c6d4
#ebe2e9
#ffffff

Shades of #4e003e color code

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

#4e003e
#450037
#3c0030
#340029
#2b0022
#22001b
#1a0014
#11000d
#080006
#000000

Tones

#4e003e
#460839
#3e1035
#371730
#2f1f2c

Tones

Similar Color like #4e003e color

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

#4f013f
#500240
#510341
#520442
#530543
#540644
#550745
#560846
#570947
#580a48
#590b49
#5a0c4a
#5b0d4b
#5c0e4c
#4d003d
#4c003c
#4b003b
#4a003a
#490039
#480038
#470037
#460036
#450035
#440034
#430033
#420032
#410031
#400030

Download this Dark Violet

Hex #4e003e 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.

#4e003e Color Code Preview on Black Background Color

This is how #4e003e Color will look on black background color. Color contrast ratio is 1.39

#4e003e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #4e003e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #4e003e

#4e003e color code is use for CSS Background Color

Background color for the above div is #4e003e

HTML with inline CSS

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

#4e003e color code is use for CSS Border Color

CSS Border color for the above div is #4e003e

HTML with inline CSS

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

CSS Border Left color for the above div is #4e003e

HTML with inline CSS

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

CSS Border Right color for the above div is #4e003e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #4e003e

HTML with inline CSS

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

CSS Border Top color for the above div is #4e003e

HTML with inline CSS

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

#4e003e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#4e003e Color code Preview on White Background

This is how #4e003e Color code will look on white background color. Color contrast ratio is 15.07

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

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