Shades of Paris M #33206F
Tints of Paris M #33206F
RGB
CMYK
RGB Variations
Color information
#33206F (or 0x33206F) is known color: Paris M. HEX triplet: 33, 20 and 6F. RGB value is (51,32,111). Sum of RGB (Red+Green+Blue) = 51+32+111=194 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.29% from 194); Green value is 32 (12.89% from 255 or 16.49% from 194); Blue value is 111 (43.75% from 255 or 57.22% from 194); Max value from RGB is 111 - color contains mainly: blue. Hex color #33206F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33206F is #CCDF90. Grayscale: #2E2E2E. Windows color (decimal): -13426577 or 7282739. OLE color: 7282739.
HSL color Cylindrical-coordinate representation of color #33206F: hue angle of 254.43º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #33206F is Cyan = 0.54, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 32 | 111 | - |
| CMYK | 0.54 | 0.71 | 0 | 0.56 |
| HSL | 254.43º | 0.55% | 0.28% | - |
| HSV(B) | 254.43º | 0.71% | 0.44% | - |
| XYZ | 4.75 | 2.88 | 15.35 | - |
| YUV | 46.69 | 164.29 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 32 | 111 | 0.54 | 0.71 | 0 | 0.56 | 254.43 | 0.55 | 0.28 |
| Hex | 33 | 20 | 6F | 36 | 47 | 0 | 38 | FE | 37 | 1C |
| Octal | 63 | 40 | 157 | 66 | 107 | 0 | 70 | 376 | 67 | 34 |
| Binary | 110011 | 100000 | 1101111 | 110110 | 1000111 | 0 | 111000 | 11111110 | 110111 | 11100 |
Color Harmonies of #33206F
Complementary color
Monochromatic Colors of #33206F
Black with #33206F
Text Example
Text Example
White with #33206F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33206F; }
p { color: rgb(51,32,111); }
H1.HeaderClassName
{
color: #33206F;
}
.AnyTagClassName
{
color: #33206F;
}
</style>
background-color css
<style>
a { background-color: #33206F; }
a { background-color: rgb(51,32,111); }
div.DivClassName
{
background-color: #33206F;
}
.BgClassName
{
background-color: #33206F;
}
</style>
border-color css
<style>
span { border-color: #33206F; }
span { border-color: rgb(51,32,111); }
td.TdClassName
{
border-color: #33206F;
}
.TagClassName
{
border-color: #33206F;
}
</style>