Shades of Paris M #302162
Tints of Paris M #302162
RGB
CMYK
RGB Variations
Color information
#302162 (or 0x302162) is known color: Paris M. HEX triplet: 30, 21 and 62. RGB value is (48,33,98). Sum of RGB (Red+Green+Blue) = 48+33+98=179 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.82% from 179); Green value is 33 (13.28% from 255 or 18.44% from 179); Blue value is 98 (38.67% from 255 or 54.75% from 179); Max value from RGB is 98 - color contains mainly: blue. Hex color #302162 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302162 is #CFDE9D. Grayscale: #2C2C2C. Windows color (decimal): -13622942 or 6431024. OLE color: 6431024.
HSL color Cylindrical-coordinate representation of color #302162: hue angle of 253.85º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #302162 is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 48 | 33 | 98 | - |
| CMYK | 0.51 | 0.66 | 0 | 0.62 |
| HSL | 253.85º | 0.5% | 0.26% | - |
| HSV(B) | 253.85º | 0.66% | 0.38% | - |
| XYZ | 3.97 | 2.6 | 11.85 | - |
| YUV | 44.9 | 157.97 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 33 | 98 | 0.51 | 0.66 | 0 | 0.62 | 253.85 | 0.5 | 0.26 |
| Hex | 30 | 21 | 62 | 33 | 42 | 0 | 3E | FE | 32 | 1A |
| Octal | 60 | 41 | 142 | 63 | 102 | 0 | 76 | 376 | 62 | 32 |
| Binary | 110000 | 100001 | 1100010 | 110011 | 1000010 | 0 | 111110 | 11111110 | 110010 | 11010 |
Color Harmonies of #302162
Complementary color
Monochromatic Colors of #302162
Black with #302162
Text Example
Text Example
White with #302162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302162; }
p { color: rgb(48,33,98); }
H1.HeaderClassName
{
color: #302162;
}
.AnyTagClassName
{
color: #302162;
}
</style>
background-color css
<style>
a { background-color: #302162; }
a { background-color: rgb(48,33,98); }
div.DivClassName
{
background-color: #302162;
}
.BgClassName
{
background-color: #302162;
}
</style>
border-color css
<style>
span { border-color: #302162; }
span { border-color: rgb(48,33,98); }
td.TdClassName
{
border-color: #302162;
}
.TagClassName
{
border-color: #302162;
}
</style>