crispedge.com

Color picker

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

#29017f hex color - Violet - Cool color - Information

#29017f hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #29017f Color code in RGB color code model is created after adding 16.08% red color, 0.39% green color and 49.8% blue color. Hex #29017f Color code in CMYK color (process color) code model is generated after subtraction of 68% cyan, 99% magenta, 0% yellow and 50% black.

Hex #29017f color code is between #220077 web safe hex color code and #330088 web safe hex color code. #220077 is the nearest web safe color code. You can see here many more shades of #29017f color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code29017f#29017f
RGB Decimal41, 1, 127rgb(41, 1, 127)
RGB Percent16%, 0%, 50%rgb(16%, 0%, 50%)
CSS RGBa41, 1, 127,1rgba(41,1,127,1)
CMYK Modelcmyk(68%,99%,0%,50%)
HSL Color Space259,98% ,25%hsl(259,98% ,25%)
HSV Color Space259°, 99%, 50%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001010010000000101111111
Octal511177
Decimal411127
Hex29017f

Different shades of #29017f color code.

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

Light Shade of #29017f
#3901b2
Dark Shade of #29017f
#19014c
Saturated Shade of #29017f
#290080
Desaturated Shade of #29017f
#2b0779
Grey scale Shade of #29017f
#404040
Brighten Shade
#421a98
Most Readable Shade
#FFFFFF

Shades of #29017f color code

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

#29017f
#240070
#1f0062
#1b0054
#160046
#120038
#0d002a
#09001c
#04000e
#000000

Similar Color like #29017f color

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

#2a0280
#2b0381
#2c0482
#2d0583
#2e0684
#2f0785
#300886
#310987
#320a88
#330b89
#340c8a
#350d8b
#360e8c
#370f8d
#28007e
#27007d
#26007c
#25007b
#24007a
#230079
#220078
#210077
#200076
#1f0075
#1e0074
#1d0073
#1c0072
#1b0071

Monochromatic Color with #29017f

#29017f
#3701a9
#4402d4
#5202fe
#0e002a
#1b0154

Tints of #29017f Color

#29017f
#401d8d
#58399b
#7055a9
#8871b7
#9f8ec6
#b7aad4
#cfc6e2
#e7e2f0
#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

#29017f
#577f01

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

Split Complementary

#29017f
#7f6801
#187f01

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

Analogous Color

#010b7f
#10017f
#29017f
#42017f
#5b017f

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

#29017f
#7f2901
#017f29

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

#29017f
#7f0118
#577f01
#017f68

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

#29017f
#577f01
#187f01
#68017f

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 #29017f 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.

#29017f Color Code Preview on Black Background Color

This is how #29017f Color will look on black background color. Color contrast ratio is 1.41

#29017f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #29017f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #29017f

#29017f color code is use for CSS Background Color

Background color for the above div is #29017f

HTML with inline CSS

<div style="background-color:#29017f;"></div>

#29017f color code is use for CSS Border Color

CSS Border color for the above div is #29017f

HTML with inline CSS

<div style="border:5px solid #29017f;"></div>

CSS Border Left color for the above div is #29017f

HTML with inline CSS

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

CSS Border Right color for the above div is #29017f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #29017f

HTML with inline CSS

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

CSS Border Top color for the above div is #29017f

HTML with inline CSS

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

#29017f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#29017f Color code Preview on White Background

This is how #29017f Color code will look on white background color. Color contrast ratio is 14.95

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

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.