#241962

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

Shades of Paris M #241962

Tints of Paris M #241962

Color information

#241962 (or 0x241962) is unknown color: approx Paris M. HEX triplet: 24, 19 and 62. RGB value is (36,25,98). Sum of RGB (Red+Green+Blue) = 36+25+98=159 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.64% from 159); Green value is 25 (10.16% from 255 or 15.72% from 159); Blue value is 98 (38.67% from 255 or 61.64% from 159); Max value from RGB is 98 - color contains mainly: blue. Hex color #241962 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241962 is #DBE69D. Grayscale: #242424. Windows color (decimal): -14411422 or 6428964. OLE color: 6428964.

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

Color convert

RGB362598-
CMYK0.630.7400.62
HSL249.04º59.35%24.12%-
HSV(B)249.04º74.49%38.43%-
XYZ3.281.9511.76-
YUV36.61162.64127.56-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.64%
GREEN value IS 25 (10.16% from 255) = 15.72%
BLUE value IS 98 (38.67% from 255) = 61.64%
R=22.64%
G=15.72%
B=61.64%

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
Decimal3625980.630.7400.62249.0459.3524.12
Hex2419623F4A03Ef93b18
Octal4431142771120763717330
Binary100100110011100010111111100101001111101111100111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241962; }

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

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

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

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

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

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

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

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