Color Hex Logo

#301581 Color Hex

#301581
(48,21,129)
0 Favorites   0 Comments

Color spaces of #301581

RGB 4821129
HSL0.710.720.29
HSV255°84°51°
CMYK 0.630.840.00   0.49
XYZ5.44952.749721.0124
Yxy2.74970.18660.0941
Hunter Lab16.582229.6425-63.5226
CIE-Lab19.012241.8863-55.2103

#301581 color RGB value is (48,21,129).

#301581 hex color red value is 48, green value is 21 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #301581 hue: 0.71 , saturation: 0.72 and the lightness value of 301581 is 0.29.

The process color (four color CMYK) of #301581 color hex is 0.63, 0.84, 0.00, 0.49. Web safe color of #301581 is #330099. Color #301581 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00010101 10000001
Octal 60 25 201
Decimal 48 21 129
Hex 30 15 81

RGB Percentages of Color #301581

%24.24
%10.61
%65.15

CMYK Percentages of Color #301581

%63
%84
%0
%49

Triadic Colors of #301581

#301581 #813015 #158130

Analogous Colors of #301581

#301581 #661581 #153081

Monochromatic Colors of #301581

#301581

Complementary Color

#301581 #668115

#301581 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#301581 Color Preview on White Background

Lorem ipsum dolor sit amet.

#301581 Color CSS Codes

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

#301581 Text Font Color

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

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


#301581 Background Color

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

This div background color is #301581


#301581 Border Color

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

This div border color is #301581


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,21,129, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #301581; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #301581;
  -webkit-box-shadow: 1px 1px 3px 2px #301581;
  box-shadow:         1px 1px 3px 2px #301581; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,21,129, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #301581


Comments

No comments written yet.

Please login to write comment.