Skip to main content Skip to docs navigation

#371cfe 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 #371cfe Color code in RGB color code model is created after adding 21.57% red color, 10.98% green color and 99.61% blue color. Hex #371cfe Color code in CMYK color (process color) code model is generated after subtraction of 78% cyan, 89% magenta, 0% yellow and 0.39% black.

Hex #371cfe color code is between #3322ff web safe hex color code and #4411ee web safe hex color code. #3322ff is the nearest web safe color code. You can see here many more shades of #371cfe color code.

RGB Chart

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

Color Table

Hex Color Code 371cfe #371cfe
RGB Decimal 55, 28, 254 55, 28, 254
RGB Percent 22%, 11%, 100% rgb(22%, 11%, 100%)
CSS RGBa 55, 28, 254,1 rgba(55,28,254,1)
CMYK Model cmyk(78%,89%,0%,0.39%)
HSL Color Space 247,99% ,55% hsl(247,99% ,55%)
HSV Color Space 247°, 89%, 100%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00110111 00011100 11111110
Octal 67 34 376
Decimal 55 28 254
Hex 37 1c fe

Different shades of #371cfe color code.

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

Darkest of #371cfe
#100180
Darker of #371cfe
#1601b3
Dark of #371cfe
#1c01e6
Base of #371cfe
#371cfe
Light of #371cfe
#644ffe
Lighter
#9082fe
Lightest
#bdb4ff

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

#371cfe
#e3fe1c

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

Split Complementary

#371cfe
#fea81c
#72fe1c

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

Analogous Color

#1c85fe
#1c5ffe
#371cfe
#821cfe
#e11cfe

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

#371cfe
#1cfe37
#fe371c

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

#371cfe
#fe371c
#e3fe1c
#1ce3fe

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

#371cfe
#fe1c72
#e3fe1c
#1cfea8

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 #371cfe

#0a004e
#100180
#1601b3
#1c01e6
#371cfe
#644ffe
#9082fe
#bdb4ff
#eae7ff

Tints of #371cfe Color

#371cfe
#4d35fe
#634efe
#7967fe
#8f80fe
#a69afe
#bcb3fe
#d2ccfe
#e8e5fe
#ffffff

Shades of #371cfe color code

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

#371cfe
#3018e1
#2a15c5
#2412a9
#1e0f8d
#180c70
#120954
#0c0638
#06031c
#000000

Tones

#371cfe
#4833e7
#5a4ad0
#6b60ba
#7c77a3

Tones

Similar Color like #371cfe color

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

#381dff
#391eff
#3a1fff
#3b20ff
#3c21ff
#3d22ff
#3e23ff
#3f24ff
#4025ff
#4126ff
#4227ff
#4328ff
#4429ff
#452aff
#361bfd
#351afc
#3419fb
#3318fa
#3217f9
#3116f8
#3015f7
#2f14f6
#2e13f5
#2d12f4
#2c11f3
#2b10f2
#2a0ff1
#290ef0

Download this Dark Violet

Hex #371cfe 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.

#371cfe Color Code Preview on Black Background Color

This is how #371cfe Color will look on black background color. Color contrast ratio is 2.76

#371cfe in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #371cfe

HTML with inline CSS

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

Your Example Paragraph content text in with font color #371cfe

#371cfe color code is use for CSS Background Color

Background color for the above div is #371cfe

HTML with inline CSS

<div style="background-color:#371cfe;"></div>

#371cfe color code is use for CSS Border Color

CSS Border color for the above div is #371cfe

HTML with inline CSS

<div style="border:5px solid #371cfe;"></div>

CSS Border Left color for the above div is #371cfe

HTML with inline CSS

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

CSS Border Right color for the above div is #371cfe

HTML with inline CSS

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

CSS Border Bottom color for the above div is #371cfe

HTML with inline CSS

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

CSS Border Top color for the above div is #371cfe

HTML with inline CSS

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

#371cfe hex Color code used as CSS color Codes

Example CSS Class for usage

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

#371cfe Color code Preview on White Background

This is how #371cfe Color code will look on white background color. Color contrast ratio is 7.61

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

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