Shades of Paris M #2B2571
Tints of Paris M #2B2571
RGB
CMYK
RGB Variations
Color information
#2B2571 (or 0x2B2571) is known color: Paris M. HEX triplet: 2B, 25 and 71. RGB value is (43,37,113). Sum of RGB (Red+Green+Blue) = 43+37+113=193 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.28% from 193); Green value is 37 (14.84% from 255 or 19.17% from 193); Blue value is 113 (44.53% from 255 or 58.55% from 193); Max value from RGB is 113 - color contains mainly: blue. Hex color #2B2571 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2571 is #D4DA8E. Grayscale: #2F2F2F. Windows color (decimal): -13949583 or 7415083. OLE color: 7415083.
HSL color Cylindrical-coordinate representation of color #2B2571: hue angle of 244.74º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B2571 is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 43 | 37 | 113 | - |
| CMYK | 0.62 | 0.67 | 0 | 0.56 |
| HSL | 244.74º | 0.51% | 0.29% | - |
| HSV(B) | 244.74º | 0.67% | 0.44% | - |
| XYZ | 4.64 | 3.03 | 15.96 | - |
| YUV | 47.46 | 164.99 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 37 | 113 | 0.62 | 0.67 | 0 | 0.56 | 244.74 | 0.51 | 0.29 |
| Hex | 2B | 25 | 71 | 3E | 43 | 0 | 38 | F5 | 33 | 1D |
| Octal | 53 | 45 | 161 | 76 | 103 | 0 | 70 | 365 | 63 | 35 |
| Binary | 101011 | 100101 | 1110001 | 111110 | 1000011 | 0 | 111000 | 11110101 | 110011 | 11101 |
Color Harmonies of #2B2571
Complementary color
Monochromatic Colors of #2B2571
Black with #2B2571
Text Example
Text Example
White with #2B2571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2571; }
p { color: rgb(43,37,113); }
H1.HeaderClassName
{
color: #2B2571;
}
.AnyTagClassName
{
color: #2B2571;
}
</style>
background-color css
<style>
a { background-color: #2B2571; }
a { background-color: rgb(43,37,113); }
div.DivClassName
{
background-color: #2B2571;
}
.BgClassName
{
background-color: #2B2571;
}
</style>
border-color css
<style>
span { border-color: #2B2571; }
span { border-color: rgb(43,37,113); }
td.TdClassName
{
border-color: #2B2571;
}
.TagClassName
{
border-color: #2B2571;
}
</style>