Shades of Paris M #2B245C
Tints of Paris M #2B245C
RGB
CMYK
RGB Variations
Color information
#2B245C (or 0x2B245C) is known color: Paris M. HEX triplet: 2B, 24 and 5C. RGB value is (43,36,92). Sum of RGB (Red+Green+Blue) = 43+36+92=171 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.15% from 171); Green value is 36 (14.45% from 255 or 21.05% from 171); Blue value is 92 (36.33% from 255 or 53.80% from 171); Max value from RGB is 92 - color contains mainly: blue. Hex color #2B245C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B245C is #D4DBA3. Grayscale: #2C2C2C. Windows color (decimal): -13949860 or 6038571. OLE color: 6038571.
HSL color Cylindrical-coordinate representation of color #2B245C: hue angle of 247.5º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2B245C is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 43 | 36 | 92 | - |
| CMYK | 0.53 | 0.61 | 0 | 0.64 |
| HSL | 247.5º | 0.44% | 0.25% | - |
| HSV(B) | 247.5º | 0.61% | 0.36% | - |
| XYZ | 3.56 | 2.55 | 10.43 | - |
| YUV | 44.48 | 154.82 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 36 | 92 | 0.53 | 0.61 | 0 | 0.64 | 247.5 | 0.44 | 0.25 |
| Hex | 2B | 24 | 5C | 35 | 3D | 0 | 40 | F8 | 2C | 19 |
| Octal | 53 | 44 | 134 | 65 | 75 | 0 | 100 | 370 | 54 | 31 |
| Binary | 101011 | 100100 | 1011100 | 110101 | 111101 | 0 | 1000000 | 11111000 | 101100 | 11001 |
Color Harmonies of #2B245C
Complementary color
Monochromatic Colors of #2B245C
Black with #2B245C
Text Example
Text Example
White with #2B245C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B245C; }
p { color: rgb(43,36,92); }
H1.HeaderClassName
{
color: #2B245C;
}
.AnyTagClassName
{
color: #2B245C;
}
</style>
background-color css
<style>
a { background-color: #2B245C; }
a { background-color: rgb(43,36,92); }
div.DivClassName
{
background-color: #2B245C;
}
.BgClassName
{
background-color: #2B245C;
}
</style>
border-color css
<style>
span { border-color: #2B245C; }
span { border-color: rgb(43,36,92); }
td.TdClassName
{
border-color: #2B245C;
}
.TagClassName
{
border-color: #2B245C;
}
</style>