crispedge.com

Color picker

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

#331b57 hex color - Violet - Cool color - Information

#331b57 hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #331b57 Color code in RGB color code model is created after adding 20% red color, 10.59% green color and 34.12% blue color. Hex #331b57 Color code in CMYK color (process color) code model is generated after subtraction of 41% cyan, 69% magenta, 0% yellow and 66% black.

Hex #331b57 color code is between #222255 web safe hex color code and #441166 web safe hex color code. #222255 is the nearest web safe color code. You can see here many more shades of #331b57 color code.

0 Likes 0 Comments | 5 Views

Color Table

Hex Color Code331b57#331b57
RGB Decimal51, 27, 87rgb(51, 27, 87)
RGB Percent20%, 11%, 34%rgb(20%, 11%, 34%)
CSS RGBa51, 27, 87,1rgba(51,27,87,1)
CMYK Modelcmyk(41%,69%,0%,66%)
HSL Color Space264,53% ,22%hsl(264,53% ,22%)
HSV Color Space264°, 69%, 34%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001100110001101101010111
Octal6333127
Decimal512787
Hex331b57

Different shades of #331b57 color code.

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

Light Shade of #331b57
#4a277e
Dark Shade of #331b57
#1c0f30
Saturated Shade of #331b57
#32155d
Desaturated Shade of #331b57
#342151
Grey scale Shade of #331b57
#393939
Brighten Shade
#4c3470
Most Readable Shade
#FFFFFF

Shades of #331b57 color code

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

#331b57
#2d184d
#271543
#22123a
#1c0f30
#160c26
#11091d
#0b0613
#050309
#000000

Similar Color like #331b57 color

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

#341c58
#351d59
#361e5a
#371f5b
#38205c
#39215d
#3a225e
#3b235f
#3c2460
#3d2561
#3e2662
#3f2763
#402864
#412965
#321a56
#311955
#301854
#2f1753
#2e1652
#2d1551
#2c1450
#2b134f
#2a124e
#29114d
#28104c
#270f4b
#260e4a
#250d49

Monochromatic Color with #331b57

#331b57
#4c2881
#6535ac
#7e43d6
#010102
#1a0e2c

Tints of #331b57 Color

#331b57
#493469
#604d7c
#77678f
#8d80a1
#a499b4
#bbb3c7
#d1ccd9
#e8e5ec
#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

#331b57
#3f571b

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

Split Complementary

#331b57
#57511b
#21571b

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

Analogous Color

#1b1b57
#271b57
#331b57
#3f1b57
#4b1b57

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

#331b57
#57331b
#1b5733

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

#331b57
#571b21
#3f571b
#1b5751

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

#331b57
#3f571b
#21571b
#511b57

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 #331b57 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.

#331b57 Color Code Preview on Black Background Color

This is how #331b57 Color will look on black background color. Color contrast ratio is 1.44

#331b57 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#331b57 color code is use for CSS Background Color

Background color for the above div is #331b57

HTML with inline CSS

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

#331b57 color code is use for CSS Border Color

CSS Border color for the above div is #331b57

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#331b57 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#331b57 Color code Preview on White Background

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

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

Related Gradients

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

0 Likes 0 Comments | 5 Views

Post your comment:-

By submitting comment you agree to our privacy policy.