Shades of Paris M #24125D
Tints of Paris M #24125D
RGB
CMYK
RGB Variations
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
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>