COLOR #330464

HEX: #330464
RGB: (51,4,100)

Color info

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

RGB color model

#330464 color RGB value is (51,4,100).

  • red value is 51;
  • green value is 4;
  • blue value is 100.
RGB:
(51,4,100)
(20%,2%,39%)

RGB channels and saturation

R 51 of 255 = 20%
G 4 of 255 = 2%
B 100 of 255 = 39%

51
4
100

R + G + B ~ 20%. #330464 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 4 + 100 = 155 (100%)
R 51 of 155 ~ 32.9%
G 4 of 155 ~ 2.58%
B 100 of 155 ~ 64.52%

%32.9
%64.52

CMYK color model

#330464 color CMYK value is (49,96,0,61).

  • cyan value is 49.00%
  • magenta value is 96.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(49,96,0,61)
C49M96Y0K61 
(49%,96%,0%,61%)
(0.49/0.96/0.00/0.61)	

CMYK percentages

%49
%96
%0
%60.78

Codes

Color #330464 in popluar color models

330464
RGB514100
HSL269°92.31%20.39%
HSB/HSV269°96.00%39.22%
CMYK49.00%96.00%0.00%
60.78%

Color #330464 in popluar number systems.

HEX330464
Decimal514100
Binary1100111001100100
Octal634144

Shades and tints

Shades of #330464

#330464
(51,4,100)
#2F045B
(47,4,91)
#2B0452
(43,4,82)
#270449
(39,4,73)
#230440
(35,4,64)
#1F0437
(31,4,55)
#1B042E
(27,4,46)
#170425
(23,4,37)
#13041C
(19,4,28)
#0F0413
(15,4,19)
#0B040A
(11,4,10)
#000000
(0,0,0)

Tints of #330464

#330464
(51,4,100)
#451A72
(69,26,114)
#573080
(87,48,128)
#69468E
(105,70,142)
#7B5C9C
(123,92,156)
#8D72AA
(141,114,170)
#9F88B8
(159,136,184)
#B19EC6
(177,158,198)
#C3B4D4
(195,180,212)
#D5CAE2
(213,202,226)
#E7E0F0
(231,224,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #330464 color. Also use rgb(51,4,100) instead hex code.

Text Font Color

.myTextColor { color: #330464; }

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

This text font color is #330464.


Background Color

.myBgColor { background-color: #330464; }

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

This div background color is #330464.


Border color

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

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

This div border color is #330464.


Opacity

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

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

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

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

This text has shadow with #330464 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #330464 on black background.


Color preview on white background

This text has color #330464 on white background.



Black color preview on #330464 background

This text has black color on #330464 background.


White color preview on #330464 background

This text has white color on #330464 background.