Shades of Paris M #301F61
Tints of Paris M #301F61
RGB
CMYK
RGB Variations
Color information
#301F61 (or 0x301F61) is known color: Paris M. HEX triplet: 30, 1F and 61. RGB value is (48,31,97). Sum of RGB (Red+Green+Blue) = 48+31+97=176 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.27% from 176); Green value is 31 (12.5% from 255 or 17.61% from 176); Blue value is 97 (38.28% from 255 or 55.11% from 176); Max value from RGB is 97 - color contains mainly: blue. Hex color #301F61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301F61 is #CFE09E. Grayscale: #2B2B2B. Windows color (decimal): -13623455 or 6364976. OLE color: 6364976.
HSL color Cylindrical-coordinate representation of color #301F61: hue angle of 255.45º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #301F61 is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 48 | 31 | 97 | - |
| CMYK | 0.51 | 0.68 | 0 | 0.62 |
| HSL | 255.45º | 0.52% | 0.25% | - |
| HSV(B) | 255.45º | 0.68% | 0.38% | - |
| XYZ | 3.87 | 2.47 | 11.58 | - |
| YUV | 43.61 | 158.13 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 31 | 97 | 0.51 | 0.68 | 0 | 0.62 | 255.45 | 0.52 | 0.25 |
| Hex | 30 | 1F | 61 | 33 | 44 | 0 | 3E | FF | 34 | 19 |
| Octal | 60 | 37 | 141 | 63 | 104 | 0 | 76 | 377 | 64 | 31 |
| Binary | 110000 | 11111 | 1100001 | 110011 | 1000100 | 0 | 111110 | 11111111 | 110100 | 11001 |
Color Harmonies of #301F61
Complementary color
Monochromatic Colors of #301F61
Black with #301F61
Text Example
Text Example
White with #301F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301F61; }
p { color: rgb(48,31,97); }
H1.HeaderClassName
{
color: #301F61;
}
.AnyTagClassName
{
color: #301F61;
}
</style>
background-color css
<style>
a { background-color: #301F61; }
a { background-color: rgb(48,31,97); }
div.DivClassName
{
background-color: #301F61;
}
.BgClassName
{
background-color: #301F61;
}
</style>
border-color css
<style>
span { border-color: #301F61; }
span { border-color: rgb(48,31,97); }
td.TdClassName
{
border-color: #301F61;
}
.TagClassName
{
border-color: #301F61;
}
</style>