Shades of Paris M #302062
Tints of Paris M #302062
RGB
CMYK
RGB Variations
Color information
#302062 (or 0x302062) is known color: Paris M. HEX triplet: 30, 20 and 62. RGB value is (48,32,98). Sum of RGB (Red+Green+Blue) = 48+32+98=178 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.97% from 178); Green value is 32 (12.89% from 255 or 17.98% from 178); Blue value is 98 (38.67% from 255 or 55.06% from 178); Max value from RGB is 98 - color contains mainly: blue. Hex color #302062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302062 is #CFDF9D. Grayscale: #2C2C2C. Windows color (decimal): -13623198 or 6430768. OLE color: 6430768.
HSL color Cylindrical-coordinate representation of color #302062: hue angle of 254.55º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #302062 is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 48 | 32 | 98 | - |
| CMYK | 0.51 | 0.67 | 0 | 0.62 |
| HSL | 254.55º | 0.51% | 0.25% | - |
| HSV(B) | 254.55º | 0.67% | 0.38% | - |
| XYZ | 3.94 | 2.54 | 11.84 | - |
| YUV | 44.31 | 158.3 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 32 | 98 | 0.51 | 0.67 | 0 | 0.62 | 254.55 | 0.51 | 0.25 |
| Hex | 30 | 20 | 62 | 33 | 43 | 0 | 3E | FF | 33 | 19 |
| Octal | 60 | 40 | 142 | 63 | 103 | 0 | 76 | 377 | 63 | 31 |
| Binary | 110000 | 100000 | 1100010 | 110011 | 1000011 | 0 | 111110 | 11111111 | 110011 | 11001 |
Color Harmonies of #302062
Complementary color
Monochromatic Colors of #302062
Black with #302062
Text Example
Text Example
White with #302062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302062; }
p { color: rgb(48,32,98); }
H1.HeaderClassName
{
color: #302062;
}
.AnyTagClassName
{
color: #302062;
}
</style>
background-color css
<style>
a { background-color: #302062; }
a { background-color: rgb(48,32,98); }
div.DivClassName
{
background-color: #302062;
}
.BgClassName
{
background-color: #302062;
}
</style>
border-color css
<style>
span { border-color: #302062; }
span { border-color: rgb(48,32,98); }
td.TdClassName
{
border-color: #302062;
}
.TagClassName
{
border-color: #302062;
}
</style>