Shades of Paris M #33266D
Tints of Paris M #33266D
RGB
CMYK
RGB Variations
Color information
#33266D (or 0x33266D) is known color: Paris M. HEX triplet: 33, 26 and 6D. RGB value is (51,38,109). Sum of RGB (Red+Green+Blue) = 51+38+109=198 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.76% from 198); Green value is 38 (15.23% from 255 or 19.19% from 198); Blue value is 109 (42.97% from 255 or 55.05% from 198); Max value from RGB is 109 - color contains mainly: blue. Hex color #33266D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33266D is #CCD992. Grayscale: #313131. Windows color (decimal): -13425043 or 7153203. OLE color: 7153203.
HSL color Cylindrical-coordinate representation of color #33266D: hue angle of 250.99º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #33266D is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 51 | 38 | 109 | - |
| CMYK | 0.53 | 0.65 | 0 | 0.57 |
| HSL | 250.99º | 0.48% | 0.29% | - |
| HSV(B) | 250.99º | 0.65% | 0.43% | - |
| XYZ | 4.82 | 3.19 | 14.83 | - |
| YUV | 49.98 | 161.31 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 38 | 109 | 0.53 | 0.65 | 0 | 0.57 | 250.99 | 0.48 | 0.29 |
| Hex | 33 | 26 | 6D | 35 | 41 | 0 | 39 | FB | 30 | 1D |
| Octal | 63 | 46 | 155 | 65 | 101 | 0 | 71 | 373 | 60 | 35 |
| Binary | 110011 | 100110 | 1101101 | 110101 | 1000001 | 0 | 111001 | 11111011 | 110000 | 11101 |
Color Harmonies of #33266D
Complementary color
Monochromatic Colors of #33266D
Black with #33266D
Text Example
Text Example
White with #33266D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33266D; }
p { color: rgb(51,38,109); }
H1.HeaderClassName
{
color: #33266D;
}
.AnyTagClassName
{
color: #33266D;
}
</style>
background-color css
<style>
a { background-color: #33266D; }
a { background-color: rgb(51,38,109); }
div.DivClassName
{
background-color: #33266D;
}
.BgClassName
{
background-color: #33266D;
}
</style>
border-color css
<style>
span { border-color: #33266D; }
span { border-color: rgb(51,38,109); }
td.TdClassName
{
border-color: #33266D;
}
.TagClassName
{
border-color: #33266D;
}
</style>