Shades of Paris M #33285B
Tints of Paris M #33285B
RGB
CMYK
RGB Variations
Color information
#33285B (or 0x33285B) is known color: Paris M. HEX triplet: 33, 28 and 5B. RGB value is (51,40,91). Sum of RGB (Red+Green+Blue) = 51+40+91=182 (24% of max value = 765). Red value is 51 (20.31% from 255 or 28.02% from 182); Green value is 40 (16.02% from 255 or 21.98% from 182); Blue value is 91 (35.94% from 255 or 50% from 182); Max value from RGB is 91 - color contains mainly: blue. Hex color #33285B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33285B is #CCD7A4. Grayscale: #303030. Windows color (decimal): -13424549 or 5974067. OLE color: 5974067.
HSL color Cylindrical-coordinate representation of color #33285B: hue angle of 252.94º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #33285B is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 51 | 40 | 91 | - |
| CMYK | 0.44 | 0.56 | 0 | 0.64 |
| HSL | 252.94º | 0.39% | 0.26% | - |
| HSV(B) | 252.94º | 0.56% | 0.36% | - |
| XYZ | 4.01 | 2.98 | 10.26 | - |
| YUV | 49.1 | 151.64 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 40 | 91 | 0.44 | 0.56 | 0 | 0.64 | 252.94 | 0.39 | 0.26 |
| Hex | 33 | 28 | 5B | 2C | 38 | 0 | 40 | FD | 27 | 1A |
| Octal | 63 | 50 | 133 | 54 | 70 | 0 | 100 | 375 | 47 | 32 |
| Binary | 110011 | 101000 | 1011011 | 101100 | 111000 | 0 | 1000000 | 11111101 | 100111 | 11010 |
Color Harmonies of #33285B
Complementary color
Monochromatic Colors of #33285B
Black with #33285B
Text Example
Text Example
White with #33285B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33285B; }
p { color: rgb(51,40,91); }
H1.HeaderClassName
{
color: #33285B;
}
.AnyTagClassName
{
color: #33285B;
}
</style>
background-color css
<style>
a { background-color: #33285B; }
a { background-color: rgb(51,40,91); }
div.DivClassName
{
background-color: #33285B;
}
.BgClassName
{
background-color: #33285B;
}
</style>
border-color css
<style>
span { border-color: #33285B; }
span { border-color: rgb(51,40,91); }
td.TdClassName
{
border-color: #33285B;
}
.TagClassName
{
border-color: #33285B;
}
</style>