Shades of Paris M #2B2265
Tints of Paris M #2B2265
RGB
CMYK
RGB Variations
Color information
#2B2265 (or 0x2B2265) is known color: Paris M. HEX triplet: 2B, 22 and 65. RGB value is (43,34,101). Sum of RGB (Red+Green+Blue) = 43+34+101=178 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.16% from 178); Green value is 34 (13.67% from 255 or 19.10% from 178); Blue value is 101 (39.84% from 255 or 56.74% from 178); Max value from RGB is 101 - color contains mainly: blue. Hex color #2B2265 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2265 is #D4DD9A. Grayscale: #2C2C2C. Windows color (decimal): -13950363 or 6627883. OLE color: 6627883.
HSL color Cylindrical-coordinate representation of color #2B2265: hue angle of 248.06º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B2265 is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 43 | 34 | 101 | - |
| CMYK | 0.57 | 0.66 | 0 | 0.60 |
| HSL | 248.06º | 0.5% | 0.26% | - |
| HSV(B) | 248.06º | 0.66% | 0.4% | - |
| XYZ | 3.92 | 2.6 | 12.61 | - |
| YUV | 44.33 | 159.98 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 34 | 101 | 0.57 | 0.66 | 0 | 0.60 | 248.06 | 0.5 | 0.26 |
| Hex | 2B | 22 | 65 | 39 | 42 | 0 | 3C | F8 | 32 | 1A |
| Octal | 53 | 42 | 145 | 71 | 102 | 0 | 74 | 370 | 62 | 32 |
| Binary | 101011 | 100010 | 1100101 | 111001 | 1000010 | 0 | 111100 | 11111000 | 110010 | 11010 |
Color Harmonies of #2B2265
Complementary color
Monochromatic Colors of #2B2265
Black with #2B2265
Text Example
Text Example
White with #2B2265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2265; }
p { color: rgb(43,34,101); }
H1.HeaderClassName
{
color: #2B2265;
}
.AnyTagClassName
{
color: #2B2265;
}
</style>
background-color css
<style>
a { background-color: #2B2265; }
a { background-color: rgb(43,34,101); }
div.DivClassName
{
background-color: #2B2265;
}
.BgClassName
{
background-color: #2B2265;
}
</style>
border-color css
<style>
span { border-color: #2B2265; }
span { border-color: rgb(43,34,101); }
td.TdClassName
{
border-color: #2B2265;
}
.TagClassName
{
border-color: #2B2265;
}
</style>