crispedge.com

Color picker

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

#29008e hex color - Violet - Cool color - Information

#29008e hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #29008e Color code in RGB color code model is created after adding 16.08% red color, 0% green color and 55.69% blue color. Hex #29008e Color code in CMYK color (process color) code model is generated after subtraction of 71% cyan, 100% magenta, 0% yellow and 44% black.

Hex #29008e color code is between #220088 web safe hex color code and #330099 web safe hex color code. #220088 is the nearest web safe color code. You can see here many more shades of #29008e color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code29008e#29008e
RGB Decimal41, 0, 142rgb(41, 0, 142)
RGB Percent16%, 0%, 56%rgb(16%, 0%, 56%)
CSS RGBa41, 0, 142,1rgba(41,0,142,1)
CMYK Modelcmyk(71%,100%,0%,44%)
HSL Color Space257,100% ,28%hsl(257,100% ,28%)
HSV Color Space257°, 100%, 56%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001010010000000010001110
Octal510216
Decimal410142
Hex29008e

Different shades of #29008e color code.

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

Light Shade of #29008e
#3800c1
Dark Shade of #29008e
#1a005b
Saturated Shade of #29008e
#29008e
Desaturated Shade of #29008e
#2c0787
Grey scale Shade of #29008e
#474747
Brighten Shade
#4219a7
Most Readable Shade
#FFFFFF

Shades of #29008e color code

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

#29008e
#24007e
#1f006e
#1b005e
#16004e
#12003f
#0d002f
#09001f
#04000f
#000000

Similar Color like #29008e color

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

#2a018f
#2b0290
#2c0391
#2d0492
#2e0593
#2f0694
#300795
#310896
#320997
#330a98
#340b99
#350c9a
#360d9b
#370e9c
#28008d
#27008c
#26008b
#25008a
#240089
#230088
#220087
#210086
#200085
#1f0084
#1e0083
#1d0082
#1c0081
#1b0080

Monochromatic Color with #29008e

#29008e
#3500b8
#4200e3
#04000e
#100039
#1d0063

Tints of #29008e Color

#29008e
#401c9a
#5838a7
#7055b3
#8871c0
#9f8dcc
#b7aad9
#cfc6e5
#e7e2f2
#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

#29008e
#658e00

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

Split Complementary

#29008e
#8e7000
#1e8e00

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

Analogous Color

#00108e
#0d008e
#29008e
#45008e
#62008e

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

#29008e
#8e2900
#008e29

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

#29008e
#8e001e
#658e00
#008e70

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

#29008e
#658e00
#1e8e00
#70008e

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 #29008e 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.

#29008e Color Code Preview on Black Background Color

This is how #29008e Color will look on black background color. Color contrast ratio is 1.48

#29008e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #29008e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #29008e

#29008e color code is use for CSS Background Color

Background color for the above div is #29008e

HTML with inline CSS

<div style="background-color:#29008e;"></div>

#29008e color code is use for CSS Border Color

CSS Border color for the above div is #29008e

HTML with inline CSS

<div style="border:5px solid #29008e;"></div>

CSS Border Left color for the above div is #29008e

HTML with inline CSS

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

CSS Border Right color for the above div is #29008e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #29008e

HTML with inline CSS

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

CSS Border Top color for the above div is #29008e

HTML with inline CSS

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

#29008e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#29008e Color code Preview on White Background

This is how #29008e Color code will look on white background color. Color contrast ratio is 14.14

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

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.