Color Hex Logo

#431361 Color Hex

#431361
(67,19,97)
0 Favorites   0 Comments

Color spaces of #431361

RGB 671997
HSL0.770.670.23
HSV277°80°38°
CMYK 0.310.800.00   0.62
XYZ4.70532.522111.5481
Yxy2.52210.25060.1343
Hunter Lab15.881125.0945-31.9965
CIE-Lab18.018336.9612-36.0181

#431361 color RGB value is (67,19,97).

#431361 hex color red value is 67, green value is 19 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #431361 hue: 0.77 , saturation: 0.67 and the lightness value of 431361 is 0.23.

The process color (four color CMYK) of #431361 color hex is 0.31, 0.80, 0.00, 0.62. Web safe color of #431361 is #330066. Color #431361 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 00010011 01100001
Octal 103 23 141
Decimal 67 19 97
Hex 43 13 61

RGB Percentages of Color #431361

%36.61
%10.38
%53.01

CMYK Percentages of Color #431361

%31
%80
%0
%62

Triadic Colors of #431361

#431361 #614313 #136143

Analogous Colors of #431361

#431361 #611358 #1c1361

Monochromatic Colors of #431361

#431361

Complementary Color

#431361 #316113

#431361 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#431361 Color Preview on White Background

Lorem ipsum dolor sit amet.

#431361 Color CSS Codes

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

#431361 Text Font Color

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

This sample text font color is #431361
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.


#431361 Background Color

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

This div background color is #431361


#431361 Border Color

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

This div border color is #431361


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,19,97, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #431361; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #431361;
  -webkit-box-shadow: 1px 1px 3px 2px #431361;
  box-shadow:         1px 1px 3px 2px #431361; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(67,19,97, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #431361


Comments

No comments written yet.

Please login to write comment.