crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#311b49 hex color - Violet - Cool color - Information

#311b49 hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #311b49 Color code in RGB color code model is created after adding 19.22% red color, 10.59% green color and 28.63% blue color. Hex #311b49 Color code in CMYK color (process color) code model is generated after subtraction of 33% cyan, 63% magenta, 0% yellow and 71% black.

Hex #311b49 color code is between #332244 web safe hex color code and #221155 web safe hex color code. #332244 is the nearest web safe color code. You can see here many more shades of #311b49 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code311b49#311b49
RGB Decimal49, 27, 73rgb(49, 27, 73)
RGB Percent19%, 11%, 29%rgb(19%, 11%, 29%)
CSS RGBa49, 27, 73,1rgba(49,27,73,1)
CMYK Modelcmyk(33%,63%,0%,71%)
HSL Color Space269,46% ,20%hsl(269,46% ,20%)
HSV Color Space269°, 63%, 29%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001100010001101101001001
Octal6133111
Decimal492773
Hex311b49

Different shades of #311b49 color code.

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

Light Shade of #311b49
#4a296e
Dark Shade of #311b49
#180d24
Saturated Shade of #311b49
#31164e
Desaturated Shade of #311b49
#312044
Grey scale Shade of #311b49
#323232
Brighten Shade
#4a3462
Most Readable Shade
#FFFFFF

Shades of #311b49 color code

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

#311b49
#2b1840
#261538
#201230
#1b0f28
#150c20
#100918
#0a0610
#050308
#000000

Similar Color like #311b49 color

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

#321c4a
#331d4b
#341e4c
#351f4d
#36204e
#37214f
#382250
#392351
#3a2452
#3b2553
#3c2654
#3d2755
#3e2856
#3f2957
#301a48
#2f1947
#2e1846
#2d1745
#2c1644
#2b1543
#2a1442
#291341
#281240
#27113f
#26103e
#250f3d
#240e3c
#230d3b

Monochromatic Color with #311b49

#311b49
#4e2b73
#6a3a9e
#874ac8
#a35af3
#140b1e

Tints of #311b49 Color

#311b49
#47345d
#5e4d71
#756785
#8c8099
#a399ae
#bab3c2
#d1ccd6
#e8e5ea
#ffffff

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

#311b49
#33491b

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

Split Complementary

#311b49
#49481b
#1c491b

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

Analogous Color

#1f1b49
#281b49
#311b49
#3a1b49
#431b49

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

#311b49
#49311b
#1b4931

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

#311b49
#491b1c
#33491b
#1b4948

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#311b49
#33491b
#1c491b
#481b49

Double Complementary 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).

Hex #311b49 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.

#311b49 Color Code Preview on Black Background Color

This is how #311b49 Color will look on black background color. Color contrast ratio is 1.38

#311b49 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #311b49

HTML with inline CSS

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

Your Example Paragraph content text in with font color #311b49

#311b49 color code is use for CSS Background Color

Background color for the above div is #311b49

HTML with inline CSS

<div style="background-color:#311b49;"></div>

#311b49 color code is use for CSS Border Color

CSS Border color for the above div is #311b49

HTML with inline CSS

<div style="border:5px solid #311b49;"></div>

CSS Border Left color for the above div is #311b49

HTML with inline CSS

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

CSS Border Right color for the above div is #311b49

HTML with inline CSS

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

CSS Border Bottom color for the above div is #311b49

HTML with inline CSS

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

CSS Border Top color for the above div is #311b49

HTML with inline CSS

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

#311b49 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#311b49 Color code Preview on White Background

This is how #311b49 Color code will look on white background color. Color contrast ratio is 15.18

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.