#241964

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

Shades of Paris M #241964

Tints of Paris M #241964

Color information

#241964 (or 0x241964) is unknown color: approx Paris M. HEX triplet: 24, 19 and 64. RGB value is (36,25,100). Sum of RGB (Red+Green+Blue) = 36+25+100=161 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.36% from 161); Green value is 25 (10.16% from 255 or 15.53% from 161); Blue value is 100 (39.45% from 255 or 62.11% from 161); Max value from RGB is 100 - color contains mainly: blue. Hex color #241964 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241964 is #DBE69B. Grayscale: #242424. Windows color (decimal): -14411420 or 6560036. OLE color: 6560036.

HSL color Cylindrical-coordinate representation of color #241964: hue angle of 248.8º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #241964 is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB3625100-
CMYK0.640.7500.61
HSL248.8º60%24.51%-
HSV(B)248.8º75%39.22%-
XYZ3.381.9912.26-
YUV36.84163.64127.4-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.36%
GREEN value IS 25 (10.16% from 255) = 15.53%
BLUE value IS 100 (39.45% from 255) = 62.11%
R=22.36%
G=15.53%
B=62.11%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal36251000.640.7500.61248.86024.51
Hex241964404B03Df93c19
Octal44311441001130753717431
Binary1001001100111001001000000100101101111011111100111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241964; }

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

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

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

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

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

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

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

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