Shades of Paris M #2B255C
Tints of Paris M #2B255C
RGB
CMYK
RGB Variations
Color information
#2B255C (or 0x2B255C) is known color: Paris M. HEX triplet: 2B, 25 and 5C. RGB value is (43,37,92). Sum of RGB (Red+Green+Blue) = 43+37+92=172 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25% from 172); Green value is 37 (14.84% from 255 or 21.51% from 172); Blue value is 92 (36.33% from 255 or 53.49% from 172); Max value from RGB is 92 - color contains mainly: blue. Hex color #2B255C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B255C is #D4DAA3. Grayscale: #2C2C2C. Windows color (decimal): -13949604 or 6038827. OLE color: 6038827.
HSL color Cylindrical-coordinate representation of color #2B255C: hue angle of 246.55º 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 #2B255C is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 43 | 37 | 92 | - |
| CMYK | 0.53 | 0.60 | 0 | 0.64 |
| HSL | 246.55º | 0.43% | 0.25% | - |
| HSV(B) | 246.55º | 0.6% | 0.36% | - |
| XYZ | 3.59 | 2.61 | 10.44 | - |
| YUV | 45.06 | 154.49 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 37 | 92 | 0.53 | 0.60 | 0 | 0.64 | 246.55 | 0.43 | 0.25 |
| Hex | 2B | 25 | 5C | 35 | 3C | 0 | 40 | F7 | 2B | 19 |
| Octal | 53 | 45 | 134 | 65 | 74 | 0 | 100 | 367 | 53 | 31 |
| Binary | 101011 | 100101 | 1011100 | 110101 | 111100 | 0 | 1000000 | 11110111 | 101011 | 11001 |
Color Harmonies of #2B255C
Complementary color
Monochromatic Colors of #2B255C
Black with #2B255C
Text Example
Text Example
White with #2B255C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B255C; }
p { color: rgb(43,37,92); }
H1.HeaderClassName
{
color: #2B255C;
}
.AnyTagClassName
{
color: #2B255C;
}
</style>
background-color css
<style>
a { background-color: #2B255C; }
a { background-color: rgb(43,37,92); }
div.DivClassName
{
background-color: #2B255C;
}
.BgClassName
{
background-color: #2B255C;
}
</style>
border-color css
<style>
span { border-color: #2B255C; }
span { border-color: rgb(43,37,92); }
td.TdClassName
{
border-color: #2B255C;
}
.TagClassName
{
border-color: #2B255C;
}
</style>