Shades of Paris M #302764
Tints of Paris M #302764
RGB
CMYK
RGB Variations
Color information
#302764 (or 0x302764) is known color: Paris M. HEX triplet: 30, 27 and 64. RGB value is (48,39,100). Sum of RGB (Red+Green+Blue) = 48+39+100=187 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.67% from 187); Green value is 39 (15.62% from 255 or 20.86% from 187); Blue value is 100 (39.45% from 255 or 53.48% from 187); Max value from RGB is 100 - color contains mainly: blue. Hex color #302764 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302764 is #CFD89B. Grayscale: #303030. Windows color (decimal): -13621404 or 6563632. OLE color: 6563632.
HSL color Cylindrical-coordinate representation of color #302764: hue angle of 248.85º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #302764 is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 48 | 39 | 100 | - |
| CMYK | 0.52 | 0.61 | 0 | 0.61 |
| HSL | 248.85º | 0.44% | 0.27% | - |
| HSV(B) | 248.85º | 0.61% | 0.39% | - |
| XYZ | 4.24 | 3 | 12.41 | - |
| YUV | 48.65 | 156.98 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 39 | 100 | 0.52 | 0.61 | 0 | 0.61 | 248.85 | 0.44 | 0.27 |
| Hex | 30 | 27 | 64 | 34 | 3D | 0 | 3D | F9 | 2C | 1B |
| Octal | 60 | 47 | 144 | 64 | 75 | 0 | 75 | 371 | 54 | 33 |
| Binary | 110000 | 100111 | 1100100 | 110100 | 111101 | 0 | 111101 | 11111001 | 101100 | 11011 |
Color Harmonies of #302764
Complementary color
Monochromatic Colors of #302764
Black with #302764
Text Example
Text Example
White with #302764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302764; }
p { color: rgb(48,39,100); }
H1.HeaderClassName
{
color: #302764;
}
.AnyTagClassName
{
color: #302764;
}
</style>
background-color css
<style>
a { background-color: #302764; }
a { background-color: rgb(48,39,100); }
div.DivClassName
{
background-color: #302764;
}
.BgClassName
{
background-color: #302764;
}
</style>
border-color css
<style>
span { border-color: #302764; }
span { border-color: rgb(48,39,100); }
td.TdClassName
{
border-color: #302764;
}
.TagClassName
{
border-color: #302764;
}
</style>