Color Hex Logo

#241380 Color Hex

#241380
(36,19,128)
0 Favorites   0 Comments

Color spaces of #241380

RGB 3619128
HSL0.690.740.29
HSV249°85°50°
CMYK 0.720.850.00   0.50
XYZ4.85672.399320.6292
Yxy2.39930.17420.0860
Hunter Lab15.489728.8607-68.1198
CIE-Lab17.456941.3291-57.1850

#241380 color RGB value is (36,19,128).

#241380 hex color red value is 36, green value is 19 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #241380 hue: 0.69 , saturation: 0.74 and the lightness value of 241380 is 0.29.

The process color (four color CMYK) of #241380 color hex is 0.72, 0.85, 0.00, 0.50. Web safe color of #241380 is #330099. Color #241380 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 00010011 10000000
Octal 44 23 200
Decimal 36 19 128
Hex 24 13 80

RGB Percentages of Color #241380

%19.67
%10.38
%69.95

CMYK Percentages of Color #241380

%72
%85
%0
%50

Triadic Colors of #241380

#241380 #802413 #138024

Analogous Colors of #241380

#241380 #5b1380 #133980

Monochromatic Colors of #241380

#241380

Complementary Color

#241380 #6f8013

#241380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#241380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#241380 Color CSS Codes

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

#241380 Text Font Color

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

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


#241380 Background Color

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

This div background color is #241380


#241380 Border Color

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

This div border color is #241380


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(36,19,128, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #241380; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #241380;
  -webkit-box-shadow: 1px 1px 3px 2px #241380;
  box-shadow:         1px 1px 3px 2px #241380; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(36,19,128, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #241380


Comments

No comments written yet.

Please login to write comment.