Html Css Color HEX #24125D Paris M

📋 copy color: '#24125D'

red 36 ◦ green 18 ◦ blue 93

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

Shades of Paris M #24125D

Tints of Paris M #24125D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.24%

 BLUE value IS 93 (36.72% from 255) = 63.27%

R = 24.49%
G = 12.24%
B = 63.27%

CMYK

 C value IS 0.61

 M value IS 0.81

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#24125D (or 0x24125D) is known color: Paris M. HEX triplet: 24, 12 and 5D. RGB value is (36,18,93). Sum of RGB (Red+Green+Blue) = 36+18+93=147 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.49% from 147); Green value is 18 (7.42% from 255 or 12.24% from 147); Blue value is 93 (36.72% from 255 or 63.27% from 147); Max value from RGB is 93 - color contains mainly: blue. Hex color #24125D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24125D is #DBEDA2. Grayscale: #1F1F1F. Windows color (decimal): -14413219 or 6099492. OLE color: 6099492.

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

Color convert

RGB 36 18 93 -
CMYK 0.61 0.81 0 0.64
HSL 254.4º 0.68% 0.22% -
HSV(B) 254.4º 0.81% 0.36% -
XYZ 2.92 1.6 10.51 -
YUV 31.93 162.46 130.9 -
System Red Green Blue C M Y K H S L
Decimal 36 18 93 0.61 0.81 0 0.64 254.4 0.68 0.22
Hex 24 12 5D 3D 51 0 40 FE 44 16
Octal 44 22 135 75 121 0 100 376 104 26
Binary 100100 10010 1011101 111101 1010001 0 1000000 11111110 1000100 10110

Color Harmonies of #24125D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24125D

Black with #24125D

Text Example


Text Example

White with #24125D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #24125D;
 }
 .AnyTagClassName
 {
   color: #24125D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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