#241A60

Color #241A60 Paris M (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris M #241A60

Tints of Paris M #241A60

Color information

#241A60 (or 0x241A60) is unknown color: approx Paris M. HEX triplet: 24, 1A and 60. RGB value is (36,26,96). Sum of RGB (Red+Green+Blue) = 36+26+96=158 (20% of max value = 765). Red value is 36 (14.45% from 255 or 22.78% from 158); Green value is 26 (10.55% from 255 or 16.46% from 158); Blue value is 96 (37.89% from 255 or 60.76% from 158); Max value from RGB is 96 - color contains mainly: blue. Hex color #241A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #241A60 is #DBE59F. Grayscale: #242424. Windows color (decimal): -14411168 or 6298148. OLE color: 6298148.

HSL color Cylindrical-coordinate representation of color #241A60: hue angle of 248.57º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #241A60 is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB362696-
CMYK0.620.7300.62
HSL248.57º57.38%23.92%-
HSV(B)248.57º72.92%37.65%-
XYZ3.211.9611.28-
YUV36.97161.31127.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 36 (14.45% from 255) = 22.78%
GREEN value IS 26 (10.55% from 255) = 16.46%
BLUE value IS 96 (37.89% from 255) = 60.76%
R=22.78%
G=16.46%
B=60.76%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3626960.620.7300.62248.5757.3823.92
Hex241A603E4903Ef93918
Octal4432140761110763717130
Binary100100110101100000111110100100101111101111100111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241A60; }

 p { color: rgb(36,26,96); }

 H1.HeaderClassName
 {
   color: #241A60;
 }
 .AnyTagClassName
 {
   color: #241A60;
 }
</style>
background-color css

<style>
 a { background-color: #241A60; }

 a { background-color: rgb(36,26,96); }

 div.DivClassName
 {
   background-color: #241A60;
 }
 .BgClassName
 {
   background-color: #241A60;
 }
</style>
border-color css

<style>
 span { border-color: #241A60; }

 span { border-color: rgb(36,26,96); }

 td.TdClassName
 {
   border-color: #241A60;
 }
 .TagClassName
 {
   border-color: #241A60;
 }
</style>