Shades of Paris M #33285A
Tints of Paris M #33285A
RGB
CMYK
RGB Variations
Color information
#33285A (or 0x33285A) is known color: Paris M. HEX triplet: 33, 28 and 5A. RGB value is (51,40,90). Sum of RGB (Red+Green+Blue) = 51+40+90=181 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.18% from 181); Green value is 40 (16.02% from 255 or 22.10% from 181); Blue value is 90 (35.55% from 255 or 49.72% from 181); Max value from RGB is 90 - color contains mainly: blue. Hex color #33285A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33285A is #CCD7A5. Grayscale: #303030. Windows color (decimal): -13424550 or 5908531. OLE color: 5908531.
HSL color Cylindrical-coordinate representation of color #33285A: hue angle of 253.2º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #33285A is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 51 | 40 | 90 | - |
| CMYK | 0.43 | 0.56 | 0 | 0.65 |
| HSL | 253.2º | 0.38% | 0.25% | - |
| HSV(B) | 253.2º | 0.56% | 0.35% | - |
| XYZ | 3.97 | 2.96 | 10.03 | - |
| YUV | 48.99 | 151.14 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 40 | 90 | 0.43 | 0.56 | 0 | 0.65 | 253.2 | 0.38 | 0.25 |
| Hex | 33 | 28 | 5A | 2B | 38 | 0 | 41 | FD | 26 | 19 |
| Octal | 63 | 50 | 132 | 53 | 70 | 0 | 101 | 375 | 46 | 31 |
| Binary | 110011 | 101000 | 1011010 | 101011 | 111000 | 0 | 1000001 | 11111101 | 100110 | 11001 |
Color Harmonies of #33285A
Complementary color
Monochromatic Colors of #33285A
Black with #33285A
Text Example
Text Example
White with #33285A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33285A; }
p { color: rgb(51,40,90); }
H1.HeaderClassName
{
color: #33285A;
}
.AnyTagClassName
{
color: #33285A;
}
</style>
background-color css
<style>
a { background-color: #33285A; }
a { background-color: rgb(51,40,90); }
div.DivClassName
{
background-color: #33285A;
}
.BgClassName
{
background-color: #33285A;
}
</style>
border-color css
<style>
span { border-color: #33285A; }
span { border-color: rgb(51,40,90); }
td.TdClassName
{
border-color: #33285A;
}
.TagClassName
{
border-color: #33285A;
}
</style>