Shades of Paris M #2B255B
Tints of Paris M #2B255B
RGB
CMYK
RGB Variations
Color information
#2B255B (or 0x2B255B) is known color: Paris M. HEX triplet: 2B, 25 and 5B. RGB value is (43,37,91). Sum of RGB (Red+Green+Blue) = 43+37+91=171 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.15% from 171); Green value is 37 (14.84% from 255 or 21.64% from 171); Blue value is 91 (35.94% from 255 or 53.22% from 171); Max value from RGB is 91 - color contains mainly: blue. Hex color #2B255B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B255B is #D4DAA4. Grayscale: #2C2C2C. Windows color (decimal): -13949605 or 5973291. OLE color: 5973291.
HSL color Cylindrical-coordinate representation of color #2B255B: hue angle of 246.67º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2B255B is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 43 | 37 | 91 | - |
| CMYK | 0.53 | 0.59 | 0 | 0.64 |
| HSL | 246.67º | 0.42% | 0.25% | - |
| HSV(B) | 246.67º | 0.59% | 0.36% | - |
| XYZ | 3.55 | 2.59 | 10.21 | - |
| YUV | 44.95 | 153.99 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 37 | 91 | 0.53 | 0.59 | 0 | 0.64 | 246.67 | 0.42 | 0.25 |
| Hex | 2B | 25 | 5B | 35 | 3B | 0 | 40 | F7 | 2A | 19 |
| Octal | 53 | 45 | 133 | 65 | 73 | 0 | 100 | 367 | 52 | 31 |
| Binary | 101011 | 100101 | 1011011 | 110101 | 111011 | 0 | 1000000 | 11110111 | 101010 | 11001 |
Color Harmonies of #2B255B
Complementary color
Monochromatic Colors of #2B255B
Black with #2B255B
Text Example
Text Example
White with #2B255B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B255B; }
p { color: rgb(43,37,91); }
H1.HeaderClassName
{
color: #2B255B;
}
.AnyTagClassName
{
color: #2B255B;
}
</style>
background-color css
<style>
a { background-color: #2B255B; }
a { background-color: rgb(43,37,91); }
div.DivClassName
{
background-color: #2B255B;
}
.BgClassName
{
background-color: #2B255B;
}
</style>
border-color css
<style>
span { border-color: #2B255B; }
span { border-color: rgb(43,37,91); }
td.TdClassName
{
border-color: #2B255B;
}
.TagClassName
{
border-color: #2B255B;
}
</style>