Color Hex Logo

#491380 Color Hex

#491380
(73,19,128)
0 Favorites   0 Comments

Color spaces of #491380

RGB 7319128
HSL0.750.740.29
HSV270°85°50°
CMYK 0.430.850.00   0.50
XYZ6.87683.440720.7238
Yxy3.44070.22150.1108
Hunter Lab18.549133.7151-53.2567
CIE-Lab21.728945.7220-49.9949

#491380 color RGB value is (73,19,128).

#491380 hex color red value is 73, green value is 19 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #491380 hue: 0.75 , saturation: 0.74 and the lightness value of 491380 is 0.29.

The process color (four color CMYK) of #491380 color hex is 0.43, 0.85, 0.00, 0.50. Web safe color of #491380 is #330099. Color #491380 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00010011 10000000
Octal 111 23 200
Decimal 73 19 128
Hex 49 13 80

RGB Percentages of Color #491380

%33.18
%8.64
%58.18

CMYK Percentages of Color #491380

%43
%85
%0
%50

Triadic Colors of #491380

#491380 #804913 #138049

Analogous Colors of #491380

#491380 #801380 #131480

Monochromatic Colors of #491380

#491380

Complementary Color

#491380 #4a8013

#491380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#491380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#491380 Color CSS Codes

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

#491380 Text Font Color

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

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


#491380 Background Color

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

This div background color is #491380


#491380 Border Color

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

This div border color is #491380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #491380


Comments

No comments written yet.

Please login to write comment.