Shades of Paris M #302262
Tints of Paris M #302262
RGB
CMYK
RGB Variations
Color information
#302262 (or 0x302262) is known color: Paris M. HEX triplet: 30, 22 and 62. RGB value is (48,34,98). Sum of RGB (Red+Green+Blue) = 48+34+98=180 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.67% from 180); Green value is 34 (13.67% from 255 or 18.89% from 180); Blue value is 98 (38.67% from 255 or 54.44% from 180); Max value from RGB is 98 - color contains mainly: blue. Hex color #302262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302262 is #CFDD9D. Grayscale: #2D2D2D. Windows color (decimal): -13622686 or 6431280. OLE color: 6431280.
HSL color Cylindrical-coordinate representation of color #302262: hue angle of 253.12º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #302262 is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 48 | 34 | 98 | - |
| CMYK | 0.51 | 0.65 | 0 | 0.62 |
| HSL | 253.13º | 0.48% | 0.26% | - |
| HSV(B) | 253.13º | 0.65% | 0.38% | - |
| XYZ | 4 | 2.65 | 11.86 | - |
| YUV | 45.48 | 157.64 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 34 | 98 | 0.51 | 0.65 | 0 | 0.62 | 253.13 | 0.48 | 0.26 |
| Hex | 30 | 22 | 62 | 33 | 41 | 0 | 3E | FD | 30 | 1A |
| Octal | 60 | 42 | 142 | 63 | 101 | 0 | 76 | 375 | 60 | 32 |
| Binary | 110000 | 100010 | 1100010 | 110011 | 1000001 | 0 | 111110 | 11111101 | 110000 | 11010 |
Color Harmonies of #302262
Complementary color
Monochromatic Colors of #302262
Black with #302262
Text Example
Text Example
White with #302262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302262; }
p { color: rgb(48,34,98); }
H1.HeaderClassName
{
color: #302262;
}
.AnyTagClassName
{
color: #302262;
}
</style>
background-color css
<style>
a { background-color: #302262; }
a { background-color: rgb(48,34,98); }
div.DivClassName
{
background-color: #302262;
}
.BgClassName
{
background-color: #302262;
}
</style>
border-color css
<style>
span { border-color: #302262; }
span { border-color: rgb(48,34,98); }
td.TdClassName
{
border-color: #302262;
}
.TagClassName
{
border-color: #302262;
}
</style>