COLOR #330563

HEX: #330563
RGB: (51,5,99)

Color info

#330563 contains mainly red and blue colors. Web safe color of #330563 is #330066 (or #306).

RGB color model

#330563 color RGB value is (51,5,99).

  • red value is 51;
  • green value is 5;
  • blue value is 99.
RGB:
(51,5,99)
(20%,2%,39%)

RGB channels and saturation

R 51 of 255 = 20%
G 5 of 255 = 2%
B 99 of 255 = 39%

51
5
99

R + G + B ~ 20%. #330563 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 5 + 99 = 155 (100%)
R 51 of 155 ~ 32.9%
G 5 of 155 ~ 3.23%
B 99 of 155 ~ 63.87%

%32.9
%63.87

CMYK color model

#330563 color CMYK value is (48,95,0,61).

  • cyan value is 48.48%
  • magenta value is 94.95%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(48,95,0,61)
C48M95Y0K61 
(48%,95%,0%,61%)
(0.48/0.95/0.00/0.61)	

CMYK percentages

%48.48
%94.95
%0
%61.18

Codes

Color #330563 in popluar color models

330563
RGB51599
HSL269°90.38%20.39%
HSB/HSV269°94.95%38.82%
CMYK48.48%94.95%0.00%
61.18%

Color #330563 in popluar number systems.

HEX330563
Decimal51599
Binary1100111011100011
Octal635143

Shades and tints

Shades of #330563

#330563
(51,5,99)
#2F055A
(47,5,90)
#2B0551
(43,5,81)
#270548
(39,5,72)
#23053F
(35,5,63)
#1F0536
(31,5,54)
#1B052D
(27,5,45)
#170524
(23,5,36)
#13051B
(19,5,27)
#0F0512
(15,5,18)
#0B0509
(11,5,9)
#000000
(0,0,0)

Tints of #330563

#330563
(51,5,99)
#451B71
(69,27,113)
#57317F
(87,49,127)
#69478D
(105,71,141)
#7B5D9B
(123,93,155)
#8D73A9
(141,115,169)
#9F89B7
(159,137,183)
#B19FC5
(177,159,197)
#C3B5D3
(195,181,211)
#D5CBE1
(213,203,225)
#E7E1EF
(231,225,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #330563 color. Also use rgb(51,5,99) instead hex code.

Text Font Color

.myTextColor { color: #330563; }

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

This text font color is #330563.


Background Color

.myBgColor { background-color: #330563; }

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

This div background color is #330563.


Border color

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

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

This div border color is #330563.


Opacity

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

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

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

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

This text has shadow with #330563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #330563 on black background.


Color preview on white background

This text has color #330563 on white background.



Black color preview on #330563 background

This text has black color on #330563 background.


White color preview on #330563 background

This text has white color on #330563 background.