COLOR #330144

HEX: #330144
RGB: (51,1,68)

Color info

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

RGB color model

#330144 color RGB value is (51,1,68).

  • red value is 51;
  • green value is 1;
  • blue value is 68.
RGB:
(51,1,68)
(20%,0%,27%)

RGB channels and saturation

R 51 of 255 = 20%
G 1 of 255 = 0%
B 68 of 255 = 27%

51
1
68

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

Portions of RGB colors in percentages

R + G + B =
51 + 1 + 68 = 120 (100%)
R 51 of 120 ~ 42.5%
G 1 of 120 ~ 0.83%
B 68 of 120 ~ 56.67%

%42.5
%56.67

CMYK color model

#330144 color CMYK value is (25,99,0,73).

  • cyan value is 25.00%
  • magenta value is 98.53%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK:
(25,99,0,73)
C25M99Y0K73 
(25%,99%,0%,73%)
(0.25/0.99/0.00/0.73)	

CMYK percentages

%25
%98.53
%0
%73.33

Codes

Color #330144 in popluar color models

330144
RGB51168
HSL285°97.10%13.53%
HSB/HSV285°98.53%26.67%
CMYK25.00%98.53%0.00%
73.33%

Color #330144 in popluar number systems.

HEX330144
Decimal51168
Binary11001111000100
Octal631104

Shades and tints

Shades of #330144

#330144
(51,1,68)
#2F013E
(47,1,62)
#2B0138
(43,1,56)
#270132
(39,1,50)
#23012C
(35,1,44)
#1F0126
(31,1,38)
#1B0120
(27,1,32)
#17011A
(23,1,26)
#130114
(19,1,20)
#0F010E
(15,1,14)
#0B0108
(11,1,8)
#000000
(0,0,0)

Tints of #330144

#330144
(51,1,68)
#451855
(69,24,85)
#572F66
(87,47,102)
#694677
(105,70,119)
#7B5D88
(123,93,136)
#8D7499
(141,116,153)
#9F8BAA
(159,139,170)
#B1A2BB
(177,162,187)
#C3B9CC
(195,185,204)
#D5D0DD
(213,208,221)
#E7E7EE
(231,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #330144; }

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

This text font color is #330144.


Background Color

.myBgColor { background-color: #330144; }

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

This div background color is #330144.


Border color

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

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

This div border color is #330144.


Opacity

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

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

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

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

This text has shadow with #330144 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #330144 on black background.


Color preview on white background

This text has color #330144 on white background.



Black color preview on #330144 background

This text has black color on #330144 background.


White color preview on #330144 background

This text has white color on #330144 background.