Shades of Paris M #2B226A
Tints of Paris M #2B226A
RGB
CMYK
RGB Variations
Color information
#2B226A (or 0x2B226A) is known color: Paris M. HEX triplet: 2B, 22 and 6A. RGB value is (43,34,106). Sum of RGB (Red+Green+Blue) = 43+34+106=183 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.50% from 183); Green value is 34 (13.67% from 255 or 18.58% from 183); Blue value is 106 (41.80% from 255 or 57.92% from 183); Max value from RGB is 106 - color contains mainly: blue. Hex color #2B226A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B226A is #D4DD95. Grayscale: #2C2C2C. Windows color (decimal): -13950358 or 6955563. OLE color: 6955563.
HSL color Cylindrical-coordinate representation of color #2B226A: hue angle of 247.5º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B226A is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 43 | 34 | 106 | - |
| CMYK | 0.59 | 0.68 | 0 | 0.58 |
| HSL | 247.5º | 0.51% | 0.27% | - |
| HSV(B) | 247.5º | 0.68% | 0.42% | - |
| XYZ | 4.17 | 2.7 | 13.94 | - |
| YUV | 44.9 | 162.48 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 34 | 106 | 0.59 | 0.68 | 0 | 0.58 | 247.5 | 0.51 | 0.27 |
| Hex | 2B | 22 | 6A | 3B | 44 | 0 | 3A | F8 | 33 | 1B |
| Octal | 53 | 42 | 152 | 73 | 104 | 0 | 72 | 370 | 63 | 33 |
| Binary | 101011 | 100010 | 1101010 | 111011 | 1000100 | 0 | 111010 | 11111000 | 110011 | 11011 |
Color Harmonies of #2B226A
Complementary color
Monochromatic Colors of #2B226A
Black with #2B226A
Text Example
Text Example
White with #2B226A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B226A; }
p { color: rgb(43,34,106); }
H1.HeaderClassName
{
color: #2B226A;
}
.AnyTagClassName
{
color: #2B226A;
}
</style>
background-color css
<style>
a { background-color: #2B226A; }
a { background-color: rgb(43,34,106); }
div.DivClassName
{
background-color: #2B226A;
}
.BgClassName
{
background-color: #2B226A;
}
</style>
border-color css
<style>
span { border-color: #2B226A; }
span { border-color: rgb(43,34,106); }
td.TdClassName
{
border-color: #2B226A;
}
.TagClassName
{
border-color: #2B226A;
}
</style>