crispedge.com

Color picker

Loading...

#35172f hex color - Violet - Warm color - Information

#35172f hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #35172f Color code in RGB color code model is created after adding 20.78% red color, 9.02% green color and 18.43% blue color. Hex #35172f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 57% magenta, 11% yellow and 79% black.

Hex #35172f color code is between #331133 web safe hex color code and #442222 web safe hex color code. #331133 is the nearest web safe color code. You can see here many more shades of #35172f color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Code35172f#35172f
RGB Decimal53, 23, 47rgb(53, 23, 47)
RGB Percent21%, 9%, 18%rgb(21%, 9%, 18%)
CSS RGBa53, 23, 47,1rgba(53,23,47,1)
CMYK Modelcmyk(0%,57%,11%,79%)
HSL Color Space312,39% ,15%hsl(312,39% ,15%)
HSV Color Space312°, 57%, 21%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary001101010001011100101111
Octal652757
Decimal532347
Hex35172f

Different shades of #35172f color code.

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

Light Shade of #35172f
#59264f
Dark Shade of #35172f
#11080f
Saturated Shade of #35172f
#391331
Desaturated Shade of #35172f
#311b2d
Grey scale Shade of #35172f
#262626
Brighten Shade
#4e3048
Most Readable Shade
#FFFFFF

Shades of #35172f color code

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

#35172f
#2f1429
#291124
#230f1f
#1d0c1a
#170a14
#11070f
#0b050a
#050205
#000000

Similar Color like #35172f color

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

#361830
#371931
#381a32
#391b33
#3a1c34
#3b1d35
#3c1e36
#3d1f37
#3e2038
#3f2139
#40223a
#41233b
#42243c
#43253d
#34162e
#33152d
#32142c
#31132b
#30122a
#2f1129
#2e1028
#2d0f27
#2c0e26
#2b0d25
#2a0c24
#290b23
#280a22
#270921

Monochromatic Color with #35172f

#35172f
#5f2955
#8a3c7a
#b44ea0
#df61c6
#0a0509

Tints of #35172f Color

#35172f
#4b3046
#614a5d
#786474
#8e7e8b
#a597a2
#bbb1b9
#d2cbd0
#e8e5e7
#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

#35172f
#17351d

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

Split Complementary

#35172f
#203517
#17352c

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

Analogous Color

#2f1735
#351735
#35172f
#351729
#351723

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

#35172f
#2f3517
#172f35

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

#35172f
#352c17
#17351d
#172035

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

#35172f
#17351d
#17352c
#351720

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

#35172f Color Code Preview on Black Background Color

This is how #35172f Color will look on black background color. Color contrast ratio is 1.31

#35172f in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#35172f color code is use for CSS Background Color

Background color for the above div is #35172f

HTML with inline CSS

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

#35172f color code is use for CSS Border Color

CSS Border color for the above div is #35172f

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#35172f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#35172f Color code Preview on White Background

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

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

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(53,23,47,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(23,53,29,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(53,23,47,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.