Shades of Paris M #33255D
Tints of Paris M #33255D
RGB
CMYK
RGB Variations
Color information
#33255D (or 0x33255D) is known color: Paris M. HEX triplet: 33, 25 and 5D. RGB value is (51,37,93). Sum of RGB (Red+Green+Blue) = 51+37+93=181 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.18% from 181); Green value is 37 (14.84% from 255 or 20.44% from 181); Blue value is 93 (36.72% from 255 or 51.38% from 181); Max value from RGB is 93 - color contains mainly: blue. Hex color #33255D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33255D is #CCDAA2. Grayscale: #2F2F2F. Windows color (decimal): -13425315 or 6104371. OLE color: 6104371.
HSL color Cylindrical-coordinate representation of color #33255D: hue angle of 255º 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 #33255D is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 51 | 37 | 93 | - |
| CMYK | 0.45 | 0.60 | 0 | 0.64 |
| HSL | 255º | 0.43% | 0.25% | - |
| HSV(B) | 255º | 0.6% | 0.36% | - |
| XYZ | 4 | 2.82 | 10.69 | - |
| YUV | 47.57 | 153.64 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 37 | 93 | 0.45 | 0.60 | 0 | 0.64 | 255 | 0.43 | 0.25 |
| Hex | 33 | 25 | 5D | 2D | 3C | 0 | 40 | FF | 2B | 19 |
| Octal | 63 | 45 | 135 | 55 | 74 | 0 | 100 | 377 | 53 | 31 |
| Binary | 110011 | 100101 | 1011101 | 101101 | 111100 | 0 | 1000000 | 11111111 | 101011 | 11001 |
Color Harmonies of #33255D
Complementary color
Monochromatic Colors of #33255D
Black with #33255D
Text Example
Text Example
White with #33255D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33255D; }
p { color: rgb(51,37,93); }
H1.HeaderClassName
{
color: #33255D;
}
.AnyTagClassName
{
color: #33255D;
}
</style>
background-color css
<style>
a { background-color: #33255D; }
a { background-color: rgb(51,37,93); }
div.DivClassName
{
background-color: #33255D;
}
.BgClassName
{
background-color: #33255D;
}
</style>
border-color css
<style>
span { border-color: #33255D; }
span { border-color: rgb(51,37,93); }
td.TdClassName
{
border-color: #33255D;
}
.TagClassName
{
border-color: #33255D;
}
</style>