COLOR #330D91

HEX: #330D91
RGB: (51,13,145)

Color info

#330D91 contains mainly blue color. Web safe color of #330D91 is #330099 (or #309).

RGB color model

#330D91 color RGB value is (51,13,145).

  • red value is 51;
  • green value is 13;
  • blue value is 145.
RGB:
(51,13,145)
(20%,5%,57%)

RGB channels and saturation

R 51 of 255 = 20%
G 13 of 255 = 5%
B 145 of 255 = 57%

51
13
145

R + G + B ~ 27%. #330D91 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 13 + 145 = 209 (100%)
R 51 of 209 ~ 24.4%
G 13 of 209 ~ 6.22%
B 145 of 209 ~ 69.38%

%24.4
%69.38

CMYK color model

#330D91 color CMYK value is (65,91,0,43).

  • cyan value is 64.83%
  • magenta value is 91.03%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(65,91,0,43)
C65M91Y0K43 
(65%,91%,0%,43%)
(0.65/0.91/0.00/0.43)	

CMYK percentages

%64.83
%91.03
%0
%43.14

Codes

Color #330D91 in popluar color models

330D91
RGB5113145
HSL257°83.54%30.98%
HSB/HSV257°91.03%56.86%
CMYK64.83%91.03%0.00%
43.14%

Color #330D91 in popluar number systems.

HEX330D91
Decimal5113145
Binary110011110110010001
Octal6315221

Shades and tints

Shades of #330D91

#330D91
(51,13,145)
#2F0C84
(47,12,132)
#2B0B77
(43,11,119)
#270A6A
(39,10,106)
#23095D
(35,9,93)
#1F0850
(31,8,80)
#1B0743
(27,7,67)
#170636
(23,6,54)
#130529
(19,5,41)
#0F041C
(15,4,28)
#0B030F
(11,3,15)
#000000
(0,0,0)

Tints of #330D91

#330D91
(51,13,145)
#45239B
(69,35,155)
#5739A5
(87,57,165)
#694FAF
(105,79,175)
#7B65B9
(123,101,185)
#8D7BC3
(141,123,195)
#9F91CD
(159,145,205)
#B1A7D7
(177,167,215)
#C3BDE1
(195,189,225)
#D5D3EB
(213,211,235)
#E7E9F5
(231,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #330D91 color. Also use rgb(51,13,145) instead hex code.

Text Font Color

.myTextColor { color: #330D91; }

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

This text font color is #330D91.


Background Color

.myBgColor { background-color: #330D91; }

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

This div background color is #330D91.


Border color

.myBorderColor { border: 1px solid #330D91; }

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

This div border color is #330D91.


Opacity

.myOpacity80 { color: #330D91; opacity: 0.8; }

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

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

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

This text has shadow with #330D91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #330D91 on black background.


Color preview on white background

This text has color #330D91 on white background.



Black color preview on #330D91 background

This text has black color on #330D91 background.


White color preview on #330D91 background

This text has white color on #330D91 background.