Skip to main content Skip to docs navigation

#341cfd 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 #341cfd Color code in RGB color code model is created after adding 20.39% red color, 10.98% green color and 99.22% blue color. Hex #341cfd Color code in CMYK color (process color) code model is generated after subtraction of 79% cyan, 89% magenta, 0% yellow and 0.78% black.

Hex #341cfd 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 #341cfd color code.

RGB Chart

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

Color Table

Hex Color Code 341cfd #341cfd
RGB Decimal 52, 28, 253 52, 28, 253
RGB Percent 20%, 11%, 99% rgb(20%, 11%, 99%)
CSS RGBa 52, 28, 253,1 rgba(52,28,253,1)
CMYK Model cmyk(79%,89%,0%,0.78%)
HSL Color Space 246,98% ,55% hsl(246,98% ,55%)
HSV Color Space 246°, 89%, 99%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00110100 00011100 11111101
Octal 64 34 375
Decimal 52 28 253
Hex 34 1c fd

Different shades of #341cfd color code.

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

Darkest of #341cfd
#0f017f
Darker of #341cfd
#1402b1
Dark of #341cfd
#1a02e4
Base of #341cfd
#341cfd
Light of #341cfd
#614ffd
Lighter
#8e81fe
Lightest
#bcb4fe

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

#341cfd
#e5fd1c

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

Split Complementary

#341cfd
#fda51c
#75fd1c

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

Analogous Color

#1c87fd
#1c62fd
#341cfd
#7f1cfd
#dd1cfd

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

#341cfd
#1cfd34
#fd341c

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

#341cfd
#fd341c
#e5fd1c
#1ce5fd

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

#341cfd
#fd1c75
#e5fd1c
#1cfda5

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 #341cfd

#09014c
#0f017f
#1402b1
#1a02e4
#341cfd
#614ffd
#8e81fe
#bcb4fe
#e9e6ff

Tints of #341cfd Color

#341cfd
#4a35fd
#614efd
#7767fd
#8e80fd
#a49afe
#bbb3fe
#d1ccfe
#e8e5fe
#ffffff

Shades of #341cfd color code

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

#341cfd
#2e18e0
#2815c4
#2212a8
#1c0f8c
#170c70
#110954
#0b0638
#05031c
#000000

Tones

#341cfd
#4633e6
#584acf
#6a61b8
#7c78a1

Tones

Similar Color like #341cfd color

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

#351dfe
#361eff
#371fff
#3820ff
#3921ff
#3a22ff
#3b23ff
#3c24ff
#3d25ff
#3e26ff
#3f27ff
#4028ff
#4129ff
#422aff
#331bfc
#321afb
#3119fa
#3018f9
#2f17f8
#2e16f7
#2d15f6
#2c14f5
#2b13f4
#2a12f3
#2911f2
#2810f1
#270ff0
#260eef

Download this Dark Violet

Hex #341cfd 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.

#341cfd Color Code Preview on Black Background Color

This is how #341cfd Color will look on black background color. Color contrast ratio is 2.73

#341cfd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #341cfd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #341cfd

#341cfd color code is use for CSS Background Color

Background color for the above div is #341cfd

HTML with inline CSS

<div style="background-color:#341cfd;"></div>

#341cfd color code is use for CSS Border Color

CSS Border color for the above div is #341cfd

HTML with inline CSS

<div style="border:5px solid #341cfd;"></div>

CSS Border Left color for the above div is #341cfd

HTML with inline CSS

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

CSS Border Right color for the above div is #341cfd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #341cfd

HTML with inline CSS

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

CSS Border Top color for the above div is #341cfd

HTML with inline CSS

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

#341cfd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#341cfd Color code Preview on White Background

This is how #341cfd 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 #341cfd; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #341cfd; }

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