Shades of Paris M #2B276D
Tints of Paris M #2B276D
RGB
CMYK
RGB Variations
Color information
#2B276D (or 0x2B276D) is known color: Paris M. HEX triplet: 2B, 27 and 6D. RGB value is (43,39,109). Sum of RGB (Red+Green+Blue) = 43+39+109=191 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.51% from 191); Green value is 39 (15.62% from 255 or 20.42% from 191); Blue value is 109 (42.97% from 255 or 57.07% from 191); Max value from RGB is 109 - color contains mainly: blue. Hex color #2B276D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B276D is #D4D892. Grayscale: #2F2F2F. Windows color (decimal): -13949075 or 7153451. OLE color: 7153451.
HSL color Cylindrical-coordinate representation of color #2B276D: hue angle of 243.43º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B276D is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 43 | 39 | 109 | - |
| CMYK | 0.61 | 0.64 | 0 | 0.57 |
| HSL | 243.43º | 0.47% | 0.29% | - |
| HSV(B) | 243.43º | 0.64% | 0.43% | - |
| XYZ | 4.48 | 3.07 | 14.82 | - |
| YUV | 48.18 | 162.33 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 39 | 109 | 0.61 | 0.64 | 0 | 0.57 | 243.43 | 0.47 | 0.29 |
| Hex | 2B | 27 | 6D | 3D | 40 | 0 | 39 | F3 | 2F | 1D |
| Octal | 53 | 47 | 155 | 75 | 100 | 0 | 71 | 363 | 57 | 35 |
| Binary | 101011 | 100111 | 1101101 | 111101 | 1000000 | 0 | 111001 | 11110011 | 101111 | 11101 |
Color Harmonies of #2B276D
Complementary color
Monochromatic Colors of #2B276D
Black with #2B276D
Text Example
Text Example
White with #2B276D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B276D; }
p { color: rgb(43,39,109); }
H1.HeaderClassName
{
color: #2B276D;
}
.AnyTagClassName
{
color: #2B276D;
}
</style>
background-color css
<style>
a { background-color: #2B276D; }
a { background-color: rgb(43,39,109); }
div.DivClassName
{
background-color: #2B276D;
}
.BgClassName
{
background-color: #2B276D;
}
</style>
border-color css
<style>
span { border-color: #2B276D; }
span { border-color: rgb(43,39,109); }
td.TdClassName
{
border-color: #2B276D;
}
.TagClassName
{
border-color: #2B276D;
}
</style>