COLOR #330E74

HEX: #330E74 RGB: (51,14,116)

Color info

#330E74 contains mainly blue color. Web safe color of #330E74 is #330066 (or #306).

RGB color model

#330E74 color RGB value is (51,14,116).

RGB: (51,14,116) (20%, 5%, 45%)

RGB channels and saturation

R 51 of 255 = 20%
G 14 of 255 = 5%
B 116 of 255 = 45%

51
14
116

R + G + B ~ 23%. #330E74 is dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 14 + 116 = 181 (100%)
R 51 of 181 ~ 28.18%
G 14 of 181 ~ 7.73%
B 116 of 181 ~ 64.09'%

%28.18
%64.09

CMYK color model

#330E74 color CMYK value is (56,88,0,55).

  • cyan value is 56.03%
  • magenta value is 87.93%
  • yellow value is 0.00%
  • key color value is 54.51%

CMYK: (56,88,0,55)
C56M88Y0K55 (56%, 88%, 0%, 55%)
(0.56 / 0.88 / 0.00 / 0.55)

CMYK percentages

%56.03
%87.93
%0
%54.51

Codes

Color #330E74 in popluar color models

33 0E 74
RGB 51 14 116
HSL 262° 78.46% 25.49%
HSB/HSV 262° 87.93% 45.49%
CMYK 56.03% 87.93% 0.00%
54.51%

Color #330E74 in popluar number systems.

HEX 33 0E 74
Decimal 51 14 116
Binary 110011 1110 1110100
Octal 63 16 164

Shades and tints

Shades of #330E74

#330E74
(51,14,116)
#2F0D6A
(47,13,106)
#2B0C60
(43,12,96)
#270B56
(39,11,86)
#230A4C
(35,10,76)
#1F0942
(31,9,66)
#1B0838
(27,8,56)
#17072E
(23,7,46)
#130624
(19,6,36)
#0F051A
(15,5,26)
#0B0410
(11,4,16)
#000000
(0,0,0)

Tints of #330E74

#330E74
(51,14,116)
#452380
(69,35,128)
#57388C
(87,56,140)
#694D98
(105,77,152)
#7B62A4
(123,98,164)
#8D77B0
(141,119,176)
#9F8CBC
(159,140,188)
#B1A1C8
(177,161,200)
#C3B6D4
(195,182,212)
#D5CBE0
(213,203,224)
#E7E0EC
(231,224,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #330E74 color. Also use rgb(51,14,116) instead hex code.

Text Font Color

.myTextColor { color: #330E74; }

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

This text font color is #330E74.

Background Color

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

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

This div background color is #330E74.

Border color

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

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

This div border color is #330E74.

Opacity

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

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

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

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

This text has shadow with #330E74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #330E74.

Preview

Color preview on black background

This text has color #330E74 on black background.


Color preview on white background

This text has color #330E74 on white background.


Black color preview on #330E74 background

This text has black color on #330E74 background.


White color preview on #330E74 background

This text has white color on #330E74 background.


Related colors

Complementary color

Complementary color for #hex is #CCF18B.


I love getcolorcode.com

Triadic colors

1 #74330E and #0E7433 with #330E74 are triadic colors.

2 #740E33 and #0E3374 with #330E74 are triadic colors.