#24135D

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

Shades of Paris M #24135D

Tints of Paris M #24135D

Color information

#24135D (or 0x24135D) is unknown color: approx Paris M. HEX triplet: 24, 13 and 5D. RGB value is (36,19,93). Sum of RGB (Red+Green+Blue) = 36+19+93=148 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.32% from 148); Green value is 19 (7.81% from 255 or 12.84% from 148); Blue value is 93 (36.72% from 255 or 62.84% from 148); Max value from RGB is 93 - color contains mainly: blue. Hex color #24135D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24135D is #DBECA2. Grayscale: #202020. Windows color (decimal): -14412963 or 6099748. OLE color: 6099748.

HSL color Cylindrical-coordinate representation of color #24135D: hue angle of 253.78º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #24135D is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB361993-
CMYK0.610.8000.64
HSL253.78º66.07%21.96%-
HSV(B)253.78º79.57%36.47%-
XYZ2.941.6310.52-
YUV32.52162.13130.48-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24.32%
GREEN value IS 19 (7.81% from 255) = 12.84%
BLUE value IS 93 (36.72% from 255) = 62.84%
R=24.32%
G=12.84%
B=62.84%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3619930.610.8000.64253.7866.0721.96
Hex24135D3D50040fe4216
Octal442313575120010037610226
Binary10010010011101110111110110100000100000011111110100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24135D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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