Shades of Paris M #2B1E69
Tints of Paris M #2B1E69
RGB
CMYK
RGB Variations
Color information
#2B1E69 (or 0x2B1E69) is known color: Paris M. HEX triplet: 2B, 1E and 69. RGB value is (43,30,105). Sum of RGB (Red+Green+Blue) = 43+30+105=178 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.16% from 178); Green value is 30 (12.11% from 255 or 16.85% from 178); Blue value is 105 (41.41% from 255 or 58.99% from 178); Max value from RGB is 105 - color contains mainly: blue. Hex color #2B1E69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B1E69 is #D4E196. Grayscale: #2A2A2A. Windows color (decimal): -13951383 or 6889003. OLE color: 6889003.
HSL color Cylindrical-coordinate representation of color #2B1E69: hue angle of 250.4º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B1E69 is Cyan = 0.59, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 43 | 30 | 105 | - |
| CMYK | 0.59 | 0.71 | 0 | 0.59 |
| HSL | 250.4º | 0.56% | 0.26% | - |
| HSV(B) | 250.4º | 0.71% | 0.41% | - |
| XYZ | 4.01 | 2.46 | 13.63 | - |
| YUV | 42.44 | 163.31 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 30 | 105 | 0.59 | 0.71 | 0 | 0.59 | 250.4 | 0.56 | 0.26 |
| Hex | 2B | 1E | 69 | 3B | 47 | 0 | 3B | FA | 38 | 1A |
| Octal | 53 | 36 | 151 | 73 | 107 | 0 | 73 | 372 | 70 | 32 |
| Binary | 101011 | 11110 | 1101001 | 111011 | 1000111 | 0 | 111011 | 11111010 | 111000 | 11010 |
Color Harmonies of #2B1E69
Complementary color
Monochromatic Colors of #2B1E69
Black with #2B1E69
Text Example
Text Example
White with #2B1E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1E69; }
p { color: rgb(43,30,105); }
H1.HeaderClassName
{
color: #2B1E69;
}
.AnyTagClassName
{
color: #2B1E69;
}
</style>
background-color css
<style>
a { background-color: #2B1E69; }
a { background-color: rgb(43,30,105); }
div.DivClassName
{
background-color: #2B1E69;
}
.BgClassName
{
background-color: #2B1E69;
}
</style>
border-color css
<style>
span { border-color: #2B1E69; }
span { border-color: rgb(43,30,105); }
td.TdClassName
{
border-color: #2B1E69;
}
.TagClassName
{
border-color: #2B1E69;
}
</style>