Shades of Paris M #302563
Tints of Paris M #302563
RGB
CMYK
RGB Variations
Color information
#302563 (or 0x302563) is known color: Paris M. HEX triplet: 30, 25 and 63. RGB value is (48,37,99). Sum of RGB (Red+Green+Blue) = 48+37+99=184 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.09% from 184); Green value is 37 (14.84% from 255 or 20.11% from 184); Blue value is 99 (39.06% from 255 or 53.80% from 184); Max value from RGB is 99 - color contains mainly: blue. Hex color #302563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302563 is #CFDA9C. Grayscale: #2F2F2F. Windows color (decimal): -13621917 or 6497584. OLE color: 6497584.
HSL color Cylindrical-coordinate representation of color #302563: hue angle of 250.65º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #302563 is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 48 | 37 | 99 | - |
| CMYK | 0.52 | 0.63 | 0 | 0.61 |
| HSL | 250.65º | 0.46% | 0.27% | - |
| HSV(B) | 250.65º | 0.63% | 0.39% | - |
| XYZ | 4.13 | 2.85 | 12.14 | - |
| YUV | 47.36 | 157.14 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 37 | 99 | 0.52 | 0.63 | 0 | 0.61 | 250.65 | 0.46 | 0.27 |
| Hex | 30 | 25 | 63 | 34 | 3F | 0 | 3D | FB | 2E | 1B |
| Octal | 60 | 45 | 143 | 64 | 77 | 0 | 75 | 373 | 56 | 33 |
| Binary | 110000 | 100101 | 1100011 | 110100 | 111111 | 0 | 111101 | 11111011 | 101110 | 11011 |
Color Harmonies of #302563
Complementary color
Monochromatic Colors of #302563
Black with #302563
Text Example
Text Example
White with #302563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302563; }
p { color: rgb(48,37,99); }
H1.HeaderClassName
{
color: #302563;
}
.AnyTagClassName
{
color: #302563;
}
</style>
background-color css
<style>
a { background-color: #302563; }
a { background-color: rgb(48,37,99); }
div.DivClassName
{
background-color: #302563;
}
.BgClassName
{
background-color: #302563;
}
</style>
border-color css
<style>
span { border-color: #302563; }
span { border-color: rgb(48,37,99); }
td.TdClassName
{
border-color: #302563;
}
.TagClassName
{
border-color: #302563;
}
</style>