COLOR #300655

HEX: #300655 RGB: (48,6,85)

Color info

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

RGB color model

#300655 color RGB value is (48,6,85).

RGB: (48,6,85) (19%, 2%, 33%)

RGB channels and saturation

R 48 of 255 = 19%
G 6 of 255 = 2%
B 85 of 255 = 33%

48
6
85

R + G + B ~ 18%. #300655 is dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 6 + 85 = 139 (100%)
R 48 of 139 ~ 34.53%
G 6 of 139 ~ 4.32%
B 85 of 139 ~ 61.15'%

%34.53
%61.15

CMYK color model

#300655 color CMYK value is (44,93,0,67).

  • cyan value is 43.53%
  • magenta value is 92.94%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK: (44,93,0,67) C44M93Y0K67 (44%,93%,0%,67%) (0.44/0.93/0.00/0.67) 

CMYK percentages

%43.53
%92.94
%0
%66.67

Codes

Color #300655 in popluar color models

30 06 55
RGB 48 6 85
HSL 272° 86.81% 17.84%
HSB/HSV 272° 92.94% 33.33%
CMYK 43.53% 92.94% 0.00%
66.67%

Color #300655 in popluar number systems.

HEX 30 06 55
Decimal 48 6 85
Binary 110000 110 1010101
Octal 60 6 125

Shades and tints

Shades of #300655

#300655
(48,6,85)
#2C064E
(44,6,78)
#280647
(40,6,71)
#240640
(36,6,64)
#200639
(32,6,57)
#1C0632
(28,6,50)
#18062B
(24,6,43)
#140624
(20,6,36)
#10061D
(16,6,29)
#0C0616
(12,6,22)
#08060F
(8,6,15)
#000000
(0,0,0)

Tints of #300655

#300655
(48,6,85)
#421C64
(66,28,100)
#543273
(84,50,115)
#664882
(102,72,130)
#785E91
(120,94,145)
#8A74A0
(138,116,160)
#9C8AAF
(156,138,175)
#AEA0BE
(174,160,190)
#C0B6CD
(192,182,205)
#D2CCDC
(210,204,220)
#E4E2EB
(228,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #300655 color. Also use rgb(48,6,85) instead hex code.

Text Font Color

.myTextColor { color: #300655; }

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

This text font color is #300655.

Background Color

.myBgColor { background-color: #300655; }

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

This div background color is #300655.

Border color

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

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

This div border color is #300655.

Opacity

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

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

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

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

This text has shadow with #300655 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #300655.

Preview

Color preview on black background

This text has color #300655 on black background.


Color preview on white background

This text has color #300655 on white background.


Black color preview on #300655 background

This text has black color on #300655 background.


White color preview on #300655 background

This text has white color on #300655 background.


Related colors

Complementary color

Complementary color for #hex is #CFF9AA.


I love getcolorcode.com

Triadic colors

1 #553006 and #065530 with #300655 are triadic colors.

2 #550630 and #063055 with #300655 are triadic colors.