Skip to main content Skip to docs navigation

#31007b 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 Galactic Federation and its hex is #330077 Nearest Color Name

Color Hue/Base color: Violet

Hex #31007b Color code in RGB color code model is created after adding 19.22% red color, 0% green color and 48.24% blue color. Hex #31007b Color code in CMYK color (process color) code model is generated after subtraction of 60% cyan, 100% magenta, 0% yellow and 51.76% black.

Hex #31007b color code is between #330077 web safe hex color code and #220088 web safe hex color code. #330077 is the nearest web safe color code. You can see here many more shades of #31007b color code.

RGB Chart

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

Color Table

Hex Color Code 31007b #31007b
RGB Decimal 49, 0, 123 49, 0, 123
RGB Percent 19%, 0%, 48% rgb(19%, 0%, 48%)
CSS RGBa 49, 0, 123,1 rgba(49,0,123,1)
CMYK Model cmyk(60%,100%,0%,51.76%)
HSL Color Space 264,100% ,24% hsl(264,100% ,24%)
HSV Color Space 264°, 100%, 48%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00110001 00000000 01111011
Octal 61 0 173
Decimal 49 0 123
Hex 31 00 7b

Different shades of #31007b color code.

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

Darkest of #31007b
#000000
Darker of #31007b
#080015
Dark of #31007b
#1d0048
Base of #31007b
#31007b
Light of #31007b
#4500ae
Lighter
#5a00e1
Lightest
#7215ff

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

#31007b
#4a7b00

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

Split Complementary

#31007b
#7b6f00
#0d7b00

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

Analogous Color

#00177b
#00027b
#31007b
#5a007b
#7b0069

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

#31007b
#007b31
#7b3100

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

#31007b
#7b3100
#4a7b00
#004a7b

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

#31007b
#7b000d
#4a7b00
#007b6f

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 #31007b

#000000
#000000
#080015
#1d0048
#31007b
#4500ae
#5a00e1
#7215ff
#9148ff

Tints of #31007b Color

#31007b
#471c89
#5e3898
#7555a7
#8c71b5
#a38dc4
#baaad3
#d1c6e1
#e8e2f0
#ffffff

Shades of #31007b color code

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

#31007b
#2b006d
#26005f
#200052
#1b0044
#150036
#100029
#0a001b
#05000d
#000000

Tones

#31007b
#340c6f
#361962
#392556
#3b314a

Tones

Similar Color like #31007b color

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

#32017c
#33027d
#34037e
#35047f
#360580
#370681
#380782
#390883
#3a0984
#3b0a85
#3c0b86
#3d0c87
#3e0d88
#3f0e89
#30007a
#2f0079
#2e0078
#2d0077
#2c0076
#2b0075
#2a0074
#290073
#280072
#270071
#260070
#25006f
#24006e
#23006d

Download this Dark Violet

Hex #31007b 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.

#31007b Color Code Preview on Black Background Color

This is how #31007b Color will look on black background color. Color contrast ratio is 1.42

#31007b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #31007b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #31007b

#31007b color code is use for CSS Background Color

Background color for the above div is #31007b

HTML with inline CSS

<div style="background-color:#31007b;"></div>

#31007b color code is use for CSS Border Color

CSS Border color for the above div is #31007b

HTML with inline CSS

<div style="border:5px solid #31007b;"></div>

CSS Border Left color for the above div is #31007b

HTML with inline CSS

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

CSS Border Right color for the above div is #31007b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #31007b

HTML with inline CSS

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

CSS Border Top color for the above div is #31007b

HTML with inline CSS

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

#31007b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#31007b Color code Preview on White Background

This is how #31007b Color code will look on white background color. Color contrast ratio is 14.82

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

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