Shades of Paris M #302161
Tints of Paris M #302161
RGB
CMYK
RGB Variations
Color information
#302161 (or 0x302161) is known color: Paris M. HEX triplet: 30, 21 and 61. RGB value is (48,33,97). Sum of RGB (Red+Green+Blue) = 48+33+97=178 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.97% from 178); Green value is 33 (13.28% from 255 or 18.54% from 178); Blue value is 97 (38.28% from 255 or 54.49% from 178); Max value from RGB is 97 - color contains mainly: blue. Hex color #302161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302161 is #CFDE9E. Grayscale: #2C2C2C. Windows color (decimal): -13622943 or 6365488. OLE color: 6365488.
HSL color Cylindrical-coordinate representation of color #302161: hue angle of 254.06º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #302161 is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 48 | 33 | 97 | - |
| CMYK | 0.51 | 0.66 | 0 | 0.62 |
| HSL | 254.06º | 0.49% | 0.25% | - |
| HSV(B) | 254.06º | 0.66% | 0.38% | - |
| XYZ | 3.92 | 2.58 | 11.6 | - |
| YUV | 44.78 | 157.47 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 33 | 97 | 0.51 | 0.66 | 0 | 0.62 | 254.06 | 0.49 | 0.25 |
| Hex | 30 | 21 | 61 | 33 | 42 | 0 | 3E | FE | 31 | 19 |
| Octal | 60 | 41 | 141 | 63 | 102 | 0 | 76 | 376 | 61 | 31 |
| Binary | 110000 | 100001 | 1100001 | 110011 | 1000010 | 0 | 111110 | 11111110 | 110001 | 11001 |
Color Harmonies of #302161
Complementary color
Monochromatic Colors of #302161
Black with #302161
Text Example
Text Example
White with #302161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302161; }
p { color: rgb(48,33,97); }
H1.HeaderClassName
{
color: #302161;
}
.AnyTagClassName
{
color: #302161;
}
</style>
background-color css
<style>
a { background-color: #302161; }
a { background-color: rgb(48,33,97); }
div.DivClassName
{
background-color: #302161;
}
.BgClassName
{
background-color: #302161;
}
</style>
border-color css
<style>
span { border-color: #302161; }
span { border-color: rgb(48,33,97); }
td.TdClassName
{
border-color: #302161;
}
.TagClassName
{
border-color: #302161;
}
</style>