#241961

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

Shades of Paris M #241961

Tints of Paris M #241961

Color information

#241961 (or 0x241961) is unknown color: approx Paris M. HEX triplet: 24, 19 and 61. RGB value is (36,25,97). Sum of RGB (Red+Green+Blue) = 36+25+97=158 (20% of max value = 765). Red value is 36 (14.45% from 255 or 22.78% from 158); Green value is 25 (10.16% from 255 or 15.82% from 158); Blue value is 97 (38.28% from 255 or 61.39% from 158); Max value from RGB is 97 - color contains mainly: blue. Hex color #241961 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241961 is #DBE69E. Grayscale: #242424. Windows color (decimal): -14411423 or 6363428. OLE color: 6363428.

HSL color Cylindrical-coordinate representation of color #241961: hue angle of 249.17º 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 #241961 is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB362597-
CMYK0.630.7400.62
HSL249.17º59.02%23.92%-
HSV(B)249.17º74.23%38.04%-
XYZ3.231.9311.51-
YUV36.5162.14127.65-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.78%
GREEN value IS 25 (10.16% from 255) = 15.82%
BLUE value IS 97 (38.28% from 255) = 61.39%
R=22.78%
G=15.82%
B=61.39%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3625970.630.7400.62249.1759.0223.92
Hex2419613F4A03Ef93b18
Octal4431141771120763717330
Binary100100110011100001111111100101001111101111100111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241961; }

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

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

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

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

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

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

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

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