Color Hex Logo

#301999 Color Hex

#301999
(48,25,153)
0 Favorites   0 Comments

Color spaces of #301999

RGB 4825153
HSL0.700.720.35
HSV251°84°60°
CMYK 0.690.840.00   0.40
XYZ7.31633.623530.4508
Yxy3.62350.17680.0875
Hunter Lab19.035535.2944-81.5205
CIE-Lab22.385547.2388-64.6086

#301999 color RGB value is (48,25,153).

#301999 hex color red value is 48, green value is 25 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #301999 hue: 0.70 , saturation: 0.72 and the lightness value of 301999 is 0.35.

The process color (four color CMYK) of #301999 color hex is 0.69, 0.84, 0.00, 0.40. Web safe color of #301999 is #330099. Color #301999 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00011001 10011001
Octal 60 31 231
Decimal 48 25 153
Hex 30 19 99

RGB Percentages of Color #301999

%21.24
%11.06
%67.70

CMYK Percentages of Color #301999

%69
%84
%0
%40

Triadic Colors of #301999

#301999 #993019 #199930

Analogous Colors of #301999

#301999 #701999 #194299

Monochromatic Colors of #301999

#301999

Complementary Color

#301999 #829919

#301999 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#301999 Color Preview on White Background

Lorem ipsum dolor sit amet.

#301999 Color CSS Codes

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

#301999 Text Font Color

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

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


#301999 Background Color

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

This div background color is #301999


#301999 Border Color

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

This div border color is #301999


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #301999


Comments

No comments written yet.

Please login to write comment.