Shades of Paris M #33266F
Tints of Paris M #33266F
RGB
CMYK
RGB Variations
Color information
#33266F (or 0x33266F) is known color: Paris M. HEX triplet: 33, 26 and 6F. RGB value is (51,38,111). Sum of RGB (Red+Green+Blue) = 51+38+111=200 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.5% from 200); Green value is 38 (15.23% from 255 or 19% from 200); Blue value is 111 (43.75% from 255 or 55.5% from 200); Max value from RGB is 111 - color contains mainly: blue. Hex color #33266F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33266F is #CCD990. Grayscale: #313131. Windows color (decimal): -13425041 or 7284275. OLE color: 7284275.
HSL color Cylindrical-coordinate representation of color #33266F: hue angle of 250.68º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #33266F is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 38 | 111 | - |
| CMYK | 0.54 | 0.66 | 0 | 0.56 |
| HSL | 250.68º | 0.49% | 0.29% | - |
| HSV(B) | 250.68º | 0.66% | 0.44% | - |
| XYZ | 4.93 | 3.24 | 15.4 | - |
| YUV | 50.21 | 162.31 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 38 | 111 | 0.54 | 0.66 | 0 | 0.56 | 250.68 | 0.49 | 0.29 |
| Hex | 33 | 26 | 6F | 36 | 42 | 0 | 38 | FB | 31 | 1D |
| Octal | 63 | 46 | 157 | 66 | 102 | 0 | 70 | 373 | 61 | 35 |
| Binary | 110011 | 100110 | 1101111 | 110110 | 1000010 | 0 | 111000 | 11111011 | 110001 | 11101 |
Color Harmonies of #33266F
Complementary color
Monochromatic Colors of #33266F
Black with #33266F
Text Example
Text Example
White with #33266F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33266F; }
p { color: rgb(51,38,111); }
H1.HeaderClassName
{
color: #33266F;
}
.AnyTagClassName
{
color: #33266F;
}
</style>
background-color css
<style>
a { background-color: #33266F; }
a { background-color: rgb(51,38,111); }
div.DivClassName
{
background-color: #33266F;
}
.BgClassName
{
background-color: #33266F;
}
</style>
border-color css
<style>
span { border-color: #33266F; }
span { border-color: rgb(51,38,111); }
td.TdClassName
{
border-color: #33266F;
}
.TagClassName
{
border-color: #33266F;
}
</style>