COLOR #300279

HEX: #300279
RGB: (48,2,121)

Color info

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

RGB color model

#300279 color RGB value is (48,2,121).

  • red value is 48;
  • green value is 2;
  • blue value is 121.
RGB:
(48,2,121)
(19%,1%,47%)

RGB channels and saturation

R 48 of 255 = 19%
G 2 of 255 = 1%
B 121 of 255 = 47%

48
2
121

R + G + B ~ 22%. #300279 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 2 + 121 = 171 (100%)
R 48 of 171 ~ 28.07%
G 2 of 171 ~ 1.17%
B 121 of 171 ~ 70.76%

%28.07
%70.76

CMYK color model

#300279 color CMYK value is (60,98,0,53).

  • cyan value is 60.33%
  • magenta value is 98.35%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(60,98,0,53)
C60M98Y0K53 
(60%,98%,0%,53%)
(0.60/0.98/0.00/0.53)	

CMYK percentages

%60.33
%98.35
%0
%52.55

Codes

Color #300279 in popluar color models

300279
RGB482121
HSL263°96.75%24.12%
HSB/HSV263°98.35%47.45%
CMYK60.33%98.35%0.00%
52.55%

Color #300279 in popluar number systems.

HEX300279
Decimal482121
Binary110000101111001
Octal602171

Shades and tints

Shades of #300279

#300279
(48,2,121)
#2C026E
(44,2,110)
#280263
(40,2,99)
#240258
(36,2,88)
#20024D
(32,2,77)
#1C0242
(28,2,66)
#180237
(24,2,55)
#14022C
(20,2,44)
#100221
(16,2,33)
#0C0216
(12,2,22)
#08020B
(8,2,11)
#000000
(0,0,0)

Tints of #300279

#300279
(48,2,121)
#421985
(66,25,133)
#543091
(84,48,145)
#66479D
(102,71,157)
#785EA9
(120,94,169)
#8A75B5
(138,117,181)
#9C8CC1
(156,140,193)
#AEA3CD
(174,163,205)
#C0BAD9
(192,186,217)
#D2D1E5
(210,209,229)
#E4E8F1
(228,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #300279 color. Also use rgb(48,2,121) instead hex code.

Text Font Color

.myTextColor { color: #300279; }

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

This text font color is #300279.


Background Color

.myBgColor { background-color: #300279; }

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

This div background color is #300279.


Border color

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

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

This div border color is #300279.


Opacity

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

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

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

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

This text has shadow with #300279 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #300279 on black background.


Color preview on white background

This text has color #300279 on white background.



Black color preview on #300279 background

This text has black color on #300279 background.


White color preview on #300279 background

This text has white color on #300279 background.