COLOR #380A92

HEX: #380A92
RGB: (56,10,146)

Color info

#380A92 contains mainly blue color. Web safe color of #380A92 is #330099 (or #309).

RGB color model

#380A92 color RGB value is (56,10,146).

  • red value is 56;
  • green value is 10;
  • blue value is 146.
RGB:
(56,10,146)
(22%,4%,57%)

RGB channels and saturation

R 56 of 255 = 22%
G 10 of 255 = 4%
B 146 of 255 = 57%

56
10
146

R + G + B ~ 28%. #380A92 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 10 + 146 = 212 (100%)
R 56 of 212 ~ 26.42%
G 10 of 212 ~ 4.72%
B 146 of 212 ~ 68.87%

%26.42
%68.87

CMYK color model

#380A92 color CMYK value is (62,93,0,43).

  • cyan value is 61.64%
  • magenta value is 93.15%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(62,93,0,43)
C62M93Y0K43 
(62%,93%,0%,43%)
(0.62/0.93/0.00/0.43)	

CMYK percentages

%61.64
%93.15
%0
%42.75

Codes

Color #380A92 in popluar color models

380A92
RGB5610146
HSL260°87.18%30.59%
HSB/HSV260°93.15%57.25%
CMYK61.64%93.15%0.00%
42.75%

Color #380A92 in popluar number systems.

HEX380A92
Decimal5610146
Binary111000101010010010
Octal7012222

Shades and tints

Shades of #380A92

#380A92
(56,10,146)
#330A85
(51,10,133)
#2E0A78
(46,10,120)
#290A6B
(41,10,107)
#240A5E
(36,10,94)
#1F0A51
(31,10,81)
#1A0A44
(26,10,68)
#150A37
(21,10,55)
#100A2A
(16,10,42)
#0B0A1D
(11,10,29)
#060A10
(6,10,16)
#000000
(0,0,0)

Tints of #380A92

#380A92
(56,10,146)
#4A209B
(74,32,155)
#5C36A4
(92,54,164)
#6E4CAD
(110,76,173)
#8062B6
(128,98,182)
#9278BF
(146,120,191)
#A48EC8
(164,142,200)
#B6A4D1
(182,164,209)
#C8BADA
(200,186,218)
#DAD0E3
(218,208,227)
#ECE6EC
(236,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #380A92 color. Also use rgb(56,10,146) instead hex code.

Text Font Color

.myTextColor { color: #380A92; }

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

This text font color is #380A92.


Background Color

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

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

This div background color is #380A92.


Border color

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

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

This div border color is #380A92.


Opacity

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

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

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

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

This text has shadow with #380A92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #380A92 on black background.


Color preview on white background

This text has color #380A92 on white background.



Black color preview on #380A92 background

This text has black color on #380A92 background.


White color preview on #380A92 background

This text has white color on #380A92 background.