Color Hex Logo

#61419f Color Hex

#61419F
(97,65,159)
0 Favorites   0 Comments

Color spaces of #61419f

RGB 9765159
HSL0.720.420.44
HSV260°59°62°
CMYK 0.390.590.00   0.38
XYZ13.07818.825233.8150
Yxy8.82520.23470.1584
Hunter Lab29.707226.5939-46.6932
CIE-Lab35.645535.5201-46.3958

#61419f color RGB value is (97,65,159).

#61419f hex color red value is 97, green value is 65 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #61419f hue: 0.72 , saturation: 0.42 and the lightness value of 61419f is 0.44.

The process color (four color CMYK) of #61419f color hex is 0.39, 0.59, 0.00, 0.38. Web safe color of #61419f is #663399. Color #61419f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01000001 10011111
Octal 141 101 237
Decimal 97 65 159
Hex 61 41 9F

RGB Percentages of Color #61419f

%30.22
%20.25
%49.53

CMYK Percentages of Color #61419f

%39
%59
%0
%38

Triadic Colors of #61419f

#61419f #9f6141 #419f61

Analogous Colors of #61419f

#61419f #90419f #41509f

Monochromatic Colors of #61419f

#61419f

Complementary Color

#61419f #7f9f41

#61419f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61419f Color Preview on White Background

Lorem ipsum dolor sit amet.

#61419f Color CSS Codes

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

#61419f Text Font Color

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

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


#61419f Background Color

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

This div background color is #61419f


#61419f Border Color

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

This div border color is #61419f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,65,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #61419f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #61419f;
  -webkit-box-shadow: 1px 1px 3px 2px #61419f;
  box-shadow:         1px 1px 3px 2px #61419f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61419f


Comments

No comments written yet.

Please login to write comment.