Shades of Paris M #301F65
Tints of Paris M #301F65
RGB
CMYK
RGB Variations
Color information
#301F65 (or 0x301F65) is known color: Paris M. HEX triplet: 30, 1F and 65. RGB value is (48,31,101). Sum of RGB (Red+Green+Blue) = 48+31+101=180 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.67% from 180); Green value is 31 (12.5% from 255 or 17.22% from 180); Blue value is 101 (39.84% from 255 or 56.11% from 180); Max value from RGB is 101 - color contains mainly: blue. Hex color #301F65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301F65 is #CFE09A. Grayscale: #2B2B2B. Windows color (decimal): -13623451 or 6627120. OLE color: 6627120.
HSL color Cylindrical-coordinate representation of color #301F65: hue angle of 254.57º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #301F65 is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 48 | 31 | 101 | - |
| CMYK | 0.52 | 0.69 | 0 | 0.60 |
| HSL | 254.57º | 0.53% | 0.26% | - |
| HSV(B) | 254.57º | 0.69% | 0.4% | - |
| XYZ | 4.06 | 2.55 | 12.59 | - |
| YUV | 44.06 | 160.13 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 31 | 101 | 0.52 | 0.69 | 0 | 0.60 | 254.57 | 0.53 | 0.26 |
| Hex | 30 | 1F | 65 | 34 | 45 | 0 | 3C | FF | 35 | 1A |
| Octal | 60 | 37 | 145 | 64 | 105 | 0 | 74 | 377 | 65 | 32 |
| Binary | 110000 | 11111 | 1100101 | 110100 | 1000101 | 0 | 111100 | 11111111 | 110101 | 11010 |
Color Harmonies of #301F65
Complementary color
Monochromatic Colors of #301F65
Black with #301F65
Text Example
Text Example
White with #301F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301F65; }
p { color: rgb(48,31,101); }
H1.HeaderClassName
{
color: #301F65;
}
.AnyTagClassName
{
color: #301F65;
}
</style>
background-color css
<style>
a { background-color: #301F65; }
a { background-color: rgb(48,31,101); }
div.DivClassName
{
background-color: #301F65;
}
.BgClassName
{
background-color: #301F65;
}
</style>
border-color css
<style>
span { border-color: #301F65; }
span { border-color: rgb(48,31,101); }
td.TdClassName
{
border-color: #301F65;
}
.TagClassName
{
border-color: #301F65;
}
</style>