Shades of Paris M #2B1768
Tints of Paris M #2B1768
RGB
CMYK
RGB Variations
Color information
#2B1768 (or 0x2B1768) is known color: Paris M. HEX triplet: 2B, 17 and 68. RGB value is (43,23,104). Sum of RGB (Red+Green+Blue) = 43+23+104=170 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.29% from 170); Green value is 23 (9.38% from 255 or 13.53% from 170); Blue value is 104 (41.02% from 255 or 61.18% from 170); Max value from RGB is 104 - color contains mainly: blue. Hex color #2B1768 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B1768 is #D4E897. Grayscale: #252525. Windows color (decimal): -13953176 or 6821675. OLE color: 6821675.
HSL color Cylindrical-coordinate representation of color #2B1768: hue angle of 254.81º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2B1768 is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 43 | 23 | 104 | - |
| CMYK | 0.59 | 0.78 | 0 | 0.59 |
| HSL | 254.81º | 0.64% | 0.25% | - |
| HSV(B) | 254.81º | 0.78% | 0.41% | - |
| XYZ | 3.8 | 2.13 | 13.31 | - |
| YUV | 38.21 | 165.13 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 23 | 104 | 0.59 | 0.78 | 0 | 0.59 | 254.81 | 0.64 | 0.25 |
| Hex | 2B | 17 | 68 | 3B | 4E | 0 | 3B | FF | 40 | 19 |
| Octal | 53 | 27 | 150 | 73 | 116 | 0 | 73 | 377 | 100 | 31 |
| Binary | 101011 | 10111 | 1101000 | 111011 | 1001110 | 0 | 111011 | 11111111 | 1000000 | 11001 |
Color Harmonies of #2B1768
Complementary color
Monochromatic Colors of #2B1768
Black with #2B1768
Text Example
Text Example
White with #2B1768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1768; }
p { color: rgb(43,23,104); }
H1.HeaderClassName
{
color: #2B1768;
}
.AnyTagClassName
{
color: #2B1768;
}
</style>
background-color css
<style>
a { background-color: #2B1768; }
a { background-color: rgb(43,23,104); }
div.DivClassName
{
background-color: #2B1768;
}
.BgClassName
{
background-color: #2B1768;
}
</style>
border-color css
<style>
span { border-color: #2B1768; }
span { border-color: rgb(43,23,104); }
td.TdClassName
{
border-color: #2B1768;
}
.TagClassName
{
border-color: #2B1768;
}
</style>