Color Hex Logo

#301579 Color Hex

#301579
(48,21,121)
0 Favorites   0 Comments

Color spaces of #301579

RGB 4821121
HSL0.710.700.28
HSV256°83°47°
CMYK 0.600.830.00   0.53
XYZ4.93832.545218.3202
Yxy2.54520.19140.0986
Hunter Lab15.953727.3339-56.9173
CIE-Lab18.121839.4967-51.5823

#301579 color RGB value is (48,21,121).

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

The process color (four color CMYK) of #301579 color hex is 0.60, 0.83, 0.00, 0.53. Web safe color of #301579 is #330066. Color #301579 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00010101 01111001
Octal 60 25 171
Decimal 48 21 121
Hex 30 15 79

RGB Percentages of Color #301579

%25.26
%11.05
%63.68

CMYK Percentages of Color #301579

%60
%83
%0
%53

Triadic Colors of #301579

#301579 #793015 #157930

Analogous Colors of #301579

#301579 #621579 #152c79

Monochromatic Colors of #301579

#301579

Complementary Color

#301579 #5e7915

#301579 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#301579 Color Preview on White Background

Lorem ipsum dolor sit amet.

#301579 Color CSS Codes

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

#301579 Text Font Color

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

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


#301579 Background Color

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

This div background color is #301579


#301579 Border Color

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

This div border color is #301579


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #301579


Comments

No comments written yet.

Please login to write comment.