Color Hex Logo

#412097 Color Hex

#412097
(65,32,151)
0 Favorites   0 Comments

Color spaces of #412097

RGB 6532151
HSL0.710.650.36
HSV257°79°59°
CMYK 0.570.790.00   0.41
XYZ8.28244.391229.6892
Yxy4.39120.19550.1037
Hunter Lab20.955233.8794-69.3331
CIE-Lab24.924745.2715-59.1310

#412097 color RGB value is (65,32,151).

#412097 hex color red value is 65, green value is 32 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #412097 hue: 0.71 , saturation: 0.65 and the lightness value of 412097 is 0.36.

The process color (four color CMYK) of #412097 color hex is 0.57, 0.79, 0.00, 0.41. Web safe color of #412097 is #333399. Color #412097 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00100000 10010111
Octal 101 40 227
Decimal 65 32 151
Hex 41 20 97

RGB Percentages of Color #412097

%26.21
%12.90
%60.89

CMYK Percentages of Color #412097

%57
%79
%0
%41

Triadic Colors of #412097

#412097 #974120 #209741

Analogous Colors of #412097

#412097 #7d2097 #203b97

Monochromatic Colors of #412097

#412097

Complementary Color

#412097 #769720

#412097 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#412097 Color Preview on White Background

Lorem ipsum dolor sit amet.

#412097 Color CSS Codes

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

#412097 Text Font Color

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

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


#412097 Background Color

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

This div background color is #412097


#412097 Border Color

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

This div border color is #412097


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #412097


Comments

No comments written yet.

Please login to write comment.