Shades of Paris M #302565
Tints of Paris M #302565
RGB
CMYK
RGB Variations
Color information
#302565 (or 0x302565) is known color: Paris M. HEX triplet: 30, 25 and 65. RGB value is (48,37,101). Sum of RGB (Red+Green+Blue) = 48+37+101=186 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.81% from 186); Green value is 37 (14.84% from 255 or 19.89% from 186); Blue value is 101 (39.84% from 255 or 54.30% from 186); Max value from RGB is 101 - color contains mainly: blue. Hex color #302565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302565 is #CFDA9A. Grayscale: #2F2F2F. Windows color (decimal): -13621915 or 6628656. OLE color: 6628656.
HSL color Cylindrical-coordinate representation of color #302565: hue angle of 250.31º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #302565 is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 48 | 37 | 101 | - |
| CMYK | 0.52 | 0.63 | 0 | 0.60 |
| HSL | 250.31º | 0.46% | 0.27% | - |
| HSV(B) | 250.31º | 0.63% | 0.4% | - |
| XYZ | 4.23 | 2.89 | 12.65 | - |
| YUV | 47.59 | 158.14 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 37 | 101 | 0.52 | 0.63 | 0 | 0.60 | 250.31 | 0.46 | 0.27 |
| Hex | 30 | 25 | 65 | 34 | 3F | 0 | 3C | FA | 2E | 1B |
| Octal | 60 | 45 | 145 | 64 | 77 | 0 | 74 | 372 | 56 | 33 |
| Binary | 110000 | 100101 | 1100101 | 110100 | 111111 | 0 | 111100 | 11111010 | 101110 | 11011 |
Color Harmonies of #302565
Complementary color
Monochromatic Colors of #302565
Black with #302565
Text Example
Text Example
White with #302565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302565; }
p { color: rgb(48,37,101); }
H1.HeaderClassName
{
color: #302565;
}
.AnyTagClassName
{
color: #302565;
}
</style>
background-color css
<style>
a { background-color: #302565; }
a { background-color: rgb(48,37,101); }
div.DivClassName
{
background-color: #302565;
}
.BgClassName
{
background-color: #302565;
}
</style>
border-color css
<style>
span { border-color: #302565; }
span { border-color: rgb(48,37,101); }
td.TdClassName
{
border-color: #302565;
}
.TagClassName
{
border-color: #302565;
}
</style>