Html Css Color HEX #24155F Paris M

📋 copy color: '#24155F'

red 36 ◦ green 21 ◦ blue 95

#24155F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paris M #24155F

Tints of Paris M #24155F

RGB

 RED value IS 36 (14.45% from 255) = 23.68%

 GREEN value IS 21 (8.59% from 255) = 13.82%

 BLUE value IS 95 (37.5% from 255) = 62.5%

R = 23.68%
G = 13.82%
B = 62.5%

CMYK

 C value IS 0.62

 M value IS 0.78

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#24155F (or 0x24155F) is known color: Paris M. HEX triplet: 24, 15 and 5F. RGB value is (36,21,95). Sum of RGB (Red+Green+Blue) = 36+21+95=152 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.68% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 95 (37.5% from 255 or 62.5% from 152); Max value from RGB is 95 - color contains mainly: blue. Hex color #24155F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24155F is #DBEAA0. Grayscale: #212121. Windows color (decimal): -14412449 or 6231332. OLE color: 6231332.

HSL color Cylindrical-coordinate representation of color #24155F: hue angle of 252.16º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #24155F is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 36 21 95 -
CMYK 0.62 0.78 0 0.63
HSL 252.16º 0.64% 0.23% -
HSV(B) 252.16º 0.78% 0.37% -
XYZ 3.06 1.74 11 -
YUV 33.92 162.47 129.48 -
System Red Green Blue C M Y K H S L
Decimal 36 21 95 0.62 0.78 0 0.63 252.16 0.64 0.23
Hex 24 15 5F 3E 4E 0 3F FC 40 17
Octal 44 25 137 76 116 0 77 374 100 27
Binary 100100 10101 1011111 111110 1001110 0 111111 11111100 1000000 10111

Color Harmonies of #24155F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24155F

Black with #24155F

Text Example


Text Example

White with #24155F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #24155F;
 }
 .AnyTagClassName
 {
   color: #24155F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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