Color Hex Logo

#41307d Color Hex

#41307D
(65,48,125)
0 Favorites   0 Comments

Color spaces of #41307d

RGB 6548125
HSL0.700.450.34
HSV253°62°49°
CMYK 0.480.620.00   0.51
XYZ6.93864.718419.9471
Yxy4.71840.21950.1493
Hunter Lab21.721919.0048-39.2404
CIE-Lab25.916928.2922-41.3185

#41307d color RGB value is (65,48,125).

#41307d hex color red value is 65, green value is 48 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #41307d hue: 0.70 , saturation: 0.45 and the lightness value of 41307d is 0.34.

The process color (four color CMYK) of #41307d color hex is 0.48, 0.62, 0.00, 0.51. Web safe color of #41307d is #333366. Color #41307d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00110000 01111101
Octal 101 60 175
Decimal 65 48 125
Hex 41 30 7D

RGB Percentages of Color #41307d

%27.31
%20.17
%52.52

CMYK Percentages of Color #41307d

%48
%62
%0
%51

Triadic Colors of #41307d

#41307d #7d4130 #307d41

Analogous Colors of #41307d

#41307d #68307d #30467d

Monochromatic Colors of #41307d

#41307d

Complementary Color

#41307d #6c7d30

#41307d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41307d Color Preview on White Background

Lorem ipsum dolor sit amet.

#41307d Color CSS Codes

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

#41307d Text Font Color

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

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


#41307d Background Color

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

This div background color is #41307d


#41307d Border Color

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

This div border color is #41307d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41307d


Comments

No comments written yet.

Please login to write comment.