Html Css Color HEX #24145F Paris M

📋 copy color: '#24145F'

red 36 ◦ green 20 ◦ blue 95

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

Shades of Paris M #24145F

Tints of Paris M #24145F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.25%

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

R = 23.84%
G = 13.25%
B = 62.91%

CMYK

 C value IS 0.62

 M value IS 0.79

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#24145F (or 0x24145F) is known color: Paris M. HEX triplet: 24, 14 and 5F. RGB value is (36,20,95). Sum of RGB (Red+Green+Blue) = 36+20+95=151 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.84% from 151); Green value is 20 (8.20% from 255 or 13.25% from 151); Blue value is 95 (37.5% from 255 or 62.91% from 151); Max value from RGB is 95 - color contains mainly: blue. Hex color #24145F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24145F is #DBEBA0. Grayscale: #212121. Windows color (decimal): -14412705 or 6231076. OLE color: 6231076.

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

Color convert

RGB 36 20 95 -
CMYK 0.62 0.79 0 0.63
HSL 252.8º 0.65% 0.23% -
HSV(B) 252.8º 0.79% 0.37% -
XYZ 3.04 1.7 10.99 -
YUV 33.33 162.8 129.9 -
System Red Green Blue C M Y K H S L
Decimal 36 20 95 0.62 0.79 0 0.63 252.8 0.65 0.23
Hex 24 14 5F 3E 4F 0 3F FD 41 17
Octal 44 24 137 76 117 0 77 375 101 27
Binary 100100 10100 1011111 111110 1001111 0 111111 11111101 1000001 10111

Color Harmonies of #24145F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24145F

Black with #24145F

Text Example


Text Example

White with #24145F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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