#24135F

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

Shades of Paris M #24135F

Tints of Paris M #24135F

Color information

#24135F (or 0x24135F) is unknown color: approx Paris M. HEX triplet: 24, 13 and 5F. RGB value is (36,19,95). Sum of RGB (Red+Green+Blue) = 36+19+95=150 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24% from 150); Green value is 19 (7.81% from 255 or 12.67% from 150); Blue value is 95 (37.5% from 255 or 63.33% from 150); Max value from RGB is 95 - color contains mainly: blue. Hex color #24135F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24135F is #DBECA0. Grayscale: #202020. Windows color (decimal): -14412961 or 6230820. OLE color: 6230820.

HSL color Cylindrical-coordinate representation of color #24135F: hue angle of 253.42º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #24135F is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB361995-
CMYK0.620.8000.63
HSL253.42º66.67%22.35%-
HSV(B)253.42º80%37.25%-
XYZ3.031.6710.99-
YUV32.75163.13130.32-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24%
GREEN value IS 19 (7.81% from 255) = 12.67%
BLUE value IS 95 (37.5% from 255) = 63.33%
R=24%
G=12.67%
B=63.33%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3619950.620.8000.63253.4266.6722.35
Hex24135F3E5003Ffd4316
Octal44231377612007737510326
Binary1001001001110111111111101010000011111111111101100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24135F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24135F; }

 p { color: rgb(36,19,95); }

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

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

 a { background-color: rgb(36,19,95); }

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

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

 span { border-color: rgb(36,19,95); }

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