Shades of Paris M #32266A
Tints of Paris M #32266A
RGB
CMYK
RGB Variations
Color information
#32266A (or 0x32266A) is known color: Paris M. HEX triplet: 32, 26 and 6A. RGB value is (50,38,106). Sum of RGB (Red+Green+Blue) = 50+38+106=194 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.77% from 194); Green value is 38 (15.23% from 255 or 19.59% 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 #32266A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32266A is #CDD995. Grayscale: #313131. Windows color (decimal): -13490582 or 6956594. OLE color: 6956594.
HSL color Cylindrical-coordinate representation of color #32266A: hue angle of 250.59º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #32266A is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 50 | 38 | 106 | - |
| CMYK | 0.53 | 0.64 | 0 | 0.58 |
| HSL | 250.59º | 0.47% | 0.28% | - |
| HSV(B) | 250.59º | 0.64% | 0.42% | - |
| XYZ | 4.61 | 3.1 | 13.99 | - |
| YUV | 49.34 | 159.98 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 38 | 106 | 0.53 | 0.64 | 0 | 0.58 | 250.59 | 0.47 | 0.28 |
| Hex | 32 | 26 | 6A | 35 | 40 | 0 | 3A | FB | 2F | 1C |
| Octal | 62 | 46 | 152 | 65 | 100 | 0 | 72 | 373 | 57 | 34 |
| Binary | 110010 | 100110 | 1101010 | 110101 | 1000000 | 0 | 111010 | 11111011 | 101111 | 11100 |
Color Harmonies of #32266A
Complementary color
Monochromatic Colors of #32266A
Black with #32266A
Text Example
Text Example
White with #32266A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32266A; }
p { color: rgb(50,38,106); }
H1.HeaderClassName
{
color: #32266A;
}
.AnyTagClassName
{
color: #32266A;
}
</style>
background-color css
<style>
a { background-color: #32266A; }
a { background-color: rgb(50,38,106); }
div.DivClassName
{
background-color: #32266A;
}
.BgClassName
{
background-color: #32266A;
}
</style>
border-color css
<style>
span { border-color: #32266A; }
span { border-color: rgb(50,38,106); }
td.TdClassName
{
border-color: #32266A;
}
.TagClassName
{
border-color: #32266A;
}
</style>