Shades of Paris M #2B2367
Tints of Paris M #2B2367
RGB
CMYK
RGB Variations
Color information
#2B2367 (or 0x2B2367) is known color: Paris M. HEX triplet: 2B, 23 and 67. RGB value is (43,35,103). Sum of RGB (Red+Green+Blue) = 43+35+103=181 (23% of max value = 765). Red value is 43 (17.19% from 255 or 23.76% from 181); Green value is 35 (14.06% from 255 or 19.34% from 181); Blue value is 103 (40.62% from 255 or 56.91% from 181); Max value from RGB is 103 - color contains mainly: blue. Hex color #2B2367 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2367 is #D4DC98. Grayscale: #2C2C2C. Windows color (decimal): -13950105 or 6759211. OLE color: 6759211.
HSL color Cylindrical-coordinate representation of color #2B2367: hue angle of 247.06º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B2367 is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 43 | 35 | 103 | - |
| CMYK | 0.58 | 0.66 | 0 | 0.60 |
| HSL | 247.06º | 0.49% | 0.27% | - |
| HSV(B) | 247.06º | 0.66% | 0.4% | - |
| XYZ | 4.05 | 2.69 | 13.14 | - |
| YUV | 45.14 | 160.65 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 35 | 103 | 0.58 | 0.66 | 0 | 0.60 | 247.06 | 0.49 | 0.27 |
| Hex | 2B | 23 | 67 | 3A | 42 | 0 | 3C | F7 | 31 | 1B |
| Octal | 53 | 43 | 147 | 72 | 102 | 0 | 74 | 367 | 61 | 33 |
| Binary | 101011 | 100011 | 1100111 | 111010 | 1000010 | 0 | 111100 | 11110111 | 110001 | 11011 |
Color Harmonies of #2B2367
Complementary color
Monochromatic Colors of #2B2367
Black with #2B2367
Text Example
Text Example
White with #2B2367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2367; }
p { color: rgb(43,35,103); }
H1.HeaderClassName
{
color: #2B2367;
}
.AnyTagClassName
{
color: #2B2367;
}
</style>
background-color css
<style>
a { background-color: #2B2367; }
a { background-color: rgb(43,35,103); }
div.DivClassName
{
background-color: #2B2367;
}
.BgClassName
{
background-color: #2B2367;
}
</style>
border-color css
<style>
span { border-color: #2B2367; }
span { border-color: rgb(43,35,103); }
td.TdClassName
{
border-color: #2B2367;
}
.TagClassName
{
border-color: #2B2367;
}
</style>