Shades of Paris M #2B2A60
Tints of Paris M #2B2A60
RGB
CMYK
RGB Variations
Color information
#2B2A60 (or 0x2B2A60) is known color: Paris M. HEX triplet: 2B, 2A and 60. RGB value is (43,42,96). Sum of RGB (Red+Green+Blue) = 43+42+96=181 (23% of max value = 765). Red value is 43 (17.19% from 255 or 23.76% from 181); Green value is 42 (16.80% from 255 or 23.20% from 181); Blue value is 96 (37.89% from 255 or 53.04% from 181); Max value from RGB is 96 - color contains mainly: blue. Hex color #2B2A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2A60 is #D4D59F. Grayscale: #303030. Windows color (decimal): -13948320 or 6302251. OLE color: 6302251.
HSL color Cylindrical-coordinate representation of color #2B2A60: hue angle of 241.11º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2B2A60 is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 43 | 42 | 96 | - |
| CMYK | 0.55 | 0.56 | 0 | 0.62 |
| HSL | 241.11º | 0.39% | 0.27% | - |
| HSV(B) | 241.11º | 0.56% | 0.38% | - |
| XYZ | 3.94 | 3.01 | 11.44 | - |
| YUV | 48.46 | 154.83 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 42 | 96 | 0.55 | 0.56 | 0 | 0.62 | 241.11 | 0.39 | 0.27 |
| Hex | 2B | 2A | 60 | 37 | 38 | 0 | 3E | F1 | 27 | 1B |
| Octal | 53 | 52 | 140 | 67 | 70 | 0 | 76 | 361 | 47 | 33 |
| Binary | 101011 | 101010 | 1100000 | 110111 | 111000 | 0 | 111110 | 11110001 | 100111 | 11011 |
Color Harmonies of #2B2A60
Complementary color
Monochromatic Colors of #2B2A60
Black with #2B2A60
Text Example
Text Example
White with #2B2A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2A60; }
p { color: rgb(43,42,96); }
H1.HeaderClassName
{
color: #2B2A60;
}
.AnyTagClassName
{
color: #2B2A60;
}
</style>
background-color css
<style>
a { background-color: #2B2A60; }
a { background-color: rgb(43,42,96); }
div.DivClassName
{
background-color: #2B2A60;
}
.BgClassName
{
background-color: #2B2A60;
}
</style>
border-color css
<style>
span { border-color: #2B2A60; }
span { border-color: rgb(43,42,96); }
td.TdClassName
{
border-color: #2B2A60;
}
.TagClassName
{
border-color: #2B2A60;
}
</style>