Shades of Paris M #33256A
Tints of Paris M #33256A
RGB
CMYK
RGB Variations
Color information
#33256A (or 0x33256A) is known color: Paris M. HEX triplet: 33, 25 and 6A. RGB value is (51,37,106). Sum of RGB (Red+Green+Blue) = 51+37+106=194 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.29% from 194); Green value is 37 (14.84% from 255 or 19.07% from 194); Blue value is 106 (41.80% from 255 or 54.64% from 194); Max value from RGB is 106 - color contains mainly: blue. Hex color #33256A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33256A is #CCDA95. Grayscale: #303030. Windows color (decimal): -13425302 or 6956339. OLE color: 6956339.
HSL color Cylindrical-coordinate representation of color #33256A: hue angle of 252.17º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #33256A is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 51 | 37 | 106 | - |
| CMYK | 0.52 | 0.65 | 0 | 0.58 |
| HSL | 252.17º | 0.48% | 0.28% | - |
| HSV(B) | 252.17º | 0.65% | 0.42% | - |
| XYZ | 4.63 | 3.07 | 13.98 | - |
| YUV | 49.05 | 160.14 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 37 | 106 | 0.52 | 0.65 | 0 | 0.58 | 252.17 | 0.48 | 0.28 |
| Hex | 33 | 25 | 6A | 34 | 41 | 0 | 3A | FC | 30 | 1C |
| Octal | 63 | 45 | 152 | 64 | 101 | 0 | 72 | 374 | 60 | 34 |
| Binary | 110011 | 100101 | 1101010 | 110100 | 1000001 | 0 | 111010 | 11111100 | 110000 | 11100 |
Color Harmonies of #33256A
Complementary color
Monochromatic Colors of #33256A
Black with #33256A
Text Example
Text Example
White with #33256A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33256A; }
p { color: rgb(51,37,106); }
H1.HeaderClassName
{
color: #33256A;
}
.AnyTagClassName
{
color: #33256A;
}
</style>
background-color css
<style>
a { background-color: #33256A; }
a { background-color: rgb(51,37,106); }
div.DivClassName
{
background-color: #33256A;
}
.BgClassName
{
background-color: #33256A;
}
</style>
border-color css
<style>
span { border-color: #33256A; }
span { border-color: rgb(51,37,106); }
td.TdClassName
{
border-color: #33256A;
}
.TagClassName
{
border-color: #33256A;
}
</style>