Shades of Paris M #2B1969
Tints of Paris M #2B1969
RGB
CMYK
RGB Variations
Color information
#2B1969 (or 0x2B1969) is known color: Paris M. HEX triplet: 2B, 19 and 69. RGB value is (43,25,105). Sum of RGB (Red+Green+Blue) = 43+25+105=173 (22% of max value = 765). Red value is 43 (17.19% from 255 or 24.86% from 173); Green value is 25 (10.16% from 255 or 14.45% from 173); Blue value is 105 (41.41% from 255 or 60.69% from 173); Max value from RGB is 105 - color contains mainly: blue. Hex color #2B1969 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B1969 is #D4E696. Grayscale: #272727. Windows color (decimal): -13952663 or 6887723. OLE color: 6887723.
HSL color Cylindrical-coordinate representation of color #2B1969: hue angle of 253.5º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2B1969 is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 43 | 25 | 105 | - |
| CMYK | 0.59 | 0.76 | 0 | 0.59 |
| HSL | 253.5º | 0.62% | 0.25% | - |
| HSV(B) | 253.5º | 0.76% | 0.41% | - |
| XYZ | 3.89 | 2.23 | 13.59 | - |
| YUV | 39.5 | 164.96 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 25 | 105 | 0.59 | 0.76 | 0 | 0.59 | 253.5 | 0.62 | 0.25 |
| Hex | 2B | 19 | 69 | 3B | 4C | 0 | 3B | FE | 3E | 19 |
| Octal | 53 | 31 | 151 | 73 | 114 | 0 | 73 | 376 | 76 | 31 |
| Binary | 101011 | 11001 | 1101001 | 111011 | 1001100 | 0 | 111011 | 11111110 | 111110 | 11001 |
Color Harmonies of #2B1969
Complementary color
Monochromatic Colors of #2B1969
Black with #2B1969
Text Example
Text Example
White with #2B1969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1969; }
p { color: rgb(43,25,105); }
H1.HeaderClassName
{
color: #2B1969;
}
.AnyTagClassName
{
color: #2B1969;
}
</style>
background-color css
<style>
a { background-color: #2B1969; }
a { background-color: rgb(43,25,105); }
div.DivClassName
{
background-color: #2B1969;
}
.BgClassName
{
background-color: #2B1969;
}
</style>
border-color css
<style>
span { border-color: #2B1969; }
span { border-color: rgb(43,25,105); }
td.TdClassName
{
border-color: #2B1969;
}
.TagClassName
{
border-color: #2B1969;
}
</style>