Color Hex Logo

#391b4d Color Hex

#391B4D
(57,27,77)
0 Favorites   0 Comments

Color spaces of #391b4d

RGB 572777
HSL0.770.480.20
HSV276°65°30°
CMYK 0.260.650.00   0.70
XYZ3.41882.18957.2636
Yxy2.18950.26560.1701
Hunter Lab14.797015.3473-18.7467
CIE-Lab16.451925.1711-25.1622

#391b4d color RGB value is (57,27,77).

#391b4d hex color red value is 57, green value is 27 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #391b4d hue: 0.77 , saturation: 0.48 and the lightness value of 391b4d is 0.20.

The process color (four color CMYK) of #391b4d color hex is 0.26, 0.65, 0.00, 0.70. Web safe color of #391b4d is #333366. Color #391b4d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00011011 01001101
Octal 71 33 115
Decimal 57 27 77
Hex 39 1B 4D

RGB Percentages of Color #391b4d

%35.40
%16.77
%47.83

CMYK Percentages of Color #391b4d

%26
%65
%0
%70

Triadic Colors of #391b4d

#391b4d #4d391b #1b4d39

Analogous Colors of #391b4d

#391b4d #4d1b48 #201b4d

Monochromatic Colors of #391b4d

#391b4d

Complementary Color

#391b4d #2f4d1b

#391b4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#391b4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#391b4d Color CSS Codes

.mybgcolor {background-color:#391b4d; } 
.myforecolor {color:#391b4d; }
.mybordercolor {border:3px solid #391b4d; }

#391b4d Text Font Color

<p style="color:#391b4d">Text here</p>

This sample text font color is #391b4d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#391b4d Background Color

<div style="background-color:#391b4d">
Div content here</div>

This div background color is #391b4d


#391b4d Border Color

<div style="border:3px solid #391b4d">
Div here</div>

This div border color is #391b4d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,27,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #391b4d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #391b4d;
  -webkit-box-shadow: 1px 1px 3px 2px #391b4d;
  box-shadow:         1px 1px 3px 2px #391b4d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,27,77, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #391b4d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #391b4d;
  -webkit-box-shadow: 1px 1px 3px 2px #391b4d;
  box-shadow:         1px 1px 3px 2px #391b4d;">
Div content here</div>

This div box has shadow with color #391b4d


Comments

No comments written yet.

Please login to write comment.