COLOR #330957

HEX: #330957 RGB: (51,9,87)

Color info

#330957 contains mainly red and blue colors. Web safe color of #330957 is #330066 (or #306).

RGB color model

#330957 color RGB value is (51,9,87).

RGB: (51,9,87) (20%, 4%, 34%)

RGB channels and saturation

R 51 of 255 = 20%
G 9 of 255 = 4%
B 87 of 255 = 34%

51
9
87

R + G + B ~ 19%. #330957 is dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 9 + 87 = 147 (100%)
R 51 of 147 ~ 34.69%
G 9 of 147 ~ 6.12%
B 87 of 147 ~ 59.18'%

%34.69
%59.18

CMYK color model

#330957 color CMYK value is (41,90,0,66).

  • cyan value is 41.38%
  • magenta value is 89.66%
  • yellow value is 0.00%
  • key color value is 65.88%

CMYK: (41,90,0,66)
C41M90Y0K66 (41%, 90%, 0%, 66%)
(0.41 / 0.90 / 0.00 / 0.66)

CMYK percentages

%41.38
%89.66
%0
%65.88

Codes

Color #330957 in popluar color models

33 09 57
RGB 51 9 87
HSL 272° 81.25% 18.82%
HSB/HSV 272° 89.66% 34.12%
CMYK 41.38% 89.66% 0.00%
65.88%

Color #330957 in popluar number systems.

HEX 33 09 57
Decimal 51 9 87
Binary 110011 1001 1010111
Octal 63 11 127

Shades and tints

Shades of #330957

#330957
(51,9,87)
#2F0950
(47,9,80)
#2B0949
(43,9,73)
#270942
(39,9,66)
#23093B
(35,9,59)
#1F0934
(31,9,52)
#1B092D
(27,9,45)
#170926
(23,9,38)
#13091F
(19,9,31)
#0F0918
(15,9,24)
#0B0911
(11,9,17)
#000000
(0,0,0)

Tints of #330957

#330957
(51,9,87)
#451F66
(69,31,102)
#573575
(87,53,117)
#694B84
(105,75,132)
#7B6193
(123,97,147)
#8D77A2
(141,119,162)
#9F8DB1
(159,141,177)
#B1A3C0
(177,163,192)
#C3B9CF
(195,185,207)
#D5CFDE
(213,207,222)
#E7E5ED
(231,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #330957 color. Also use rgb(51,9,87) instead hex code.

Text Font Color

.myTextColor { color: #330957; }

<p style="color:#330957">This sample text font color is #330957.</p>

This text font color is #330957.

Background Color

.myBgColor { background-color: #330957; }

<div style="background-color:#330957">Inner text</div>

This div background color is #330957.

Border color

.myBorderColor { border: 1px solid #330957; }

<div style="border:3px solid #330957">Div</div>

This div border color is #330957.

Opacity

.myOpacity80 { color: #330957; opacity: 0.8; }

<p style="color:#330957;opacity:0.8;">80%</p>

Text with #330957 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #330957;}

<p style="text-shadow: 3px 3px 1px #330957">Text here.</p>

This text has shadow with #330957 color.


.textShadow {text-shadow: 3px 3px 1px #330957', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #330957, 5px 5px 20px red">Text here.</p>

This text has shadow with #330957 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#330957, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#330957, Direction=45, Strength=4)">Text</p>

This text has shadow with #330957 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #330957;
-webkit-box-shadow: 1px 1px 3px 2px #330957;
box-shadow: 1px 1px 3px 2px #330957;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #330957; -webkit-box-shadow: 1px 1px 3px 2px #330957; box-shadow:1px 1px 3px 2px #330957;">
Div content here
</div>

This div box has shadow with color #330957.

Preview

Color preview on black background

This text has color #330957 on black background.


Color preview on white background

This text has color #330957 on white background.


Black color preview on #330957 background

This text has black color on #330957 background.


White color preview on #330957 background

This text has white color on #330957 background.


Related colors

Complementary color

Complementary color for #hex is #CCF6A8.


I love getcolorcode.com

Triadic colors

1 #573309 and #095733 with #330957 are triadic colors.

2 #570933 and #093357 with #330957 are triadic colors.