Shades of Paris M #301F69
Tints of Paris M #301F69
RGB
CMYK
RGB Variations
Color information
#301F69 (or 0x301F69) is known color: Paris M. HEX triplet: 30, 1F and 69. RGB value is (48,31,105). Sum of RGB (Red+Green+Blue) = 48+31+105=184 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.09% from 184); Green value is 31 (12.5% from 255 or 16.85% from 184); Blue value is 105 (41.41% from 255 or 57.07% from 184); Max value from RGB is 105 - color contains mainly: blue. Hex color #301F69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301F69 is #CFE096. Grayscale: #2C2C2C. Windows color (decimal): -13623447 or 6889264. OLE color: 6889264.
HSL color Cylindrical-coordinate representation of color #301F69: hue angle of 253.78º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #301F69 is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 48 | 31 | 105 | - |
| CMYK | 0.54 | 0.70 | 0 | 0.59 |
| HSL | 253.78º | 0.54% | 0.27% | - |
| HSV(B) | 253.78º | 0.7% | 0.41% | - |
| XYZ | 4.26 | 2.63 | 13.65 | - |
| YUV | 44.52 | 162.13 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 31 | 105 | 0.54 | 0.70 | 0 | 0.59 | 253.78 | 0.54 | 0.27 |
| Hex | 30 | 1F | 69 | 36 | 46 | 0 | 3B | FE | 36 | 1B |
| Octal | 60 | 37 | 151 | 66 | 106 | 0 | 73 | 376 | 66 | 33 |
| Binary | 110000 | 11111 | 1101001 | 110110 | 1000110 | 0 | 111011 | 11111110 | 110110 | 11011 |
Color Harmonies of #301F69
Complementary color
Monochromatic Colors of #301F69
Black with #301F69
Text Example
Text Example
White with #301F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301F69; }
p { color: rgb(48,31,105); }
H1.HeaderClassName
{
color: #301F69;
}
.AnyTagClassName
{
color: #301F69;
}
</style>
background-color css
<style>
a { background-color: #301F69; }
a { background-color: rgb(48,31,105); }
div.DivClassName
{
background-color: #301F69;
}
.BgClassName
{
background-color: #301F69;
}
</style>
border-color css
<style>
span { border-color: #301F69; }
span { border-color: rgb(48,31,105); }
td.TdClassName
{
border-color: #301F69;
}
.TagClassName
{
border-color: #301F69;
}
</style>