Color Hex Logo

#422781 Color Hex

#422781
(66,39,129)
0 Favorites   0 Comments

Color spaces of #422781

RGB 6639129
HSL0.720.540.33
HSV258°70°51°
CMYK 0.490.700.00   0.49
XYZ6.93474.194321.2130
Yxy4.19430.21440.1297
Hunter Lab20.480024.6016-47.0761
CIE-Lab24.303735.2068-46.4538

#422781 color RGB value is (66,39,129).

#422781 hex color red value is 66, green value is 39 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #422781 hue: 0.72 , saturation: 0.54 and the lightness value of 422781 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00100111 10000001
Octal 102 47 201
Decimal 66 39 129
Hex 42 27 81

RGB Percentages of Color #422781

%28.21
%16.67
%55.13

CMYK Percentages of Color #422781

%49
%70
%0
%49

Triadic Colors of #422781

#422781 #814227 #278142

Analogous Colors of #422781

#422781 #6f2781 #273981

Monochromatic Colors of #422781

#422781

Complementary Color

#422781 #668127

#422781 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#422781 Color Preview on White Background

Lorem ipsum dolor sit amet.

#422781 Color CSS Codes

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

#422781 Text Font Color

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

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


#422781 Background Color

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

This div background color is #422781


#422781 Border Color

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

This div border color is #422781


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #422781


Comments

No comments written yet.

Please login to write comment.