Shades of Paris M #33245B
Tints of Paris M #33245B
RGB
CMYK
RGB Variations
Color information
#33245B (or 0x33245B) is known color: Paris M. HEX triplet: 33, 24 and 5B. RGB value is (51,36,91). Sum of RGB (Red+Green+Blue) = 51+36+91=178 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.65% from 178); Green value is 36 (14.45% from 255 or 20.22% from 178); Blue value is 91 (35.94% from 255 or 51.12% from 178); Max value from RGB is 91 - color contains mainly: blue. Hex color #33245B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33245B is #CCDBA4. Grayscale: #2E2E2E. Windows color (decimal): -13425573 or 5973043. OLE color: 5973043.
HSL color Cylindrical-coordinate representation of color #33245B: hue angle of 256.36º 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 #33245B is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 51 | 36 | 91 | - |
| CMYK | 0.44 | 0.60 | 0 | 0.64 |
| HSL | 256.36º | 0.43% | 0.25% | - |
| HSV(B) | 256.36º | 0.6% | 0.36% | - |
| XYZ | 3.88 | 2.72 | 10.22 | - |
| YUV | 46.76 | 152.97 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 36 | 91 | 0.44 | 0.60 | 0 | 0.64 | 256.36 | 0.43 | 0.25 |
| Hex | 33 | 24 | 5B | 2C | 3C | 0 | 40 | 100 | 2B | 19 |
| Octal | 63 | 44 | 133 | 54 | 74 | 0 | 100 | 400 | 53 | 31 |
| Binary | 110011 | 100100 | 1011011 | 101100 | 111100 | 0 | 1000000 | 100000000 | 101011 | 11001 |
Color Harmonies of #33245B
Complementary color
Monochromatic Colors of #33245B
Black with #33245B
Text Example
Text Example
White with #33245B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33245B; }
p { color: rgb(51,36,91); }
H1.HeaderClassName
{
color: #33245B;
}
.AnyTagClassName
{
color: #33245B;
}
</style>
background-color css
<style>
a { background-color: #33245B; }
a { background-color: rgb(51,36,91); }
div.DivClassName
{
background-color: #33245B;
}
.BgClassName
{
background-color: #33245B;
}
</style>
border-color css
<style>
span { border-color: #33245B; }
span { border-color: rgb(51,36,91); }
td.TdClassName
{
border-color: #33245B;
}
.TagClassName
{
border-color: #33245B;
}
</style>