Color Hex Logo

#422161 Color Hex

#422161
(66,33,97)
0 Favorites   0 Comments

Color spaces of #422161

RGB 663397
HSL0.750.490.25
HSV271°66°38°
CMYK 0.320.660.00   0.62
XYZ4.94833.109011.6486
Yxy3.10900.25110.1578
Hunter Lab17.632419.2372-26.8266
CIE-Lab20.475229.4783-32.0557

#422161 color RGB value is (66,33,97).

#422161 hex color red value is 66, green value is 33 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #422161 hue: 0.75 , saturation: 0.49 and the lightness value of 422161 is 0.25.

The process color (four color CMYK) of #422161 color hex is 0.32, 0.66, 0.00, 0.62. Web safe color of #422161 is #333366. Color #422161 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00100001 01100001
Octal 102 41 141
Decimal 66 33 97
Hex 42 21 61

RGB Percentages of Color #422161

%33.67
%16.84
%49.49

CMYK Percentages of Color #422161

%32
%66
%0
%62

Triadic Colors of #422161

#422161 #614221 #216142

Analogous Colors of #422161

#422161 #612160 #222161

Monochromatic Colors of #422161

#422161

Complementary Color

#422161 #406121

#422161 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#422161 Color Preview on White Background

Lorem ipsum dolor sit amet.

#422161 Color CSS Codes

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

#422161 Text Font Color

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

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


#422161 Background Color

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

This div background color is #422161


#422161 Border Color

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

This div border color is #422161


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,33,97, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #422161; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #422161;
  -webkit-box-shadow: 1px 1px 3px 2px #422161;
  box-shadow:         1px 1px 3px 2px #422161; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,33,97, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #422161


Comments

No comments written yet.

Please login to write comment.