Color Hex Logo

#291baf Color Hex

#291BAF
(41,27,175)
0 Favorites   0 Comments

Color spaces of #291baf

RGB 4127175
HSL0.680.730.40
HSV246°85°69°
CMYK 0.770.850.00   0.31
XYZ9.04424.350440.9205
Yxy4.35040.16650.0801
Hunter Lab20.857640.8997-101.7206
CIE-Lab24.797652.4175-73.9895

#291baf color RGB value is (41,27,175).

#291baf hex color red value is 41, green value is 27 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #291baf hue: 0.68 , saturation: 0.73 and the lightness value of 291baf is 0.40.

The process color (four color CMYK) of #291baf color hex is 0.77, 0.85, 0.00, 0.31. Web safe color of #291baf is #333399. Color #291baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00011011 10101111
Octal 51 33 257
Decimal 41 27 175
Hex 29 1B AF

RGB Percentages of Color #291baf

%16.87
%11.11
%72.02

CMYK Percentages of Color #291baf

%77
%85
%0
%31

Triadic Colors of #291baf

#291baf #af291b #1baf29

Analogous Colors of #291baf

#291baf #731baf #1b57af

Monochromatic Colors of #291baf

#291baf

Complementary Color

#291baf #a1af1b

#291baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#291baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#291baf Color CSS Codes

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

#291baf Text Font Color

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

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


#291baf Background Color

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

This div background color is #291baf


#291baf Border Color

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

This div border color is #291baf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,27,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #291baf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #291baf;
  -webkit-box-shadow: 1px 1px 3px 2px #291baf;
  box-shadow:         1px 1px 3px 2px #291baf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #291baf


Comments

No comments written yet.

Please login to write comment.