Shades of Paris M #33286A
Tints of Paris M #33286A
RGB
CMYK
RGB Variations
Color information
#33286A (or 0x33286A) is known color: Paris M. HEX triplet: 33, 28 and 6A. RGB value is (51,40,106). Sum of RGB (Red+Green+Blue) = 51+40+106=197 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.89% from 197); Green value is 40 (16.02% from 255 or 20.30% from 197); Blue value is 106 (41.80% from 255 or 53.81% from 197); Max value from RGB is 106 - color contains mainly: blue. Hex color #33286A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33286A is #CCD795. Grayscale: #323232. Windows color (decimal): -13424534 or 6957107. OLE color: 6957107.
HSL color Cylindrical-coordinate representation of color #33286A: hue angle of 250º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #33286A is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 51 | 40 | 106 | - |
| CMYK | 0.52 | 0.62 | 0 | 0.58 |
| HSL | 250º | 0.45% | 0.29% | - |
| HSV(B) | 250º | 0.62% | 0.42% | - |
| XYZ | 4.73 | 3.26 | 14.02 | - |
| YUV | 50.81 | 159.14 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 40 | 106 | 0.52 | 0.62 | 0 | 0.58 | 250 | 0.45 | 0.29 |
| Hex | 33 | 28 | 6A | 34 | 3E | 0 | 3A | FA | 2D | 1D |
| Octal | 63 | 50 | 152 | 64 | 76 | 0 | 72 | 372 | 55 | 35 |
| Binary | 110011 | 101000 | 1101010 | 110100 | 111110 | 0 | 111010 | 11111010 | 101101 | 11101 |
Color Harmonies of #33286A
Complementary color
Monochromatic Colors of #33286A
Black with #33286A
Text Example
Text Example
White with #33286A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33286A; }
p { color: rgb(51,40,106); }
H1.HeaderClassName
{
color: #33286A;
}
.AnyTagClassName
{
color: #33286A;
}
</style>
background-color css
<style>
a { background-color: #33286A; }
a { background-color: rgb(51,40,106); }
div.DivClassName
{
background-color: #33286A;
}
.BgClassName
{
background-color: #33286A;
}
</style>
border-color css
<style>
span { border-color: #33286A; }
span { border-color: rgb(51,40,106); }
td.TdClassName
{
border-color: #33286A;
}
.TagClassName
{
border-color: #33286A;
}
</style>