Shades of Paris M #2B1F5B
Tints of Paris M #2B1F5B
RGB
CMYK
RGB Variations
Color information
#2B1F5B (or 0x2B1F5B) is known color: Paris M. HEX triplet: 2B, 1F and 5B. RGB value is (43,31,91). Sum of RGB (Red+Green+Blue) = 43+31+91=165 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.06% from 165); Green value is 31 (12.5% from 255 or 18.79% from 165); Blue value is 91 (35.94% from 255 or 55.15% from 165); Max value from RGB is 91 - color contains mainly: blue. Hex color #2B1F5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B1F5B is #D4E0A4. Grayscale: #292929. Windows color (decimal): -13951141 or 5971755. OLE color: 5971755.
HSL color Cylindrical-coordinate representation of color #2B1F5B: hue angle of 252º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B1F5B is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 43 | 31 | 91 | - |
| CMYK | 0.53 | 0.66 | 0 | 0.64 |
| HSL | 252º | 0.49% | 0.24% | - |
| HSV(B) | 252º | 0.66% | 0.36% | - |
| XYZ | 3.37 | 2.25 | 10.15 | - |
| YUV | 41.43 | 155.98 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 31 | 91 | 0.53 | 0.66 | 0 | 0.64 | 252 | 0.49 | 0.24 |
| Hex | 2B | 1F | 5B | 35 | 42 | 0 | 40 | FC | 31 | 18 |
| Octal | 53 | 37 | 133 | 65 | 102 | 0 | 100 | 374 | 61 | 30 |
| Binary | 101011 | 11111 | 1011011 | 110101 | 1000010 | 0 | 1000000 | 11111100 | 110001 | 11000 |
Color Harmonies of #2B1F5B
Complementary color
Monochromatic Colors of #2B1F5B
Black with #2B1F5B
Text Example
Text Example
White with #2B1F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1F5B; }
p { color: rgb(43,31,91); }
H1.HeaderClassName
{
color: #2B1F5B;
}
.AnyTagClassName
{
color: #2B1F5B;
}
</style>
background-color css
<style>
a { background-color: #2B1F5B; }
a { background-color: rgb(43,31,91); }
div.DivClassName
{
background-color: #2B1F5B;
}
.BgClassName
{
background-color: #2B1F5B;
}
</style>
border-color css
<style>
span { border-color: #2B1F5B; }
span { border-color: rgb(43,31,91); }
td.TdClassName
{
border-color: #2B1F5B;
}
.TagClassName
{
border-color: #2B1F5B;
}
</style>