Shades of Paris M #2B1A59
Tints of Paris M #2B1A59
RGB
CMYK
RGB Variations
Color information
#2B1A59 (or 0x2B1A59) is known color: Paris M. HEX triplet: 2B, 1A and 59. RGB value is (43,26,89). Sum of RGB (Red+Green+Blue) = 43+26+89=158 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.22% from 158); Green value is 26 (10.55% from 255 or 16.46% from 158); Blue value is 89 (35.16% from 255 or 56.33% from 158); Max value from RGB is 89 - color contains mainly: blue. Hex color #2B1A59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B1A59 is #D4E5A6. Grayscale: #262626. Windows color (decimal): -13952423 or 5839403. OLE color: 5839403.
HSL color Cylindrical-coordinate representation of color #2B1A59: hue angle of 256.19º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B1A59 is Cyan = 0.52, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 43 | 26 | 89 | - |
| CMYK | 0.52 | 0.71 | 0 | 0.65 |
| HSL | 256.19º | 0.55% | 0.23% | - |
| HSV(B) | 256.19º | 0.71% | 0.35% | - |
| XYZ | 3.17 | 1.97 | 9.67 | - |
| YUV | 38.27 | 156.63 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 26 | 89 | 0.52 | 0.71 | 0 | 0.65 | 256.19 | 0.55 | 0.23 |
| Hex | 2B | 1A | 59 | 34 | 47 | 0 | 41 | 100 | 37 | 17 |
| Octal | 53 | 32 | 131 | 64 | 107 | 0 | 101 | 400 | 67 | 27 |
| Binary | 101011 | 11010 | 1011001 | 110100 | 1000111 | 0 | 1000001 | 100000000 | 110111 | 10111 |
Color Harmonies of #2B1A59
Complementary color
Monochromatic Colors of #2B1A59
Black with #2B1A59
Text Example
Text Example
White with #2B1A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1A59; }
p { color: rgb(43,26,89); }
H1.HeaderClassName
{
color: #2B1A59;
}
.AnyTagClassName
{
color: #2B1A59;
}
</style>
background-color css
<style>
a { background-color: #2B1A59; }
a { background-color: rgb(43,26,89); }
div.DivClassName
{
background-color: #2B1A59;
}
.BgClassName
{
background-color: #2B1A59;
}
</style>
border-color css
<style>
span { border-color: #2B1A59; }
span { border-color: rgb(43,26,89); }
td.TdClassName
{
border-color: #2B1A59;
}
.TagClassName
{
border-color: #2B1A59;
}
</style>