Skip to main content Skip to docs navigation

#442aba 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 Depression and its hex is #4428BC Nearest Color Name

Color Hue/Base color: Violet

Hex #442aba Color code in RGB color code model is created after adding 26.67% red color, 16.47% green color and 72.94% blue color. Hex #442aba Color code in CMYK color (process color) code model is generated after subtraction of 63% cyan, 77% magenta, 0% yellow and 27.06% black.

Hex #442aba color code is between #3322bb web safe hex color code and #5533aa web safe hex color code. #3322bb is the nearest web safe color code. You can see here many more shades of #442aba color code.

RGB Chart

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

Color Table

Hex Color Code 442aba #442aba
RGB Decimal 68, 42, 186 68, 42, 186
RGB Percent 27%, 16%, 73% rgb(27%, 16%, 73%)
CSS RGBa 68, 42, 186,1 rgba(68,42,186,1)
CMYK Model cmyk(63%,77%,0%,27.06%)
HSL Color Space 251,63% ,45% hsl(251,63% ,45%)
HSV Color Space 251°, 77%, 73%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01000100 00101010 10111010
Octal 104 52 272
Decimal 68 42 186
Hex 44 2a ba

Different shades of #442aba color code.

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

Darkest of #442aba
#160e3d
Darker of #442aba
#261767
Dark of #442aba
#352190
Base of #442aba
#442aba
Light of #442aba
#5d43d4
Lighter
#816cde
Lightest
#a496e7

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

#442aba
#a0ba2a

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

Split Complementary

#442aba
#ba8c2a
#58ba2a

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

Analogous Color

#2a64ba
#2a4cba
#442aba
#742aba
#b02aba

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

#442aba
#2aba44
#ba442a

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

#442aba
#ba442a
#a0ba2a
#2aa0ba

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

#442aba
#ba2a58
#a0ba2a
#2aba8c

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 #442aba

#070414
#160e3d
#261767
#352190
#442aba
#5d43d4
#816cde
#a496e7
#c8bff1

Tints of #442aba Color

#442aba
#5841c1
#6d59c9
#8271d1
#9788d8
#aba0e0
#c0b8e8
#d5cfef
#eae7f7
#ffffff

Shades of #442aba color code

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

#442aba
#3c25a5
#342090
#2d1c7c
#251767
#1e1252
#160e3e
#0f0929
#070414
#000000

Tones

#442aba
#5341a3
#61588c
#706e76
#727272

Tones

Similar Color like #442aba color

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

#452bbb
#462cbc
#472dbd
#482ebe
#492fbf
#4a30c0
#4b31c1
#4c32c2
#4d33c3
#4e34c4
#4f35c5
#5036c6
#5137c7
#5238c8
#4329b9
#4228b8
#4127b7
#4026b6
#3f25b5
#3e24b4
#3d23b3
#3c22b2
#3b21b1
#3a20b0
#391faf
#381eae
#371dad
#361cac

Download this Dark Violet

Hex #442aba 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.

#442aba Color Code Preview on Black Background Color

This is how #442aba Color will look on black background color. Color contrast ratio is 2.29

#442aba in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #442aba

HTML with inline CSS

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

Your Example Paragraph content text in with font color #442aba

#442aba color code is use for CSS Background Color

Background color for the above div is #442aba

HTML with inline CSS

<div style="background-color:#442aba;"></div>

#442aba color code is use for CSS Border Color

CSS Border color for the above div is #442aba

HTML with inline CSS

<div style="border:5px solid #442aba;"></div>

CSS Border Left color for the above div is #442aba

HTML with inline CSS

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

CSS Border Right color for the above div is #442aba

HTML with inline CSS

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

CSS Border Bottom color for the above div is #442aba

HTML with inline CSS

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

CSS Border Top color for the above div is #442aba

HTML with inline CSS

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

#442aba hex Color code used as CSS color Codes

Example CSS Class for usage

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

#442aba Color code Preview on White Background

This is how #442aba Color code will look on white background color. Color contrast ratio is 9.19

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

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