#241262

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

Shades of Paris M #241262

Tints of Paris M #241262

Color information

#241262 (or 0x241262) is unknown color: approx Paris M. HEX triplet: 24, 12 and 62. RGB value is (36,18,98). Sum of RGB (Red+Green+Blue) = 36+18+98=152 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.68% from 152); Green value is 18 (7.42% from 255 or 11.84% from 152); Blue value is 98 (38.67% from 255 or 64.47% from 152); Max value from RGB is 98 - color contains mainly: blue. Hex color #241262 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241262 is #DBED9D. Grayscale: #202020. Windows color (decimal): -14413214 or 6427172. OLE color: 6427172.

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

Color convert

RGB361898-
CMYK0.630.8200.62
HSL253.5º68.97%22.75%-
HSV(B)253.5º81.63%38.43%-
XYZ3.151.6911.72-
YUV32.5164.96130.5-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 23.68%
GREEN value IS 18 (7.42% from 255) = 11.84%
BLUE value IS 98 (38.67% from 255) = 64.47%
R=23.68%
G=11.84%
B=64.47%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3618980.630.8200.62253.568.9722.75
Hex2412623F5203Efe4517
Octal44221427712207637610527
Binary1001001001011000101111111010010011111011111110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241262; }

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

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

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

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

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

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

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

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