#241560

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

Shades of Paris M #241560

Tints of Paris M #241560

Color information

#241560 (or 0x241560) is unknown color: approx Paris M. HEX triplet: 24, 15 and 60. RGB value is (36,21,96). Sum of RGB (Red+Green+Blue) = 36+21+96=153 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.53% from 153); Green value is 21 (8.59% from 255 or 13.73% from 153); Blue value is 96 (37.89% from 255 or 62.75% from 153); Max value from RGB is 96 - color contains mainly: blue. Hex color #241560 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241560 is #DBEA9F. Grayscale: #212121. Windows color (decimal): -14412448 or 6296868. OLE color: 6296868.

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

Color convert

RGB362196-
CMYK0.620.7800.62
HSL252º64.1%22.94%-
HSV(B)252º78.12%37.65%-
XYZ3.111.7611.24-
YUV34.04162.97129.4-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 23.53%
GREEN value IS 21 (8.59% from 255) = 13.73%
BLUE value IS 96 (37.89% from 255) = 62.75%
R=23.53%
G=13.73%
B=62.75%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3621960.620.7800.6225264.122.94
Hex2415603E4E03Efc4017
Octal44251407611607637410027
Binary1001001010111000001111101001110011111011111100100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241560; }

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

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

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

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

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

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

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

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