crispedge.com

Color picker

Loading...

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

#58359e hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #58359e Color code in RGB color code model is created after adding 34.51% red color, 20.78% green color and 61.96% blue color. Hex #58359e Color code in CMYK color (process color) code model is generated after subtraction of 44% cyan, 66% magenta, 0% yellow and 38% black.

Hex #58359e color code is between #553399 web safe hex color code and #6644aa web safe hex color code. #553399 is the nearest web safe color code. You can see here many more shades of #58359e color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code58359e#58359e
RGB Decimal88, 53, 158rgb(88, 53, 158)
RGB Percent35%, 21%, 62%rgb(35%, 21%, 62%)
CSS RGBa88, 53, 158,1rgba(88,53,158,1)
CMYK Modelcmyk(44%,66%,0%,38%)
HSL Color Space260,50% ,41%hsl(260,50% ,41%)
HSV Color Space260°, 66%, 62%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010110000011010110011110
Octal13065236
Decimal8853158
Hex58359e

Different shades of #58359e color code.

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

Light Shade of #58359e
#6e45c1
Dark Shade of #58359e
#432878
Saturated Shade of #58359e
#542aa9
Desaturated Shade of #58359e
#5c4093
Grey scale Shade of #58359e
#696969
Brighten Shade
#714eb7
Most Readable Shade
#FFFFFF

Shades of #58359e color code

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

#58359e
#4e2f8c
#44297a
#3a2369
#301d57
#271746
#1d1134
#130b23
#090511
#000000

Similar Color like #58359e color

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

#59369f
#5a37a0
#5b38a1
#5c39a2
#5d3aa3
#5e3ba4
#5f3ca5
#603da6
#613ea7
#623fa8
#6340a9
#6441aa
#6542ab
#6643ac
#57349d
#56339c
#55329b
#54319a
#533099
#522f98
#512e97
#502d96
#4f2c95
#4e2b94
#4d2a93
#4c2992
#4b2891
#4a2790

Monochromatic Color with #58359e

#58359e
#7043c8
#8752f3
#110a1e
#291849
#402773

Tints of #58359e Color

#58359e
#6a4ba8
#7d61b3
#8f78be
#a28ec9
#b4a5d3
#c7bbde
#d9d2e9
#ece8f4
#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

#58359e
#7b9e35

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

Split Complementary

#58359e
#9e8d35
#479e35

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

Analogous Color

#353c9e
#43359e
#58359e
#6d359e
#82359e

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

#58359e
#9e5835
#359e58

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

#58359e
#9e3546
#7b9e35
#359e8c

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

#58359e
#7b9e35
#479e35
#8d359e

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

#58359e Color Code Preview on Black Background Color

This is how #58359e Color will look on black background color. Color contrast ratio is 2.42

#58359e in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#58359e color code is use for CSS Background Color

Background color for the above div is #58359e

HTML with inline CSS

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

#58359e color code is use for CSS Border Color

CSS Border color for the above div is #58359e

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#58359e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#58359e Color code Preview on White Background

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

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(88,53,158,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(123,158,53,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(88,53,158,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.