COLOR #380666

HEX: #380666 RGB: (56,6,102)

Color info

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

RGB color model

#380666 color RGB value is (56,6,102).

RGB: (56,6,102) (22%, 2%, 40%)

RGB channels and saturation

R 56 of 255 = 22%
G 6 of 255 = 2%
B 102 of 255 = 40%

56
6
102

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

Portions of RGB colors in percentages

R + G + B = 56 + 6 + 102 = 164 (100%)
R 56 of 164 ~ 34.15%
G 6 of 164 ~ 3.66%
B 102 of 164 ~ 62.2'%

%34.15
%62.2

CMYK color model

#380666 color CMYK value is (45,94,0,60).

  • cyan value is 45.10%
  • magenta value is 94.12%
  • yellow value is 0.00%
  • key color value is 60.00%

CMYK: (45,94,0,60)
C45M94Y0K60 (45%, 94%, 0%, 60%)
(0.45 / 0.94 / 0.00 / 0.60)

CMYK percentages

%45.1
%94.12
%0
%60

Codes

Color #380666 in popluar color models

38 06 66
RGB 56 6 102
HSL 271° 88.89% 21.18%
HSB/HSV 271° 94.12% 40.00%
CMYK 45.10% 94.12% 0.00%
60.00%

Color #380666 in popluar number systems.

HEX 38 06 66
Decimal 56 6 102
Binary 111000 110 1100110
Octal 70 6 146

Shades and tints

Shades of #380666

#380666
(56,6,102)
#33065D
(51,6,93)
#2E0654
(46,6,84)
#29064B
(41,6,75)
#240642
(36,6,66)
#1F0639
(31,6,57)
#1A0630
(26,6,48)
#150627
(21,6,39)
#10061E
(16,6,30)
#0B0615
(11,6,21)
#06060C
(6,6,12)
#000000
(0,0,0)

Tints of #380666

#380666
(56,6,102)
#4A1C73
(74,28,115)
#5C3280
(92,50,128)
#6E488D
(110,72,141)
#805E9A
(128,94,154)
#9274A7
(146,116,167)
#A48AB4
(164,138,180)
#B6A0C1
(182,160,193)
#C8B6CE
(200,182,206)
#DACCDB
(218,204,219)
#ECE2E8
(236,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #380666 color. Also use rgb(56,6,102) instead hex code.

Text Font Color

.myTextColor { color: #380666; }

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

This text font color is #380666.

Background Color

.myBgColor { background-color: #380666; }

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

This div background color is #380666.

Border color

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

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

This div border color is #380666.

Opacity

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

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

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

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

This text has shadow with #380666 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #380666.

Preview

Color preview on black background

This text has color #380666 on black background.


Color preview on white background

This text has color #380666 on white background.


Black color preview on #380666 background

This text has black color on #380666 background.


White color preview on #380666 background

This text has white color on #380666 background.


Related colors

Complementary color

Complementary color for #hex is #C7F999.


I love getcolorcode.com

Triadic colors

1 #663806 and #066638 with #380666 are triadic colors.

2 #660638 and #063866 with #380666 are triadic colors.