COLOR #380CC1

HEX: #380CC1
RGB: (56,12,193)

Color info

#380CC1 contains mainly blue color. Web safe color of #380CC1 is #3300CC (or #30C).

RGB color model

#380CC1 color RGB value is (56,12,193).

  • red value is 56;
  • green value is 12;
  • blue value is 193.
RGB:
(56,12,193)
(22%,5%,76%)

RGB channels and saturation

R 56 of 255 = 22%
G 12 of 255 = 5%
B 193 of 255 = 76%

56
12
193

R + G + B ~ 34%. #380CC1 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 12 + 193 = 261 (100%)
R 56 of 261 ~ 21.46%
G 12 of 261 ~ 4.6%
B 193 of 261 ~ 73.95%

%21.46
%73.95

CMYK color model

#380CC1 color CMYK value is (71,94,0,24).

  • cyan value is 70.98%
  • magenta value is 93.78%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(71,94,0,24)
C71M94Y0K24 
(71%,94%,0%,24%)
(0.71/0.94/0.00/0.24)	

CMYK percentages

%70.98
%93.78
%0
%24.31

Codes

Color #380CC1 in popluar color models

380CC1
RGB5612193
HSL255°88.29%40.20%
HSB/HSV255°93.78%75.69%
CMYK70.98%93.78%0.00%
24.31%

Color #380CC1 in popluar number systems.

HEX380CC1
Decimal5612193
Binary111000110011000001
Octal7014301

Shades and tints

Shades of #380CC1

#380CC1
(56,12,193)
#330BB0
(51,11,176)
#2E0A9F
(46,10,159)
#29098E
(41,9,142)
#24087D
(36,8,125)
#1F076C
(31,7,108)
#1A065B
(26,6,91)
#15054A
(21,5,74)
#100439
(16,4,57)
#0B0328
(11,3,40)
#060217
(6,2,23)
#000000
(0,0,0)

Tints of #380CC1

#380CC1
(56,12,193)
#4A22C6
(74,34,198)
#5C38CB
(92,56,203)
#6E4ED0
(110,78,208)
#8064D5
(128,100,213)
#927ADA
(146,122,218)
#A490DF
(164,144,223)
#B6A6E4
(182,166,228)
#C8BCE9
(200,188,233)
#DAD2EE
(218,210,238)
#ECE8F3
(236,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #380CC1 color. Also use rgb(56,12,193) instead hex code.

Text Font Color

.myTextColor { color: #380CC1; }

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

This text font color is #380CC1.


Background Color

.myBgColor { background-color: #380CC1; }

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

This div background color is #380CC1.


Border color

.myBorderColor { border: 1px solid #380CC1; }

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

This div border color is #380CC1.


Opacity

.myOpacity80 { color: #380CC1; opacity: 0.8; }

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

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

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

This text has shadow with #380CC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #380CC1 on black background.


Color preview on white background

This text has color #380CC1 on white background.



Black color preview on #380CC1 background

This text has black color on #380CC1 background.


White color preview on #380CC1 background

This text has white color on #380CC1 background.