#241460

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

Shades of Paris M #241460

Tints of Paris M #241460

Color information

#241460 (or 0x241460) is unknown color: approx Paris M. HEX triplet: 24, 14 and 60. RGB value is (36,20,96). Sum of RGB (Red+Green+Blue) = 36+20+96=152 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.68% from 152); Green value is 20 (8.20% from 255 or 13.16% from 152); Blue value is 96 (37.89% from 255 or 63.16% from 152); Max value from RGB is 96 - color contains mainly: blue. Hex color #241460 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241460 is #DBEB9F. Grayscale: #212121. Windows color (decimal): -14412704 or 6296612. OLE color: 6296612.

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

Color convert

RGB362096-
CMYK0.620.7900.62
HSL252.63º65.52%22.75%-
HSV(B)252.63º79.17%37.65%-
XYZ3.091.7211.24-
YUV33.45163.3129.82-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 23.68%
GREEN value IS 20 (8.20% from 255) = 13.16%
BLUE value IS 96 (37.89% from 255) = 63.16%
R=23.68%
G=13.16%
B=63.16%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3620960.620.7900.62252.6365.5222.75
Hex2414603E4F03Efd4217
Octal44241407611707637510227
Binary1001001010011000001111101001111011111011111101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241460; }

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

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

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

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

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

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

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

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