COLOR #380563

HEX: #380563
RGB: (56,5,99)

Color info

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

RGB color model

#380563 color RGB value is (56,5,99).

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

RGB channels and saturation

R 56 of 255 = 22%
G 5 of 255 = 2%
B 99 of 255 = 39%

56
5
99

R + G + B ~ 21%. #380563 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 5 + 99 = 160 (100%)
R 56 of 160 ~ 35%
G 5 of 160 ~ 3.13%
B 99 of 160 ~ 61.88%

%35
%61.88

CMYK color model

#380563 color CMYK value is (43,95,0,61).

  • cyan value is 43.43%
  • magenta value is 94.95%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(43,95,0,61)
C43M95Y0K61 
(43%,95%,0%,61%)
(0.43/0.95/0.00/0.61)	

CMYK percentages

%43.43
%94.95
%0
%61.18

Codes

Color #380563 in popluar color models

380563
RGB56599
HSL273°90.38%20.39%
HSB/HSV273°94.95%38.82%
CMYK43.43%94.95%0.00%
61.18%

Color #380563 in popluar number systems.

HEX380563
Decimal56599
Binary1110001011100011
Octal705143

Shades and tints

Shades of #380563

#380563
(56,5,99)
#33055A
(51,5,90)
#2E0551
(46,5,81)
#290548
(41,5,72)
#24053F
(36,5,63)
#1F0536
(31,5,54)
#1A052D
(26,5,45)
#150524
(21,5,36)
#10051B
(16,5,27)
#0B0512
(11,5,18)
#060509
(6,5,9)
#000000
(0,0,0)

Tints of #380563

#380563
(56,5,99)
#4A1B71
(74,27,113)
#5C317F
(92,49,127)
#6E478D
(110,71,141)
#805D9B
(128,93,155)
#9273A9
(146,115,169)
#A489B7
(164,137,183)
#B69FC5
(182,159,197)
#C8B5D3
(200,181,211)
#DACBE1
(218,203,225)
#ECE1EF
(236,225,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #380563; }

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

This text font color is #380563.


Background Color

.myBgColor { background-color: #380563; }

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

This div background color is #380563.


Border color

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

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

This div border color is #380563.


Opacity

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

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

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

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

This text has shadow with #380563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #380563 on black background.


Color preview on white background

This text has color #380563 on white background.



Black color preview on #380563 background

This text has black color on #380563 background.


White color preview on #380563 background

This text has white color on #380563 background.