Shades of Paris M #33266C
Tints of Paris M #33266C
RGB
CMYK
RGB Variations
Color information
#33266C (or 0x33266C) is known color: Paris M. HEX triplet: 33, 26 and 6C. RGB value is (51,38,108). Sum of RGB (Red+Green+Blue) = 51+38+108=197 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.89% from 197); Green value is 38 (15.23% from 255 or 19.29% from 197); Blue value is 108 (42.58% from 255 or 54.82% from 197); Max value from RGB is 108 - color contains mainly: blue. Hex color #33266C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33266C is #CCD993. Grayscale: #313131. Windows color (decimal): -13425044 or 7087667. OLE color: 7087667.
HSL color Cylindrical-coordinate representation of color #33266C: hue angle of 251.14º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #33266C is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 51 | 38 | 108 | - |
| CMYK | 0.53 | 0.65 | 0 | 0.58 |
| HSL | 251.14º | 0.48% | 0.29% | - |
| HSV(B) | 251.14º | 0.65% | 0.42% | - |
| XYZ | 4.77 | 3.17 | 14.55 | - |
| YUV | 49.87 | 160.81 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 38 | 108 | 0.53 | 0.65 | 0 | 0.58 | 251.14 | 0.48 | 0.29 |
| Hex | 33 | 26 | 6C | 35 | 41 | 0 | 3A | FB | 30 | 1D |
| Octal | 63 | 46 | 154 | 65 | 101 | 0 | 72 | 373 | 60 | 35 |
| Binary | 110011 | 100110 | 1101100 | 110101 | 1000001 | 0 | 111010 | 11111011 | 110000 | 11101 |
Color Harmonies of #33266C
Complementary color
Monochromatic Colors of #33266C
Black with #33266C
Text Example
Text Example
White with #33266C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33266C; }
p { color: rgb(51,38,108); }
H1.HeaderClassName
{
color: #33266C;
}
.AnyTagClassName
{
color: #33266C;
}
</style>
background-color css
<style>
a { background-color: #33266C; }
a { background-color: rgb(51,38,108); }
div.DivClassName
{
background-color: #33266C;
}
.BgClassName
{
background-color: #33266C;
}
</style>
border-color css
<style>
span { border-color: #33266C; }
span { border-color: rgb(51,38,108); }
td.TdClassName
{
border-color: #33266C;
}
.TagClassName
{
border-color: #33266C;
}
</style>