COLOR #330976

HEX: #330976
RGB: (51,9,118)

Color info

#330976 contains mainly blue color. Web safe color of #330976 is #330066 (or #306).

RGB color model

#330976 color RGB value is (51,9,118).

  • red value is 51;
  • green value is 9;
  • blue value is 118.
RGB:
(51,9,118)
(20%,4%,46%)

RGB channels and saturation

R 51 of 255 = 20%
G 9 of 255 = 4%
B 118 of 255 = 46%

51
9
118

R + G + B ~ 23%. #330976 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 9 + 118 = 178 (100%)
R 51 of 178 ~ 28.65%
G 9 of 178 ~ 5.06%
B 118 of 178 ~ 66.29%

%28.65
%66.29

CMYK color model

#330976 color CMYK value is (57,92,0,54).

  • cyan value is 56.78%
  • magenta value is 92.37%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(57,92,0,54)
C57M92Y0K54 
(57%,92%,0%,54%)
(0.57/0.92/0.00/0.54)	

CMYK percentages

%56.78
%92.37
%0
%53.73

Codes

Color #330976 in popluar color models

330976
RGB519118
HSL263°85.83%24.90%
HSB/HSV263°92.37%46.27%
CMYK56.78%92.37%0.00%
53.73%

Color #330976 in popluar number systems.

HEX330976
Decimal519118
Binary11001110011110110
Octal6311166

Shades and tints

Shades of #330976

#330976
(51,9,118)
#2F096C
(47,9,108)
#2B0962
(43,9,98)
#270958
(39,9,88)
#23094E
(35,9,78)
#1F0944
(31,9,68)
#1B093A
(27,9,58)
#170930
(23,9,48)
#130926
(19,9,38)
#0F091C
(15,9,28)
#0B0912
(11,9,18)
#000000
(0,0,0)

Tints of #330976

#330976
(51,9,118)
#451F82
(69,31,130)
#57358E
(87,53,142)
#694B9A
(105,75,154)
#7B61A6
(123,97,166)
#8D77B2
(141,119,178)
#9F8DBE
(159,141,190)
#B1A3CA
(177,163,202)
#C3B9D6
(195,185,214)
#D5CFE2
(213,207,226)
#E7E5EE
(231,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #330976; }

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

This text font color is #330976.


Background Color

.myBgColor { background-color: #330976; }

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

This div background color is #330976.


Border color

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

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

This div border color is #330976.


Opacity

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

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

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

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

This text has shadow with #330976 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #330976 on black background.


Color preview on white background

This text has color #330976 on white background.



Black color preview on #330976 background

This text has black color on #330976 background.


White color preview on #330976 background

This text has white color on #330976 background.