Skip to main content Skip to docs navigation

#31369a 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 Bluebell and its hex is #333399 Nearest Color Name

Color Hue/Base color: Violet

Hex #31369a Color code in RGB color code model is created after adding 19.22% red color, 21.18% green color and 60.39% blue color. Hex #31369a Color code in CMYK color (process color) code model is generated after subtraction of 68% cyan, 65% magenta, 0% yellow and 39.61% black.

Hex #31369a color code is between #333399 web safe hex color code and #2244aa web safe hex color code. #333399 is the nearest web safe color code. You can see here many more shades of #31369a color code.

RGB Chart

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

Color Table

Hex Color Code 31369a #31369a
RGB Decimal 49, 54, 154 49, 54, 154
RGB Percent 19%, 21%, 60% rgb(19%, 21%, 60%)
CSS RGBa 49, 54, 154,1 rgba(49,54,154,1)
CMYK Model cmyk(68%,65%,0%,39.61%)
HSL Color Space 237,52% ,40% hsl(237,52% ,40%)
HSV Color Space 237°, 68%, 60%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00110001 00110110 10011010
Octal 61 66 232
Decimal 49 54 154
Hex 31 36 9a

Different shades of #31369a color code.

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

Darkest of #31369a
#0c0d26
Darker of #31369a
#181b4d
Dark of #31369a
#252873
Base of #31369a
#31369a
Light of #31369a
#3d44c1
Lighter
#6369ce
Lightest
#8a8eda

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

#31369a
#9a9531

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

Split Complementary

#31369a
#9a6031
#6a9a31

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

Analogous Color

#31739a
#31629a
#31369a
#4f319a
#7b319a

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

#31369a
#369a31
#9a3136

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

#31369a
#9a3136
#9a9531
#319a95

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

#31369a
#9a316a
#9a9531
#319a60

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 #31369a

#000000
#0c0d26
#181b4d
#252873
#31369a
#3d44c1
#6369ce
#8a8eda
#b1b3e6

Tints of #31369a Color

#31369a
#474ca5
#5e62b0
#7579bb
#8c8fc6
#a3a5d2
#babcdd
#d1d2e8
#e8e8f3
#ffffff

Shades of #31369a color code

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

#31369a
#2b3088
#262a77
#202466
#1b1e55
#151844
#101233
#0a0c22
#050611
#000000

Tones

#31369a
#454886
#5a5b71
#656565
#656565

Tones

Similar Color like #31369a color

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

#32379b
#33389c
#34399d
#353a9e
#363b9f
#373ca0
#383da1
#393ea2
#3a3fa3
#3b40a4
#3c41a5
#3d42a6
#3e43a7
#3f44a8
#303599
#2f3498
#2e3397
#2d3296
#2c3195
#2b3094
#2a2f93
#292e92
#282d91
#272c90
#262b8f
#252a8e
#24298d
#23288c

Download this Dark Violet

Hex #31369a 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.

#31369a Color Code Preview on Black Background Color

This is how #31369a Color will look on black background color. Color contrast ratio is 2.12

#31369a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #31369a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #31369a

#31369a color code is use for CSS Background Color

Background color for the above div is #31369a

HTML with inline CSS

<div style="background-color:#31369a;"></div>

#31369a color code is use for CSS Border Color

CSS Border color for the above div is #31369a

HTML with inline CSS

<div style="border:5px solid #31369a;"></div>

CSS Border Left color for the above div is #31369a

HTML with inline CSS

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

CSS Border Right color for the above div is #31369a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #31369a

HTML with inline CSS

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

CSS Border Top color for the above div is #31369a

HTML with inline CSS

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

#31369a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#31369a Color code Preview on White Background

This is how #31369a Color code will look on white background color. Color contrast ratio is 9.88

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

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