Color Hex Logo

#291463 Color Hex

#291463
(41,20,99)
0 Favorites   0 Comments

Color spaces of #291463

RGB 412099
HSL0.710.660.23
HSV256°80°39°
CMYK 0.590.800.00   0.61
XYZ3.41671.872611.9857
Yxy1.87260.19780.1084
Hunter Lab13.684320.6204-42.3515
CIE-Lab14.803932.2404-42.7410

#291463 color RGB value is (41,20,99).

#291463 hex color red value is 41, green value is 20 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #291463 hue: 0.71 , saturation: 0.66 and the lightness value of 291463 is 0.23.

The process color (four color CMYK) of #291463 color hex is 0.59, 0.80, 0.00, 0.61. Web safe color of #291463 is #330066. Color #291463 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00010100 01100011
Octal 51 24 143
Decimal 41 20 99
Hex 29 14 63

RGB Percentages of Color #291463

%25.63
%12.50
%61.88

CMYK Percentages of Color #291463

%59
%80
%0
%61

Triadic Colors of #291463

#291463 #632914 #146329

Analogous Colors of #291463

#291463 #511463 #142763

Monochromatic Colors of #291463

#291463

Complementary Color

#291463 #4e6314

#291463 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#291463 Color Preview on White Background

Lorem ipsum dolor sit amet.

#291463 Color CSS Codes

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

#291463 Text Font Color

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

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


#291463 Background Color

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

This div background color is #291463


#291463 Border Color

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

This div border color is #291463


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,20,99, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #291463; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #291463;
  -webkit-box-shadow: 1px 1px 3px 2px #291463;
  box-shadow:         1px 1px 3px 2px #291463; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,20,99, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #291463


Comments

No comments written yet.

Please login to write comment.