COLOR #380658

HEX: #380658
RGB: (56,6,88)

Color info

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

RGB color model

#380658 color RGB value is (56,6,88).

  • red value is 56;
  • green value is 6;
  • blue value is 88.
RGB:
(56,6,88)
(22%,2%,35%)

RGB channels and saturation

R 56 of 255 = 22%
G 6 of 255 = 2%
B 88 of 255 = 35%

56
6
88

R + G + B ~ 20%. #380658 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 6 + 88 = 150 (100%)
R 56 of 150 ~ 37.33%
G 6 of 150 ~ 4%
B 88 of 150 ~ 58.67%

%37.33
%58.67

CMYK color model

#380658 color CMYK value is (36,93,0,65).

  • cyan value is 36.36%
  • magenta value is 93.18%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(36,93,0,65)
C36M93Y0K65 
(36%,93%,0%,65%)
(0.36/0.93/0.00/0.65)	

CMYK percentages

%36.36
%93.18
%0
%65.49

Codes

Color #380658 in popluar color models

380658
RGB56688
HSL277°87.23%18.43%
HSB/HSV277°93.18%34.51%
CMYK36.36%93.18%0.00%
65.49%

Color #380658 in popluar number systems.

HEX380658
Decimal56688
Binary1110001101011000
Octal706130

Shades and tints

Shades of #380658

#380658
(56,6,88)
#330650
(51,6,80)
#2E0648
(46,6,72)
#290640
(41,6,64)
#240638
(36,6,56)
#1F0630
(31,6,48)
#1A0628
(26,6,40)
#150620
(21,6,32)
#100618
(16,6,24)
#0B0610
(11,6,16)
#060608
(6,6,8)
#000000
(0,0,0)

Tints of #380658

#380658
(56,6,88)
#4A1C67
(74,28,103)
#5C3276
(92,50,118)
#6E4885
(110,72,133)
#805E94
(128,94,148)
#9274A3
(146,116,163)
#A48AB2
(164,138,178)
#B6A0C1
(182,160,193)
#C8B6D0
(200,182,208)
#DACCDF
(218,204,223)
#ECE2EE
(236,226,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #380658; }

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

This text font color is #380658.


Background Color

.myBgColor { background-color: #380658; }

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

This div background color is #380658.


Border color

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

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

This div border color is #380658.


Opacity

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

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

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

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

This text has shadow with #380658 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #380658 on black background.


Color preview on white background

This text has color #380658 on white background.



Black color preview on #380658 background

This text has black color on #380658 background.


White color preview on #380658 background

This text has white color on #380658 background.