COLOR #330961

HEX: #330961 RGB: (51,9,97)

Color info

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

RGB color model

#330961 color RGB value is (51,9,97).

RGB: (51,9,97) (20%, 4%, 38%)

RGB channels and saturation

R 51 of 255 = 20%
G 9 of 255 = 4%
B 97 of 255 = 38%

51
9
97

R + G + B ~ 21%. #330961 is dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 9 + 97 = 157 (100%)
R 51 of 157 ~ 32.48%
G 9 of 157 ~ 5.73%
B 97 of 157 ~ 61.78'%

%32.48
%61.78

CMYK color model

#330961 color CMYK value is (47,91,0,62).

  • cyan value is 47.42%
  • magenta value is 90.72%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK: (47,91,0,62) C47M91Y0K62 (47%,91%,0%,62%) (0.47/0.91/0.00/0.62) 

CMYK percentages

%47.42
%90.72
%0
%61.96

Codes

Color #330961 in popluar color models

33 09 61
RGB 51 9 97
HSL 269° 83.02% 20.78%
HSB/HSV 269° 90.72% 38.04%
CMYK 47.42% 90.72% 0.00%
61.96%

Color #330961 in popluar number systems.

HEX 33 09 61
Decimal 51 9 97
Binary 110011 1001 1100001
Octal 63 11 141

Shades and tints

Shades of #330961

#330961
(51,9,97)
#2F0959
(47,9,89)
#2B0951
(43,9,81)
#270949
(39,9,73)
#230941
(35,9,65)
#1F0939
(31,9,57)
#1B0931
(27,9,49)
#170929
(23,9,41)
#130921
(19,9,33)
#0F0919
(15,9,25)
#0B0911
(11,9,17)
#000000
(0,0,0)

Tints of #330961

#330961
(51,9,97)
#451F6F
(69,31,111)
#57357D
(87,53,125)
#694B8B
(105,75,139)
#7B6199
(123,97,153)
#8D77A7
(141,119,167)
#9F8DB5
(159,141,181)
#B1A3C3
(177,163,195)
#C3B9D1
(195,185,209)
#D5CFDF
(213,207,223)
#E7E5ED
(231,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #330961; }

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

This text font color is #330961.

Background Color

.myBgColor { background-color: #330961; }

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

This div background color is #330961.

Border color

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

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

This div border color is #330961.

Opacity

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

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

Text with #330961 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 #330961;}

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

This text has shadow with #330961 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #330961.

Preview

Color preview on black background

This text has color #330961 on black background.


Color preview on white background

This text has color #330961 on white background.


Black color preview on #330961 background

This text has black color on #330961 background.


White color preview on #330961 background

This text has white color on #330961 background.


Related colors

Complementary color

Complementary color for #hex is #CCF69E.


I love getcolorcode.com

Triadic colors

1 #613309 and #096133 with #330961 are triadic colors.

2 #610933 and #093361 with #330961 are triadic colors.