Shades of Paris M #2B216A
Tints of Paris M #2B216A
RGB
CMYK
RGB Variations
Color information
#2B216A (or 0x2B216A) is known color: Paris M. HEX triplet: 2B, 21 and 6A. RGB value is (43,33,106). Sum of RGB (Red+Green+Blue) = 43+33+106=182 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.63% from 182); Green value is 33 (13.28% from 255 or 18.13% from 182); Blue value is 106 (41.80% from 255 or 58.24% from 182); Max value from RGB is 106 - color contains mainly: blue. Hex color #2B216A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B216A is #D4DE95. Grayscale: #2C2C2C. Windows color (decimal): -13950614 or 6955307. OLE color: 6955307.
HSL color Cylindrical-coordinate representation of color #2B216A: hue angle of 248.22º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B216A is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 43 | 33 | 106 | - |
| CMYK | 0.59 | 0.69 | 0 | 0.58 |
| HSL | 248.22º | 0.53% | 0.27% | - |
| HSV(B) | 248.22º | 0.69% | 0.42% | - |
| XYZ | 4.14 | 2.64 | 13.93 | - |
| YUV | 44.31 | 162.81 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 33 | 106 | 0.59 | 0.69 | 0 | 0.58 | 248.22 | 0.53 | 0.27 |
| Hex | 2B | 21 | 6A | 3B | 45 | 0 | 3A | F8 | 35 | 1B |
| Octal | 53 | 41 | 152 | 73 | 105 | 0 | 72 | 370 | 65 | 33 |
| Binary | 101011 | 100001 | 1101010 | 111011 | 1000101 | 0 | 111010 | 11111000 | 110101 | 11011 |
Color Harmonies of #2B216A
Complementary color
Monochromatic Colors of #2B216A
Black with #2B216A
Text Example
Text Example
White with #2B216A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B216A; }
p { color: rgb(43,33,106); }
H1.HeaderClassName
{
color: #2B216A;
}
.AnyTagClassName
{
color: #2B216A;
}
</style>
background-color css
<style>
a { background-color: #2B216A; }
a { background-color: rgb(43,33,106); }
div.DivClassName
{
background-color: #2B216A;
}
.BgClassName
{
background-color: #2B216A;
}
</style>
border-color css
<style>
span { border-color: #2B216A; }
span { border-color: rgb(43,33,106); }
td.TdClassName
{
border-color: #2B216A;
}
.TagClassName
{
border-color: #2B216A;
}
</style>