Shades of Paris M #35276A
Tints of Paris M #35276A
RGB
CMYK
RGB Variations
Color information
#35276A (or 0x35276A) is known color: Paris M. HEX triplet: 35, 27 and 6A. RGB value is (53,39,106). Sum of RGB (Red+Green+Blue) = 53+39+106=198 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.77% from 198); Green value is 39 (15.62% from 255 or 19.70% from 198); Blue value is 106 (41.80% from 255 or 53.54% from 198); Max value from RGB is 106 - color contains mainly: blue. Hex color #35276A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35276A is #CAD895. Grayscale: #323232. Windows color (decimal): -13293718 or 6956853. OLE color: 6956853.
HSL color Cylindrical-coordinate representation of color #35276A: hue angle of 252.54º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #35276A is Cyan = 0.5, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 53 | 39 | 106 | - |
| CMYK | 0.5 | 0.63 | 0 | 0.58 |
| HSL | 252.54º | 0.46% | 0.28% | - |
| HSV(B) | 252.54º | 0.63% | 0.42% | - |
| XYZ | 4.8 | 3.25 | 14.01 | - |
| YUV | 50.82 | 159.14 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 39 | 106 | 0.5 | 0.63 | 0 | 0.58 | 252.54 | 0.46 | 0.28 |
| Hex | 35 | 27 | 6A | 32 | 3F | 0 | 3A | FD | 2E | 1C |
| Octal | 65 | 47 | 152 | 62 | 77 | 0 | 72 | 375 | 56 | 34 |
| Binary | 110101 | 100111 | 1101010 | 110010 | 111111 | 0 | 111010 | 11111101 | 101110 | 11100 |
Color Harmonies of #35276A
Complementary color
Monochromatic Colors of #35276A
Black with #35276A
Text Example
Text Example
White with #35276A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35276A; }
p { color: rgb(53,39,106); }
H1.HeaderClassName
{
color: #35276A;
}
.AnyTagClassName
{
color: #35276A;
}
</style>
background-color css
<style>
a { background-color: #35276A; }
a { background-color: rgb(53,39,106); }
div.DivClassName
{
background-color: #35276A;
}
.BgClassName
{
background-color: #35276A;
}
</style>
border-color css
<style>
span { border-color: #35276A; }
span { border-color: rgb(53,39,106); }
td.TdClassName
{
border-color: #35276A;
}
.TagClassName
{
border-color: #35276A;
}
</style>