Shades of Paris M #2B255D
Tints of Paris M #2B255D
RGB
CMYK
RGB Variations
Color information
#2B255D (or 0x2B255D) is known color: Paris M. HEX triplet: 2B, 25 and 5D. RGB value is (43,37,93). Sum of RGB (Red+Green+Blue) = 43+37+93=173 (22% of max value = 765). Red value is 43 (17.19% from 255 or 24.86% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 93 (36.72% from 255 or 53.76% from 173); Max value from RGB is 93 - color contains mainly: blue. Hex color #2B255D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B255D is #D4DAA2. Grayscale: #2C2C2C. Windows color (decimal): -13949603 or 6104363. OLE color: 6104363.
HSL color Cylindrical-coordinate representation of color #2B255D: hue angle of 246.43º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2B255D is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 43 | 37 | 93 | - |
| CMYK | 0.54 | 0.60 | 0 | 0.64 |
| HSL | 246.43º | 0.43% | 0.25% | - |
| HSV(B) | 246.43º | 0.6% | 0.36% | - |
| XYZ | 3.63 | 2.63 | 10.67 | - |
| YUV | 45.18 | 154.99 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 37 | 93 | 0.54 | 0.60 | 0 | 0.64 | 246.43 | 0.43 | 0.25 |
| Hex | 2B | 25 | 5D | 36 | 3C | 0 | 40 | F6 | 2B | 19 |
| Octal | 53 | 45 | 135 | 66 | 74 | 0 | 100 | 366 | 53 | 31 |
| Binary | 101011 | 100101 | 1011101 | 110110 | 111100 | 0 | 1000000 | 11110110 | 101011 | 11001 |
Color Harmonies of #2B255D
Complementary color
Monochromatic Colors of #2B255D
Black with #2B255D
Text Example
Text Example
White with #2B255D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B255D; }
p { color: rgb(43,37,93); }
H1.HeaderClassName
{
color: #2B255D;
}
.AnyTagClassName
{
color: #2B255D;
}
</style>
background-color css
<style>
a { background-color: #2B255D; }
a { background-color: rgb(43,37,93); }
div.DivClassName
{
background-color: #2B255D;
}
.BgClassName
{
background-color: #2B255D;
}
</style>
border-color css
<style>
span { border-color: #2B255D; }
span { border-color: rgb(43,37,93); }
td.TdClassName
{
border-color: #2B255D;
}
.TagClassName
{
border-color: #2B255D;
}
</style>