COLOR #330241

HEX: #330241
RGB: (51,2,65)

Color info

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

RGB color model

#330241 color RGB value is (51,2,65).

  • red value is 51;
  • green value is 2;
  • blue value is 65.
RGB:
(51,2,65)
(20%,1%,25%)

RGB channels and saturation

R 51 of 255 = 20%
G 2 of 255 = 1%
B 65 of 255 = 25%

51
2
65

R + G + B ~ 15%. #330241 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 2 + 65 = 118 (100%)
R 51 of 118 ~ 43.22%
G 2 of 118 ~ 1.69%
B 65 of 118 ~ 55.08%

%43.22
%55.08

CMYK color model

#330241 color CMYK value is (22,97,0,75).

  • cyan value is 21.54%
  • magenta value is 96.92%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(22,97,0,75)
C22M97Y0K75 
(22%,97%,0%,75%)
(0.22/0.97/0.00/0.75)	

CMYK percentages

%21.54
%96.92
%0
%74.51

Codes

Color #330241 in popluar color models

330241
RGB51265
HSL287°94.03%13.14%
HSB/HSV287°96.92%25.49%
CMYK21.54%96.92%0.00%
74.51%

Color #330241 in popluar number systems.

HEX330241
Decimal51265
Binary110011101000001
Octal632101

Shades and tints

Shades of #330241

#330241
(51,2,65)
#2F023C
(47,2,60)
#2B0237
(43,2,55)
#270232
(39,2,50)
#23022D
(35,2,45)
#1F0228
(31,2,40)
#1B0223
(27,2,35)
#17021E
(23,2,30)
#130219
(19,2,25)
#0F0214
(15,2,20)
#0B020F
(11,2,15)
#000000
(0,0,0)

Tints of #330241

#330241
(51,2,65)
#451952
(69,25,82)
#573063
(87,48,99)
#694774
(105,71,116)
#7B5E85
(123,94,133)
#8D7596
(141,117,150)
#9F8CA7
(159,140,167)
#B1A3B8
(177,163,184)
#C3BAC9
(195,186,201)
#D5D1DA
(213,209,218)
#E7E8EB
(231,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #330241 color. Also use rgb(51,2,65) instead hex code.

Text Font Color

.myTextColor { color: #330241; }

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

This text font color is #330241.


Background Color

.myBgColor { background-color: #330241; }

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

This div background color is #330241.


Border color

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

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

This div border color is #330241.


Opacity

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

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

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

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

This text has shadow with #330241 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #330241 on black background.


Color preview on white background

This text has color #330241 on white background.



Black color preview on #330241 background

This text has black color on #330241 background.


White color preview on #330241 background

This text has white color on #330241 background.