Color Hex Logo

#412483 Color Hex

#412483
(65,36,131)
0 Favorites   0 Comments

Color spaces of #412483

RGB 6536131
HSL0.720.570.33
HSV258°73°51°
CMYK 0.500.730.00   0.49
XYZ6.90764.024321.8854
Yxy4.02430.21050.1226
Hunter Lab20.060726.3578-50.6406
CIE-Lab23.751637.3138-48.6179

#412483 color RGB value is (65,36,131).

#412483 hex color red value is 65, green value is 36 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #412483 hue: 0.72 , saturation: 0.57 and the lightness value of 412483 is 0.33.

The process color (four color CMYK) of #412483 color hex is 0.50, 0.73, 0.00, 0.49. Web safe color of #412483 is #333399. Color #412483 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00100100 10000011
Octal 101 44 203
Decimal 65 36 131
Hex 41 24 83

RGB Percentages of Color #412483

%28.02
%15.52
%56.47

CMYK Percentages of Color #412483

%50
%73
%0
%49

Triadic Colors of #412483

#412483 #834124 #248341

Analogous Colors of #412483

#412483 #712483 #243683

Monochromatic Colors of #412483

#412483

Complementary Color

#412483 #668324

#412483 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#412483 Color Preview on White Background

Lorem ipsum dolor sit amet.

#412483 Color CSS Codes

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

#412483 Text Font Color

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

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


#412483 Background Color

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

This div background color is #412483


#412483 Border Color

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

This div border color is #412483


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #412483


Comments

No comments written yet.

Please login to write comment.