Shades of Paris M #2B295D
Tints of Paris M #2B295D
RGB
CMYK
RGB Variations
Color information
#2B295D (or 0x2B295D) is known color: Paris M. HEX triplet: 2B, 29 and 5D. RGB value is (43,41,93). Sum of RGB (Red+Green+Blue) = 43+41+93=177 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.29% from 177); Green value is 41 (16.41% from 255 or 23.16% from 177); Blue value is 93 (36.72% from 255 or 52.54% from 177); Max value from RGB is 93 - color contains mainly: blue. Hex color #2B295D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B295D is #D4D6A2. Grayscale: #2F2F2F. Windows color (decimal): -13948579 or 6105387. OLE color: 6105387.
HSL color Cylindrical-coordinate representation of color #2B295D: hue angle of 242.31º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2B295D is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 43 | 41 | 93 | - |
| CMYK | 0.54 | 0.56 | 0 | 0.64 |
| HSL | 242.31º | 0.39% | 0.26% | - |
| HSV(B) | 242.31º | 0.56% | 0.36% | - |
| XYZ | 3.76 | 2.89 | 10.72 | - |
| YUV | 47.53 | 153.66 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 41 | 93 | 0.54 | 0.56 | 0 | 0.64 | 242.31 | 0.39 | 0.26 |
| Hex | 2B | 29 | 5D | 36 | 38 | 0 | 40 | F2 | 27 | 1A |
| Octal | 53 | 51 | 135 | 66 | 70 | 0 | 100 | 362 | 47 | 32 |
| Binary | 101011 | 101001 | 1011101 | 110110 | 111000 | 0 | 1000000 | 11110010 | 100111 | 11010 |
Color Harmonies of #2B295D
Complementary color
Monochromatic Colors of #2B295D
Black with #2B295D
Text Example
Text Example
White with #2B295D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B295D; }
p { color: rgb(43,41,93); }
H1.HeaderClassName
{
color: #2B295D;
}
.AnyTagClassName
{
color: #2B295D;
}
</style>
background-color css
<style>
a { background-color: #2B295D; }
a { background-color: rgb(43,41,93); }
div.DivClassName
{
background-color: #2B295D;
}
.BgClassName
{
background-color: #2B295D;
}
</style>
border-color css
<style>
span { border-color: #2B295D; }
span { border-color: rgb(43,41,93); }
td.TdClassName
{
border-color: #2B295D;
}
.TagClassName
{
border-color: #2B295D;
}
</style>