Skip to main content Skip to docs navigation

#3c19c1 hex color | Download Dark Blue 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 Indigo Blue and its hex is #3A18B1 Nearest Color Name

Color Hue/Base color: Blue

Hex #3c19c1 Color code in RGB color code model is created after adding 23.53% red color, 9.8% green color and 75.69% blue color. Hex #3c19c1 Color code in CMYK color (process color) code model is generated after subtraction of 69% cyan, 87% magenta, 0% yellow and 24.31% black.

Hex #3c19c1 color code is between #4411bb web safe hex color code and #3322cc web safe hex color code. #4411bb is the nearest web safe color code. You can see here many more shades of #3c19c1 color code.

RGB Chart

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

Color Table

Hex Color Code 3c19c1 #3c19c1
RGB Decimal 60, 25, 193 60, 25, 193
RGB Percent 24%, 10%, 76% rgb(24%, 10%, 76%)
CSS RGBa 60, 25, 193,1 rgba(60,25,193,1)
CMYK Model cmyk(69%,87%,0%,24.31%)
HSL Color Space 252,77% ,43% hsl(252,77% ,43%)
HSV Color Space 252°, 87%, 76%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00111100 00011001 11000001
Octal 74 31 301
Decimal 60 25 193
Hex 3c 19 c1

Different shades of #3c19c1 color code.

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

Darkest of #3c19c1
#12073a
Darker of #3c19c1
#200d67
Dark of #3c19c1
#2e1394
Base of #3c19c1
#3c19c1
Light of #3c19c1
#502ae3
Lighter
#7557e9
Lightest
#9a84ef

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

#3c19c1
#9ec119

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

Split Complementary

#3c19c1
#c19019
#4ac119

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

Analogous Color

#1958c1
#193cc1
#3c19c1
#7419c1
#ba19c1

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

#3c19c1
#19c13c
#c13c19

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

#3c19c1
#c13c19
#9ec119
#199ec1

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

#3c19c1
#c1194a
#9ec119
#19c190

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 #3c19c1

#04020c
#12073a
#200d67
#2e1394
#3c19c1
#502ae3
#7557e9
#9a84ef
#bfb1f5

Tints of #3c19c1 Color

#3c19c1
#5132c7
#674cce
#7d65d5
#927fdc
#a898e3
#beb2ea
#d3cbf1
#e9e5f8
#ffffff

Shades of #3c19c1 color code

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

#3c19c1
#3516ab
#2e1396
#281080
#210d6b
#1a0b55
#140840
#0d052a
#060215
#000000

Tones

#3c19c1
#492fab
#554595
#625a80
#6d6d6d

Tones

Similar Color like #3c19c1 color

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

#3d1ac2
#3e1bc3
#3f1cc4
#401dc5
#411ec6
#421fc7
#4320c8
#4421c9
#4522ca
#4623cb
#4724cc
#4825cd
#4926ce
#4a27cf
#3b18c0
#3a17bf
#3916be
#3815bd
#3714bc
#3613bb
#3512ba
#3411b9
#3310b8
#320fb7
#310eb6
#300db5
#2f0cb4
#2e0bb3

Download this Dark Blue

Hex #3c19c1 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.

#3c19c1 Color Code Preview on Black Background Color

This is how #3c19c1 Color will look on black background color. Color contrast ratio is 2.10

#3c19c1 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #3c19c1

HTML with inline CSS

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

Your Example Paragraph content text in with font color #3c19c1

#3c19c1 color code is use for CSS Background Color

Background color for the above div is #3c19c1

HTML with inline CSS

<div style="background-color:#3c19c1;"></div>

#3c19c1 color code is use for CSS Border Color

CSS Border color for the above div is #3c19c1

HTML with inline CSS

<div style="border:5px solid #3c19c1;"></div>

CSS Border Left color for the above div is #3c19c1

HTML with inline CSS

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

CSS Border Right color for the above div is #3c19c1

HTML with inline CSS

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

CSS Border Bottom color for the above div is #3c19c1

HTML with inline CSS

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

CSS Border Top color for the above div is #3c19c1

HTML with inline CSS

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

#3c19c1 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#3c19c1 Color code Preview on White Background

This is how #3c19c1 Color code will look on white background color. Color contrast ratio is 9.99

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

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