COLOR #330A9A

HEX: #330A9A
RGB: (51,10,154)

Color info

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

RGB color model

#330A9A color RGB value is (51,10,154).

  • red value is 51;
  • green value is 10;
  • blue value is 154.
RGB:
(51,10,154)
(20%,4%,60%)

RGB channels and saturation

R 51 of 255 = 20%
G 10 of 255 = 4%
B 154 of 255 = 60%

51
10
154

R + G + B ~ 28%. #330A9A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 10 + 154 = 215 (100%)
R 51 of 215 ~ 23.72%
G 10 of 215 ~ 4.65%
B 154 of 215 ~ 71.63%

%23.72
%71.63

CMYK color model

#330A9A color CMYK value is (67,94,0,40).

  • cyan value is 66.88%
  • magenta value is 93.51%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(67,94,0,40)
C67M94Y0K40 
(67%,94%,0%,40%)
(0.67/0.94/0.00/0.40)	

CMYK percentages

%66.88
%93.51
%0
%39.61

Codes

Color #330A9A in popluar color models

330A9A
RGB5110154
HSL257°87.80%32.16%
HSB/HSV257°93.51%60.39%
CMYK66.88%93.51%0.00%
39.61%

Color #330A9A in popluar number systems.

HEX330A9A
Decimal5110154
Binary110011101010011010
Octal6312232

Shades and tints

Shades of #330A9A

#330A9A
(51,10,154)
#2F0A8C
(47,10,140)
#2B0A7E
(43,10,126)
#270A70
(39,10,112)
#230A62
(35,10,98)
#1F0A54
(31,10,84)
#1B0A46
(27,10,70)
#170A38
(23,10,56)
#130A2A
(19,10,42)
#0F0A1C
(15,10,28)
#0B0A0E
(11,10,14)
#000000
(0,0,0)

Tints of #330A9A

#330A9A
(51,10,154)
#4520A3
(69,32,163)
#5736AC
(87,54,172)
#694CB5
(105,76,181)
#7B62BE
(123,98,190)
#8D78C7
(141,120,199)
#9F8ED0
(159,142,208)
#B1A4D9
(177,164,217)
#C3BAE2
(195,186,226)
#D5D0EB
(213,208,235)
#E7E6F4
(231,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #330A9A color. Also use rgb(51,10,154) instead hex code.

Text Font Color

.myTextColor { color: #330A9A; }

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

This text font color is #330A9A.


Background Color

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

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

This div background color is #330A9A.


Border color

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

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

This div border color is #330A9A.


Opacity

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

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

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

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

This text has shadow with #330A9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #330A9A on black background.


Color preview on white background

This text has color #330A9A on white background.



Black color preview on #330A9A background

This text has black color on #330A9A background.


White color preview on #330A9A background

This text has white color on #330A9A background.