Shades of Paris M #2B1964
Tints of Paris M #2B1964
RGB
CMYK
RGB Variations
Color information
#2B1964 (or 0x2B1964) is known color: Paris M. HEX triplet: 2B, 19 and 64. RGB value is (43,25,100). Sum of RGB (Red+Green+Blue) = 43+25+100=168 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.60% from 168); Green value is 25 (10.16% from 255 or 14.88% from 168); Blue value is 100 (39.45% from 255 or 59.52% from 168); Max value from RGB is 100 - color contains mainly: blue. Hex color #2B1964 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B1964 is #D4E69B. Grayscale: #262626. Windows color (decimal): -13952668 or 6560043. OLE color: 6560043.
HSL color Cylindrical-coordinate representation of color #2B1964: hue angle of 254.4º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B1964 is Cyan = 0.57, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 43 | 25 | 100 | - |
| CMYK | 0.57 | 0.75 | 0 | 0.61 |
| HSL | 254.4º | 0.6% | 0.25% | - |
| HSV(B) | 254.4º | 0.75% | 0.39% | - |
| XYZ | 3.64 | 2.13 | 12.28 | - |
| YUV | 38.93 | 162.46 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 25 | 100 | 0.57 | 0.75 | 0 | 0.61 | 254.4 | 0.6 | 0.25 |
| Hex | 2B | 19 | 64 | 39 | 4B | 0 | 3D | FE | 3C | 19 |
| Octal | 53 | 31 | 144 | 71 | 113 | 0 | 75 | 376 | 74 | 31 |
| Binary | 101011 | 11001 | 1100100 | 111001 | 1001011 | 0 | 111101 | 11111110 | 111100 | 11001 |
Color Harmonies of #2B1964
Complementary color
Monochromatic Colors of #2B1964
Black with #2B1964
Text Example
Text Example
White with #2B1964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1964; }
p { color: rgb(43,25,100); }
H1.HeaderClassName
{
color: #2B1964;
}
.AnyTagClassName
{
color: #2B1964;
}
</style>
background-color css
<style>
a { background-color: #2B1964; }
a { background-color: rgb(43,25,100); }
div.DivClassName
{
background-color: #2B1964;
}
.BgClassName
{
background-color: #2B1964;
}
</style>
border-color css
<style>
span { border-color: #2B1964; }
span { border-color: rgb(43,25,100); }
td.TdClassName
{
border-color: #2B1964;
}
.TagClassName
{
border-color: #2B1964;
}
</style>