Shades of Paris M #30285F
Tints of Paris M #30285F
RGB
CMYK
RGB Variations
Color information
#30285F (or 0x30285F) is known color: Paris M. HEX triplet: 30, 28 and 5F. RGB value is (48,40,95). Sum of RGB (Red+Green+Blue) = 48+40+95=183 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.23% from 183); Green value is 40 (16.02% from 255 or 21.86% from 183); Blue value is 95 (37.5% from 255 or 51.91% from 183); Max value from RGB is 95 - color contains mainly: blue. Hex color #30285F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30285F is #CFD7A0. Grayscale: #303030. Windows color (decimal): -13621153 or 6236208. OLE color: 6236208.
HSL color Cylindrical-coordinate representation of color #30285F: hue angle of 248.73º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #30285F is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 48 | 40 | 95 | - |
| CMYK | 0.49 | 0.58 | 0 | 0.63 |
| HSL | 248.73º | 0.41% | 0.26% | - |
| HSV(B) | 248.73º | 0.58% | 0.37% | - |
| XYZ | 4.04 | 2.97 | 11.19 | - |
| YUV | 48.66 | 154.15 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 40 | 95 | 0.49 | 0.58 | 0 | 0.63 | 248.73 | 0.41 | 0.26 |
| Hex | 30 | 28 | 5F | 31 | 3A | 0 | 3F | F9 | 29 | 1A |
| Octal | 60 | 50 | 137 | 61 | 72 | 0 | 77 | 371 | 51 | 32 |
| Binary | 110000 | 101000 | 1011111 | 110001 | 111010 | 0 | 111111 | 11111001 | 101001 | 11010 |
Color Harmonies of #30285F
Complementary color
Monochromatic Colors of #30285F
Black with #30285F
Text Example
Text Example
White with #30285F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30285F; }
p { color: rgb(48,40,95); }
H1.HeaderClassName
{
color: #30285F;
}
.AnyTagClassName
{
color: #30285F;
}
</style>
background-color css
<style>
a { background-color: #30285F; }
a { background-color: rgb(48,40,95); }
div.DivClassName
{
background-color: #30285F;
}
.BgClassName
{
background-color: #30285F;
}
</style>
border-color css
<style>
span { border-color: #30285F; }
span { border-color: rgb(48,40,95); }
td.TdClassName
{
border-color: #30285F;
}
.TagClassName
{
border-color: #30285F;
}
</style>