Color Hex Logo

#301241 Color Hex

#301241
(48,18,65)
0 Favorites   0 Comments

Color spaces of #301241

RGB 481865
HSL0.770.570.16
HSV278°72°25°
CMYK 0.260.720.00   0.75
XYZ2.38941.44265.1536
Yxy1.44260.26590.1605
Hunter Lab12.010814.4913-17.0325
CIE-Lab12.238424.7544-23.6590

#301241 color RGB value is (48,18,65).

#301241 hex color red value is 48, green value is 18 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #301241 hue: 0.77 , saturation: 0.57 and the lightness value of 301241 is 0.16.

The process color (four color CMYK) of #301241 color hex is 0.26, 0.72, 0.00, 0.75. Web safe color of #301241 is #330033. Color #301241 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00010010 01000001
Octal 60 22 101
Decimal 48 18 65
Hex 30 12 41

RGB Percentages of Color #301241

%36.64
%13.74
%49.62

CMYK Percentages of Color #301241

%26
%72
%0
%75

Triadic Colors of #301241

#301241 #413012 #124130

Analogous Colors of #301241

#301241 #41123a #191241

Monochromatic Colors of #301241

#301241

Complementary Color

#301241 #234112

#301241 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#301241 Color Preview on White Background

Lorem ipsum dolor sit amet.

#301241 Color CSS Codes

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

#301241 Text Font Color

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

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


#301241 Background Color

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

This div background color is #301241


#301241 Border Color

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

This div border color is #301241


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #301241


Comments

No comments written yet.

Please login to write comment.