Shades of Paris M #35315B
Tints of Paris M #35315B
RGB
CMYK
RGB Variations
Color information
#35315B (or 0x35315B) is known color: Paris M. HEX triplet: 35, 31 and 5B. RGB value is (53,49,91). Sum of RGB (Red+Green+Blue) = 53+49+91=193 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.46% from 193); Green value is 49 (19.53% from 255 or 25.39% from 193); Blue value is 91 (35.94% from 255 or 47.15% from 193); Max value from RGB is 91 - color contains mainly: blue. Hex color #35315B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35315B is #CACEA4. Grayscale: #363636. Windows color (decimal): -13291173 or 5976373. OLE color: 5976373.
HSL color Cylindrical-coordinate representation of color #35315B: hue angle of 245.71º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #35315B is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 53 | 49 | 91 | - |
| CMYK | 0.42 | 0.46 | 0 | 0.64 |
| HSL | 245.71º | 0.3% | 0.27% | - |
| HSV(B) | 245.71º | 0.46% | 0.36% | - |
| XYZ | 4.45 | 3.71 | 10.38 | - |
| YUV | 54.98 | 148.33 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 49 | 91 | 0.42 | 0.46 | 0 | 0.64 | 245.71 | 0.3 | 0.27 |
| Hex | 35 | 31 | 5B | 2A | 2E | 0 | 40 | F6 | 1E | 1B |
| Octal | 65 | 61 | 133 | 52 | 56 | 0 | 100 | 366 | 36 | 33 |
| Binary | 110101 | 110001 | 1011011 | 101010 | 101110 | 0 | 1000000 | 11110110 | 11110 | 11011 |
Color Harmonies of #35315B
Complementary color
Monochromatic Colors of #35315B
Black with #35315B
Text Example
Text Example
White with #35315B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35315B; }
p { color: rgb(53,49,91); }
H1.HeaderClassName
{
color: #35315B;
}
.AnyTagClassName
{
color: #35315B;
}
</style>
background-color css
<style>
a { background-color: #35315B; }
a { background-color: rgb(53,49,91); }
div.DivClassName
{
background-color: #35315B;
}
.BgClassName
{
background-color: #35315B;
}
</style>
border-color css
<style>
span { border-color: #35315B; }
span { border-color: rgb(53,49,91); }
td.TdClassName
{
border-color: #35315B;
}
.TagClassName
{
border-color: #35315B;
}
</style>