Html Css Color HEX #24135D Paris M

📋 copy color: '#24135D'

red 36 ◦ green 19 ◦ blue 93

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

Shades of Paris M #24135D

Tints of Paris M #24135D

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 value IS 0.61

 M value IS 0.80

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#24135D (or 0x24135D) is known color: 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

RGB 36 19 93 -
CMYK 0.61 0.80 0 0.64
HSL 253.78º 0.66% 0.22% -
HSV(B) 253.78º 0.8% 0.36% -
XYZ 2.94 1.63 10.52 -
YUV 32.52 162.13 130.48 -
System Red Green Blue C M Y K H S L
Decimal 36 19 93 0.61 0.80 0 0.64 253.78 0.66 0.22
Hex 24 13 5D 3D 50 0 40 FE 42 16
Octal 44 23 135 75 120 0 100 376 102 26
Binary 100100 10011 1011101 111101 1010000 0 1000000 11111110 1000010 10110

Color Harmonies of #24135D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24135D

Black with #24135D

Text Example


Text Example

White with #24135D

Text Example


Text Example

HTML Codes & Css Web 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>