@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#330459 hex color - Violet - Warm color - Information

#330459 hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #330459 Color code in RGB color code model is created after adding 20% red color, 1.57% green color and 34.9% blue color. Hex #330459 Color code in CMYK color (process color) code model is generated after subtraction of 43% cyan, 96% magenta, 0% yellow and 65.1% black.

Hex #330459 color code is between #220055 web safe hex color code and #440066 web safe hex color code. #220055 is the nearest web safe color code. You can see here many more shades of #330459 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code 330459 #330459
RGB Decimal 51, 4, 89 rgb(51, 4, 89)
RGB Percent 20%, 2%, 35% rgb(20%, 2%, 35%)
CSS RGBa 51, 4, 89,1 rgba(51,4,89,1)
CMYK Model cmyk(43%,96%,0%,65.1%)
HSL Color Space 273,91% ,18% hsl(273,91% ,18%)
HSV Color Space 273°, 96%, 35%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 00110011 00000100 01011001
Octal 63 4 131
Decimal 51 4 89
Hex 33 04 59

Different shades of #330459 color code.

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

Light Shade of #330459
#4f068a
Dark Shade of #330459
#170228
Saturated Shade of #330459
#33005d
Desaturated Shade of #330459
#320954
Grey scale Shade of #330459
#2e2e2e
Brighten Shade
#4c1d72
Most Readable Shade
#FFFFFF

Shades of #330459 color code

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

#330459
#2d034f
#270345
#22023b
#1c0231
#160127
#11011d
#0b0013
#050009
#000000

Similar Color like #330459 color

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

#34055a
#35065b
#36075c
#37085d
#38095e
#390a5f
#3a0b60
#3b0c61
#3c0d62
#3d0e63
#3e0f64
#3f1065
#401166
#411267
#320358
#310257
#300156
#2f0055
#2e0054
#2d0053
#2c0052
#2b0051
#2a0050
#29004f
#28004e
#27004d
#26004c
#25004b

Monochromatic Color with #330459

#330459
#4b0683
#6408ae
#7c0ad8
#020004
#1b022e

Tints of #330459 Color

#330459
#491f6b
#603b7d
#775790
#8d73a2
#a48fb5
#bbabc7
#d1c7da
#e8e3ec
#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

#330459
#2a5904

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

Split Complementary

#330459
#545904
#045909

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

Analogous Color

#110459
#220459
#330459
#440459
#550459

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

#330459
#593304
#045933

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

#330459
#590904
#2a5904
#045459

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

#330459
#2a5904
#045909
#590454

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 #330459 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.

#330459 Color Code Preview on Black Background Color

This is how #330459 Color will look on black background color. Color contrast ratio is 1.30

#330459 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #330459

HTML with inline CSS

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

Your Example Paragraph content text in with font color #330459

#330459 color code is use for CSS Background Color

Background color for the above div is #330459

HTML with inline CSS

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

#330459 color code is use for CSS Border Color

CSS Border color for the above div is #330459

HTML with inline CSS

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

CSS Border Left color for the above div is #330459

HTML with inline CSS

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

CSS Border Right color for the above div is #330459

HTML with inline CSS

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

CSS Border Bottom color for the above div is #330459

HTML with inline CSS

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

CSS Border Top color for the above div is #330459

HTML with inline CSS

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

#330459 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#330459 Color code Preview on White Background

This is how #330459 Color code will look on white background color. Color contrast ratio is 16.12

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

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(51,4,89,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(42,89,4,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(51,4,89,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.