#241462

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

Shades of Paris M #241462

Tints of Paris M #241462

Color information

#241462 (or 0x241462) is unknown color: approx Paris M. HEX triplet: 24, 14 and 62. RGB value is (36,20,98). Sum of RGB (Red+Green+Blue) = 36+20+98=154 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.38% from 154); Green value is 20 (8.20% from 255 or 12.99% from 154); Blue value is 98 (38.67% from 255 or 63.64% from 154); Max value from RGB is 98 - color contains mainly: blue. Hex color #241462 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241462 is #DBEB9D. Grayscale: #212121. Windows color (decimal): -14412702 or 6427684. OLE color: 6427684.

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

Color convert

RGB362098-
CMYK0.630.8000.62
HSL252.31º66.1%23.14%-
HSV(B)252.31º79.59%38.43%-
XYZ3.181.7611.73-
YUV33.68164.3129.66-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 23.38%
GREEN value IS 20 (8.20% from 255) = 12.99%
BLUE value IS 98 (38.67% from 255) = 63.64%
R=23.38%
G=12.99%
B=63.64%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3620980.630.8000.62252.3166.123.14
Hex2414623F5003Efc4217
Octal44241427712007637410227
Binary1001001010011000101111111010000011111011111100100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241462; }

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

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

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

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

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

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

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

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