#241960

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

Shades of Paris M #241960

Tints of Paris M #241960

Color information

#241960 (or 0x241960) is unknown color: approx Paris M. HEX triplet: 24, 19 and 60. RGB value is (36,25,96). Sum of RGB (Red+Green+Blue) = 36+25+96=157 (20% of max value = 765). Red value is 36 (14.45% from 255 or 22.93% from 157); Green value is 25 (10.16% from 255 or 15.92% from 157); Blue value is 96 (37.89% from 255 or 61.15% from 157); Max value from RGB is 96 - color contains mainly: blue. Hex color #241960 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241960 is #DBE69F. Grayscale: #242424. Windows color (decimal): -14411424 or 6297892. OLE color: 6297892.

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

Color convert

RGB362596-
CMYK0.620.7400.62
HSL249.3º58.68%23.73%-
HSV(B)249.3º73.96%37.65%-
XYZ3.191.9111.27-
YUV36.38161.64127.73-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.93%
GREEN value IS 25 (10.16% from 255) = 15.92%
BLUE value IS 96 (37.89% from 255) = 61.15%
R=22.93%
G=15.92%
B=61.15%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3625960.620.7400.62249.358.6823.73
Hex2419603E4A03Ef93b18
Octal4431140761120763717330
Binary100100110011100000111110100101001111101111100111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241960; }

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

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

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

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

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

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

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

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