Shades of Paris M #2B2260
Tints of Paris M #2B2260
RGB
CMYK
RGB Variations
Color information
#2B2260 (or 0x2B2260) is known color: Paris M. HEX triplet: 2B, 22 and 60. RGB value is (43,34,96). Sum of RGB (Red+Green+Blue) = 43+34+96=173 (22% of max value = 765). Red value is 43 (17.19% from 255 or 24.86% from 173); Green value is 34 (13.67% from 255 or 19.65% from 173); Blue value is 96 (37.89% from 255 or 55.49% from 173); Max value from RGB is 96 - color contains mainly: blue. Hex color #2B2260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2260 is #D4DD9F. Grayscale: #2B2B2B. Windows color (decimal): -13950368 or 6300203. OLE color: 6300203.
HSL color Cylindrical-coordinate representation of color #2B2260: hue angle of 248.71º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B2260 is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 43 | 34 | 96 | - |
| CMYK | 0.55 | 0.65 | 0 | 0.62 |
| HSL | 248.71º | 0.48% | 0.25% | - |
| HSV(B) | 248.71º | 0.65% | 0.38% | - |
| XYZ | 3.68 | 2.5 | 11.36 | - |
| YUV | 43.76 | 157.48 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 34 | 96 | 0.55 | 0.65 | 0 | 0.62 | 248.71 | 0.48 | 0.25 |
| Hex | 2B | 22 | 60 | 37 | 41 | 0 | 3E | F9 | 30 | 19 |
| Octal | 53 | 42 | 140 | 67 | 101 | 0 | 76 | 371 | 60 | 31 |
| Binary | 101011 | 100010 | 1100000 | 110111 | 1000001 | 0 | 111110 | 11111001 | 110000 | 11001 |
Color Harmonies of #2B2260
Complementary color
Monochromatic Colors of #2B2260
Black with #2B2260
Text Example
Text Example
White with #2B2260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2260; }
p { color: rgb(43,34,96); }
H1.HeaderClassName
{
color: #2B2260;
}
.AnyTagClassName
{
color: #2B2260;
}
</style>
background-color css
<style>
a { background-color: #2B2260; }
a { background-color: rgb(43,34,96); }
div.DivClassName
{
background-color: #2B2260;
}
.BgClassName
{
background-color: #2B2260;
}
</style>
border-color css
<style>
span { border-color: #2B2260; }
span { border-color: rgb(43,34,96); }
td.TdClassName
{
border-color: #2B2260;
}
.TagClassName
{
border-color: #2B2260;
}
</style>