Html Css Color HEX #24145E Paris M

📋 copy color: '#24145E'

red 36 ◦ green 20 ◦ blue 94

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

Shades of Paris M #24145E

Tints of Paris M #24145E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 62.67%

R = 24%
G = 13.33%
B = 62.67%

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

#24145E (or 0x24145E) is known color: Paris M. HEX triplet: 24, 14 and 5E. RGB value is (36,20,94). Sum of RGB (Red+Green+Blue) = 36+20+94=150 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24% from 150); Green value is 20 (8.20% from 255 or 13.33% from 150); Blue value is 94 (37.11% from 255 or 62.67% from 150); Max value from RGB is 94 - color contains mainly: blue. Hex color #24145E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24145E is #DBEBA1. Grayscale: #202020. Windows color (decimal): -14412706 or 6165540. OLE color: 6165540.

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

Color convert

RGB 36 20 94 -
CMYK 0.62 0.79 0 0.63
HSL 252.97º 0.65% 0.22% -
HSV(B) 252.97º 0.79% 0.37% -
XYZ 3 1.68 10.76 -
YUV 33.22 162.3 129.98 -
System Red Green Blue C M Y K H S L
Decimal 36 20 94 0.62 0.79 0 0.63 252.97 0.65 0.22
Hex 24 14 5E 3E 4F 0 3F FD 41 16
Octal 44 24 136 76 117 0 77 375 101 26
Binary 100100 10100 1011110 111110 1001111 0 111111 11111101 1000001 10110

Color Harmonies of #24145E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24145E

Black with #24145E

Text Example


Text Example

White with #24145E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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