Shades of Paris M #301F64
Tints of Paris M #301F64
RGB
CMYK
RGB Variations
Color information
#301F64 (or 0x301F64) is known color: Paris M. HEX triplet: 30, 1F and 64. RGB value is (48,31,100). Sum of RGB (Red+Green+Blue) = 48+31+100=179 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.82% from 179); Green value is 31 (12.5% from 255 or 17.32% from 179); Blue value is 100 (39.45% from 255 or 55.87% from 179); Max value from RGB is 100 - color contains mainly: blue. Hex color #301F64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301F64 is #CFE09B. Grayscale: #2B2B2B. Windows color (decimal): -13623452 or 6561584. OLE color: 6561584.
HSL color Cylindrical-coordinate representation of color #301F64: hue angle of 254.78º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #301F64 is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 48 | 31 | 100 | - |
| CMYK | 0.52 | 0.69 | 0 | 0.61 |
| HSL | 254.78º | 0.53% | 0.26% | - |
| HSV(B) | 254.78º | 0.69% | 0.39% | - |
| XYZ | 4.01 | 2.53 | 12.33 | - |
| YUV | 43.95 | 159.63 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 31 | 100 | 0.52 | 0.69 | 0 | 0.61 | 254.78 | 0.53 | 0.26 |
| Hex | 30 | 1F | 64 | 34 | 45 | 0 | 3D | FF | 35 | 1A |
| Octal | 60 | 37 | 144 | 64 | 105 | 0 | 75 | 377 | 65 | 32 |
| Binary | 110000 | 11111 | 1100100 | 110100 | 1000101 | 0 | 111101 | 11111111 | 110101 | 11010 |
Color Harmonies of #301F64
Complementary color
Monochromatic Colors of #301F64
Black with #301F64
Text Example
Text Example
White with #301F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301F64; }
p { color: rgb(48,31,100); }
H1.HeaderClassName
{
color: #301F64;
}
.AnyTagClassName
{
color: #301F64;
}
</style>
background-color css
<style>
a { background-color: #301F64; }
a { background-color: rgb(48,31,100); }
div.DivClassName
{
background-color: #301F64;
}
.BgClassName
{
background-color: #301F64;
}
</style>
border-color css
<style>
span { border-color: #301F64; }
span { border-color: rgb(48,31,100); }
td.TdClassName
{
border-color: #301F64;
}
.TagClassName
{
border-color: #301F64;
}
</style>