COLOR #330644

HEX: #330644 RGB: (51,6,68)

Color info

#330644 contains mainly red and blue colors. Web safe color of #330644 is #330033 (or #303).

RGB color model

#330644 color RGB value is (51,6,68).

RGB: (51,6,68) (20%, 2%, 27%)

RGB channels and saturation

R 51 of 255 = 20%
G 6 of 255 = 2%
B 68 of 255 = 27%

51
6
68

R + G + B ~ 16%. #330644 is dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 6 + 68 = 125 (100%)
R 51 of 125 ~ 40.8%
G 6 of 125 ~ 4.8%
B 68 of 125 ~ 54.4'%

%40.8
%54.4

CMYK color model

#330644 color CMYK value is (25,91,0,73).

  • cyan value is 25.00%
  • magenta value is 91.18%
  • yellow value is 0.00%
  • key color value is 73.33%

CMYK: (25,91,0,73)
C25M91Y0K73 (25%, 91%, 0%, 73%)
(0.25 / 0.91 / 0.00 / 0.73)

CMYK percentages

%25
%91.18
%0
%73.33

Codes

Color #330644 in popluar color models

33 06 44
RGB 51 6 68
HSL 284° 83.78% 14.51%
HSB/HSV 284° 91.18% 26.67%
CMYK 25.00% 91.18% 0.00%
73.33%

Color #330644 in popluar number systems.

HEX 33 06 44
Decimal 51 6 68
Binary 110011 110 1000100
Octal 63 6 104

Shades and tints

Shades of #330644

#330644
(51,6,68)
#2F063E
(47,6,62)
#2B0638
(43,6,56)
#270632
(39,6,50)
#23062C
(35,6,44)
#1F0626
(31,6,38)
#1B0620
(27,6,32)
#17061A
(23,6,26)
#130614
(19,6,20)
#0F060E
(15,6,14)
#0B0608
(11,6,8)
#000000
(0,0,0)

Tints of #330644

#330644
(51,6,68)
#451C55
(69,28,85)
#573266
(87,50,102)
#694877
(105,72,119)
#7B5E88
(123,94,136)
#8D7499
(141,116,153)
#9F8AAA
(159,138,170)
#B1A0BB
(177,160,187)
#C3B6CC
(195,182,204)
#D5CCDD
(213,204,221)
#E7E2EE
(231,226,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #330644 color. Also use rgb(51,6,68) instead hex code.

Text Font Color

.myTextColor { color: #330644; }

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

This text font color is #330644.

Background Color

.myBgColor { background-color: #330644; }

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

This div background color is #330644.

Border color

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

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

This div border color is #330644.

Opacity

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

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

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

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

This text has shadow with #330644 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #330644.

Preview

Color preview on black background

This text has color #330644 on black background.


Color preview on white background

This text has color #330644 on white background.


Black color preview on #330644 background

This text has black color on #330644 background.


White color preview on #330644 background

This text has white color on #330644 background.


Related colors

Complementary color

Complementary color for #hex is #CCF9BB.


I love getcolorcode.com

Triadic colors

1 #443306 and #064433 with #330644 are triadic colors.

2 #440633 and #063344 with #330644 are triadic colors.