#241063

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

Shades of Paris M #241063

Tints of Paris M #241063

Color information

#241063 (or 0x241063) is unknown color: approx Paris M. HEX triplet: 24, 10 and 63. RGB value is (36,16,99). Sum of RGB (Red+Green+Blue) = 36+16+99=151 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.84% from 151); Green value is 16 (6.64% from 255 or 10.60% from 151); Blue value is 99 (39.06% from 255 or 65.56% from 151); Max value from RGB is 99 - color contains mainly: blue. Hex color #241063 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241063 is #DBEF9C. Grayscale: #1F1F1F. Windows color (decimal): -14413725 or 6492196. OLE color: 6492196.

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

Color convert

RGB361699-
CMYK0.640.8400.61
HSL254.46º72.17%22.55%-
HSV(B)254.46º83.84%38.82%-
XYZ3.161.6511.96-
YUV31.44166.13131.25-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 23.84%
GREEN value IS 16 (6.64% from 255) = 10.60%
BLUE value IS 99 (39.06% from 255) = 65.56%
R=23.84%
G=10.60%
B=65.56%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3616990.640.8400.61254.4672.1722.55
Hex241063405403Dfe4817
Octal442014310012407537611027
Binary10010010000110001110000001010100011110111111110100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241063; }

 p { color: rgb(36,16,99); }

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

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

 a { background-color: rgb(36,16,99); }

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

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

 span { border-color: rgb(36,16,99); }

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