Color Hex Logo

#424191 Color Hex

#424191
(66,65,145)
0 Favorites   0 Comments

Color spaces of #424191

RGB 6665145
HSL0.670.380.41
HSV241°55°57°
CMYK 0.540.550.00   0.43
XYZ9.24796.983227.6485
Yxy6.98320.21080.1591
Hunter Lab26.425716.2224-43.5354
CIE-Lab31.768624.0709-44.2889

#424191 color RGB value is (66,65,145).

#424191 hex color red value is 66, green value is 65 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #424191 hue: 0.67 , saturation: 0.38 and the lightness value of 424191 is 0.41.

The process color (four color CMYK) of #424191 color hex is 0.54, 0.55, 0.00, 0.43. Web safe color of #424191 is #333399. Color #424191 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000001 10010001
Octal 102 101 221
Decimal 66 65 145
Hex 42 41 91

RGB Percentages of Color #424191

%23.91
%23.55
%52.54

CMYK Percentages of Color #424191

%54
%55
%0
%43

Triadic Colors of #424191

#424191 #914241 #419142

Analogous Colors of #424191

#424191 #6a4191 #416891

Monochromatic Colors of #424191

#424191

Complementary Color

#424191 #909141

#424191 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424191 Color Preview on White Background

Lorem ipsum dolor sit amet.

#424191 Color CSS Codes

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

#424191 Text Font Color

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

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


#424191 Background Color

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

This div background color is #424191


#424191 Border Color

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

This div border color is #424191


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424191


Comments

No comments written yet.

Please login to write comment.