Skip to main content Skip to docs navigation

#331aff 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 Nimbus Blue and its hex is #4422FF Nearest Color Name

Color Hue/Base color: Violet

Hex #331aff Color code in RGB color code model is created after adding 20% red color, 10.2% green color and 100% blue color. Hex #331aff Color code in CMYK color (process color) code model is generated after subtraction of 80% cyan, 90% magenta, 0% yellow and 0% black.

Hex #331aff color code is between #2222ee web safe hex color code and #4411dd web safe hex color code. #2222ee is the nearest web safe color code. You can see here many more shades of #331aff color code.

RGB Chart

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

Color Table

Hex Color Code 331aff #331aff
RGB Decimal 51, 26, 255 51, 26, 255
RGB Percent 20%, 10%, 100% rgb(20%, 10%, 100%)
CSS RGBa 51, 26, 255,1 rgba(51,26,255,1)
CMYK Model cmyk(80%,90%,0%,0%)
HSL Color Space 247,100% ,55% hsl(247,100% ,55%)
HSV Color Space 247°, 90%, 100%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00110011 00011010 11111111
Octal 63 32 377
Decimal 51 26 255
Hex 33 1a ff

Different shades of #331aff color code.

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

Darkest of #331aff
#0e0080
Darker of #331aff
#1400b3
Dark of #331aff
#1900e6
Base of #331aff
#331aff
Light of #331aff
#604dff
Lighter
#8e80ff
Lightest
#bbb3ff

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

#331aff
#e6ff1a

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

Split Complementary

#331aff
#ffa61a
#74ff1a

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

Analogous Color

#1a87ff
#1a60ff
#331aff
#7f1aff
#df1aff

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

#331aff
#1aff33
#ff331a

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

#331aff
#ff331a
#e6ff1a
#1ae6ff

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

#331aff
#ff1a74
#e6ff1a
#1affa6

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 #331aff

#08004d
#0e0080
#1400b3
#1900e6
#331aff
#604dff
#8e80ff
#bbb3ff
#e9e6ff

Tints of #331aff Color

#331aff
#4933ff
#604cff
#7766ff
#8d7fff
#a499ff
#bbb2ff
#d1ccff
#e8e5ff
#ffffff

Shades of #331aff color code

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

#331aff
#2d17e2
#2714c6
#2211aa
#1c0e8d
#160b71
#110855
#0b0538
#05021c
#000000

Tones

#331aff
#4531e8
#5748d1
#695fba
#7b76a3

Tones

Similar Color like #331aff color

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

#341bff
#351cff
#361dff
#371eff
#381fff
#3920ff
#3a21ff
#3b22ff
#3c23ff
#3d24ff
#3e25ff
#3f26ff
#4027ff
#4128ff
#3219fe
#3118fd
#3017fc
#2f16fb
#2e15fa
#2d14f9
#2c13f8
#2b12f7
#2a11f6
#2910f5
#280ff4
#270ef3
#260df2
#250cf1

Download this Dark Violet

Hex #331aff 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.

#331aff Color Code Preview on Black Background Color

This is how #331aff Color will look on black background color. Color contrast ratio is 2.73

#331aff in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #331aff

HTML with inline CSS

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

Your Example Paragraph content text in with font color #331aff

#331aff color code is use for CSS Background Color

Background color for the above div is #331aff

HTML with inline CSS

<div style="background-color:#331aff;"></div>

#331aff color code is use for CSS Border Color

CSS Border color for the above div is #331aff

HTML with inline CSS

<div style="border:5px solid #331aff;"></div>

CSS Border Left color for the above div is #331aff

HTML with inline CSS

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

CSS Border Right color for the above div is #331aff

HTML with inline CSS

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

CSS Border Bottom color for the above div is #331aff

HTML with inline CSS

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

CSS Border Top color for the above div is #331aff

HTML with inline CSS

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

#331aff hex Color code used as CSS color Codes

Example CSS Class for usage

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

#331aff Color code Preview on White Background

This is how #331aff Color code will look on white background color. Color contrast ratio is 7.69

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

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