Shades of Paris M #302858
Tints of Paris M #302858
RGB
CMYK
RGB Variations
Color information
#302858 (or 0x302858) is known color: Paris M. HEX triplet: 30, 28 and 58. RGB value is (48,40,88). Sum of RGB (Red+Green+Blue) = 48+40+88=176 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.27% from 176); Green value is 40 (16.02% from 255 or 22.73% from 176); Blue value is 88 (34.77% from 255 or 50% from 176); Max value from RGB is 88 - color contains mainly: blue. Hex color #302858 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302858 is #CFD7A7. Grayscale: #2F2F2F. Windows color (decimal): -13621160 or 5777456. OLE color: 5777456.
HSL color Cylindrical-coordinate representation of color #302858: hue angle of 250º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #302858 is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 48 | 40 | 88 | - |
| CMYK | 0.45 | 0.55 | 0 | 0.65 |
| HSL | 250º | 0.38% | 0.25% | - |
| HSV(B) | 250º | 0.55% | 0.35% | - |
| XYZ | 3.74 | 2.85 | 9.59 | - |
| YUV | 47.86 | 150.65 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 40 | 88 | 0.45 | 0.55 | 0 | 0.65 | 250 | 0.38 | 0.25 |
| Hex | 30 | 28 | 58 | 2D | 37 | 0 | 41 | FA | 26 | 19 |
| Octal | 60 | 50 | 130 | 55 | 67 | 0 | 101 | 372 | 46 | 31 |
| Binary | 110000 | 101000 | 1011000 | 101101 | 110111 | 0 | 1000001 | 11111010 | 100110 | 11001 |
Color Harmonies of #302858
Complementary color
Monochromatic Colors of #302858
Black with #302858
Text Example
Text Example
White with #302858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302858; }
p { color: rgb(48,40,88); }
H1.HeaderClassName
{
color: #302858;
}
.AnyTagClassName
{
color: #302858;
}
</style>
background-color css
<style>
a { background-color: #302858; }
a { background-color: rgb(48,40,88); }
div.DivClassName
{
background-color: #302858;
}
.BgClassName
{
background-color: #302858;
}
</style>
border-color css
<style>
span { border-color: #302858; }
span { border-color: rgb(48,40,88); }
td.TdClassName
{
border-color: #302858;
}
.TagClassName
{
border-color: #302858;
}
</style>