Shades of Paris M #33256B
Tints of Paris M #33256B
RGB
CMYK
RGB Variations
Color information
#33256B (or 0x33256B) is known color: Paris M. HEX triplet: 33, 25 and 6B. RGB value is (51,37,107). Sum of RGB (Red+Green+Blue) = 51+37+107=195 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.15% from 195); Green value is 37 (14.84% from 255 or 18.97% from 195); Blue value is 107 (42.19% from 255 or 54.87% from 195); Max value from RGB is 107 - color contains mainly: blue. Hex color #33256B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33256B is #CCDA94. Grayscale: #303030. Windows color (decimal): -13425301 or 7021875. OLE color: 7021875.
HSL color Cylindrical-coordinate representation of color #33256B: hue angle of 252º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #33256B is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 51 | 37 | 107 | - |
| CMYK | 0.52 | 0.65 | 0 | 0.58 |
| HSL | 252º | 0.49% | 0.28% | - |
| HSV(B) | 252º | 0.65% | 0.42% | - |
| XYZ | 4.68 | 3.09 | 14.26 | - |
| YUV | 49.17 | 160.64 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 37 | 107 | 0.52 | 0.65 | 0 | 0.58 | 252 | 0.49 | 0.28 |
| Hex | 33 | 25 | 6B | 34 | 41 | 0 | 3A | FC | 31 | 1C |
| Octal | 63 | 45 | 153 | 64 | 101 | 0 | 72 | 374 | 61 | 34 |
| Binary | 110011 | 100101 | 1101011 | 110100 | 1000001 | 0 | 111010 | 11111100 | 110001 | 11100 |
Color Harmonies of #33256B
Complementary color
Monochromatic Colors of #33256B
Black with #33256B
Text Example
Text Example
White with #33256B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33256B; }
p { color: rgb(51,37,107); }
H1.HeaderClassName
{
color: #33256B;
}
.AnyTagClassName
{
color: #33256B;
}
</style>
background-color css
<style>
a { background-color: #33256B; }
a { background-color: rgb(51,37,107); }
div.DivClassName
{
background-color: #33256B;
}
.BgClassName
{
background-color: #33256B;
}
</style>
border-color css
<style>
span { border-color: #33256B; }
span { border-color: rgb(51,37,107); }
td.TdClassName
{
border-color: #33256B;
}
.TagClassName
{
border-color: #33256B;
}
</style>