Shades of Paris M #35266F
Tints of Paris M #35266F
RGB
CMYK
RGB Variations
Color information
#35266F (or 0x35266F) is known color: Paris M. HEX triplet: 35, 26 and 6F. RGB value is (53,38,111). Sum of RGB (Red+Green+Blue) = 53+38+111=202 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.24% from 202); Green value is 38 (15.23% from 255 or 18.81% from 202); Blue value is 111 (43.75% from 255 or 54.95% from 202); Max value from RGB is 111 - color contains mainly: blue. Hex color #35266F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35266F is #CAD990. Grayscale: #323232. Windows color (decimal): -13293969 or 7284277. OLE color: 7284277.
HSL color Cylindrical-coordinate representation of color #35266F: hue angle of 252.33º 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 #35266F is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 53 | 38 | 111 | - |
| CMYK | 0.52 | 0.66 | 0 | 0.56 |
| HSL | 252.33º | 0.49% | 0.29% | - |
| HSV(B) | 252.33º | 0.66% | 0.44% | - |
| XYZ | 5.03 | 3.29 | 15.41 | - |
| YUV | 50.81 | 161.97 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 38 | 111 | 0.52 | 0.66 | 0 | 0.56 | 252.33 | 0.49 | 0.29 |
| Hex | 35 | 26 | 6F | 34 | 42 | 0 | 38 | FC | 31 | 1D |
| Octal | 65 | 46 | 157 | 64 | 102 | 0 | 70 | 374 | 61 | 35 |
| Binary | 110101 | 100110 | 1101111 | 110100 | 1000010 | 0 | 111000 | 11111100 | 110001 | 11101 |
Color Harmonies of #35266F
Complementary color
Monochromatic Colors of #35266F
Black with #35266F
Text Example
Text Example
White with #35266F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35266F; }
p { color: rgb(53,38,111); }
H1.HeaderClassName
{
color: #35266F;
}
.AnyTagClassName
{
color: #35266F;
}
</style>
background-color css
<style>
a { background-color: #35266F; }
a { background-color: rgb(53,38,111); }
div.DivClassName
{
background-color: #35266F;
}
.BgClassName
{
background-color: #35266F;
}
</style>
border-color css
<style>
span { border-color: #35266F; }
span { border-color: rgb(53,38,111); }
td.TdClassName
{
border-color: #35266F;
}
.TagClassName
{
border-color: #35266F;
}
</style>